What is probabilistic modeling? (3)
What does nondeterminism in algorithms mean in computer science?
In computer science, nondeterminism refers to an algorithm that can exhibit different behaviors on different runs with the same input, as opposed to a deterministic algorithm.
What is the Markov property?
What is a Markov chain?
How does a Markov chain differ from a continuous-time stochastic process?
Unlike continuous-time stochastic processes, a Markov chain specifically operates in discrete time intervals.
Time Series
Univariate
: one variable is varying over time
Multivariate
: multiple variables are varying over time
examples of Markov chains
How can one characterize real signals in terms of signal models?
what are 2 Approaches to signal modeling
. Deterministic models
Statistical models:
Deterministic models:
use known specific properties of a signal (amplitude, frequency)
characterize only statistical signal properties (Gaussian, Poisson)
what are the Three fundamental problems in Hidden Markov model (HMM) design and analysis, and what do they each mean:
likelihood, best sequence, adjust parameters to account for signals
1.Evaluation of the probability (or likelihood) of a sequence of
observations generated by a given HMM
2. Determination of a “best” sequence of model states
3. Adjustment of model parameters so as to best account for the observed signals
what is a stochastic model
A stochastic model is a type of mathematical or computational model that incorporates randomness and unpredictability as intrinsic elements.
How do simpler Markov models differ from HMMs?
In simpler Markov models, states are directly observable.
In an HMM, the state sequence the model passes through remains hidden.
What are some applications of Hidden Markov Models in temporal pattern recognition?
understand the cointoss example for HMM
is a 3 state model for a coin good? how many unknow parameters does a 3 state model have? explain why or why not
understand the ball and urn problem
HMM state
state transition probabilities
urn example: initial state probability:
Likelihood of the observed sequence:
Given the model, how likely is the sequence of observations to occur?