Week 7 UAS Flashcards

1
Q

What is Bayesian Network?

A

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.

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

The difference between Naive Bayes and Bayesian Network

A
  1. Naive Bayes, ignore correlation between variables
  2. Bayesian Network, input variable can dependent

Bayesian Network also known as Belief Network, Probabilistic Network is graphic model for representation between variables.

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

What is Markov Chain?

A

Markov chain is a simple type of stochastic process with many social science applications to solve optimization problem in stochastic modeling theory.

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

Inference tasks?

A
  1. Filtering, belief state, input to the decision process of a rational agent
  2. Prediction, evaluation of possible action sequences; like filtering without the evidence
  3. Smoothing, better estimate of past states, essential for learning
  4. Most likely explanation, speech recognition, decoding with a noisy channel
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Forward-backward algorithm?

A

cache forward messages along the way time linear in t (polytree inference), space O(t|f|)

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

most likely explanation using what algorithm?

A

viterbi algorithm

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

Dynamic bayesian network?

A
  1. Dynamic bayesian network are directed graphical models of stochastic process.
  2. generalize HMM and KFL (kalman filter) by representing the hidden and observed state in terms of state variables.
  3. Time-invariant
  4. extension of BN to handle temporal models
  5. compact parameterization to handle temporal models
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

DBN vs HMM?

A

every HMM is a single-variable DBN; every discrete DBN is an HMM

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