Bayesian Networks and Markov Flashcards
What is a Graphical model, and what are the two types?
A natural way of modeling random variables and predictions.
Two types:
- Undirected graph (markov network): can be cyclic or not
- Directed graph (bayesian):
- inference is performed according to bayes rule
- acyclic by nature
What is a Markovian blanket?
A markovian blanket is when the parents, children and parents of children of a node are known. This makes the node independent. q
Explain Bayesian filtering.
You approximate the distribution of random variables in a Bayesian network. Can be used for object tracking in a Bayesian network.
Explain Hidden Markov model.
The simplest form of Dynamic Bayesian Network. You have two nodes at each instance, one hidden and one known.
What are some ways that machine learning can be used in computer vision?
- Classification
- Segmentation
- Object detection
- Pose estimation