What is Bayesian Network?
A data structure called a Bayesian network to represent the dependencies among variables. Bayesian networks
can represent essentially any full joint probability distribution and in many cases can do so very concisely.
The difference between Naive Bayes and Bayesian Network
Bayesian Network also known as Belief Network, Probabilistic Network is graphic model for representation between variables.
What is Markov Chain?
Markov chain is a simple type of stochastic process with many social science applications to solve optimization problem in stochastic modeling theory.
Inference tasks?
Forward-backward algorithm?
cache forward messages along the way time linear in t (polytree inference), space O(t|f|)
most likely explanation using what algorithm?
viterbi algorithm
Dynamic bayesian network?
DBN vs HMM?
every HMM is a single-variable DBN; every discrete DBN is an HMM