Please enable JavaScript.
Coggle requires JavaScript to display documents.
Uncertainty, Probability, and Markov Chains in AI, Eg: A spam filter…
Uncertainty, Probability, and Markov Chains in AI
-
Rational Decision Making
-
What Is Rationality?
A rational agent does what is expected to maximize its goal achievement, based on available information
-
Probability Theory
Application in AI
AI uses probabilities to deal with unknowns in sensory data, decision making, and prediction
Eg: A Netflix recommender assigns a probability to how likely you are to enjoy a movie based on past viewing
-
-
Markov Chains
Transition Matrice
A transition matrix is a table that shows the probabilities of moving from one state to another in a system
-
What Are They?
Markov Chain Theory is a mathematical framework used to model systems that transition from one state to another in a random but predictable way using probabilities
-
-
Markov Chain Monte Carlo
-
What Is It?
MCMC is a method that uses random sampling to explore and estimate complex probability distributions
Instead of calculating everything exactly, MCMC uses repeated simulations to approximate the probabilities
Hidden Markov Models
Use Cases
Intrusion detection, DNA sequencing, Text generation, Speech recognition,
Overview
In HMMs, you can’t observe the state directly only outputs influenced by it
-
-
Eg: A spam filter chooses to block or allow an email based on a cost-benefit analysis of false positives vs. false negatives