Bayesian Networks and Markov Flashcards

1
Q

What is a Graphical model, and what are the two types?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a Markovian blanket?

A

A markovian blanket is when the parents, children and parents of children of a node are known. This makes the node independent. q

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Explain Bayesian filtering.

A

You approximate the distribution of random variables in a Bayesian network. Can be used for object tracking in a Bayesian network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Explain Hidden Markov model.

A

The simplest form of Dynamic Bayesian Network. You have two nodes at each instance, one hidden and one known.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are some ways that machine learning can be used in computer vision?

A
  • Classification
  • Segmentation
  • Object detection
  • Pose estimation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly