decision-making
Everything on Ground Truth tagged “decision-making” — 2 items.
Bayesian updating: how a belief should change when evidence arrives Lesson
Bayesian updating is the rule for revising a belief when new evidence comes in: start with a prior, weigh how much more likely the evidence is under one hypothesis than another, and get a posterior.
Markov Decision Processes: The Math Behind How AI Learns to Act Lesson
A Markov Decision Process is the mathematical framework that formalizes sequential decision-making -- states, actions, rewards, and transitions -- and it is the foundation on which nearly all reinforcement learning, from game-playing AI to robot control, is built.