flowchart TD
subgraph three[ ]
C(A Probabilistic View on Machine Learning)--> C1(Review Probability)
C-->C2(Likelihood)
C-->C3(Kullback Leibler Divergence)
C-->C4(Linear Regression)
end
style three fill:#f6d887,stroke-width:0px;
classDef boxes stroke-width:0px;
class C,C1,C2,C3,C4 boxes;