Graphical model: Difference between revisions

Content deleted Content added
No edit summary
Line 15:
In other words, the [[probability distribution|joint distribution]] factors into a product of conditional distributions. The graph structure indicates direct dependencies among random variables. Any two nodes that are not in a descendant/ancestor relationship are [[Conditional independence|conditionally independent]] given the values of their parents.
 
This type of graphical model is known as a directed graphical model, [[Bayesian network]], or belief network. Classic [[machine learning]] methods like [[hidden Markov models]] or, [[neural networks]] and newer models such as [[Variable order Markov models]] can be considered as special cases of Bayesian networks.
 
Graphical models with undirected edges are generally called [[Markov random fields]] or [[Markov networks]].