Difference between revisions of "Monte Carlo"
| Line 1: | Line 1: | ||
[http://www.youtube.com/results?search_query=monte+carlo+artificial+intelligence+deep+learning+~models+~algorithms YouTube search...] | [http://www.youtube.com/results?search_query=monte+carlo+artificial+intelligence+deep+learning+~models+~algorithms YouTube search...] | ||
| + | * [[http://medium.com/deep-math-machine-learning-ai/ch-12-1-model-free-reinforcement-learning-algorithms-monte-carlo-sarsa-q-learning-65267cb8d1b4 Model Free Reinforcement learning algorithms (Monte Carlo, SARSA, Q-learning) | Madhu Sanjeevi (Mady) - Medium] | ||
* [[Google DeepMind AlphaGo Zero]] | * [[Google DeepMind AlphaGo Zero]] | ||
* [http://modelai.gettysburg.edu/2014/mc1/index.html An Introduction to Monte Carlo Techniques in Artificial Intelligence | Todd W. Neller] | * [http://modelai.gettysburg.edu/2014/mc1/index.html An Introduction to Monte Carlo Techniques in Artificial Intelligence | Todd W. Neller] | ||
| + | * [[Reinforcement Learning (RL)]] | ||
* [http://mcts.ai/about/ Monte Carlo Tree Search (MCTS)] | * [http://mcts.ai/about/ Monte Carlo Tree Search (MCTS)] | ||
Revision as of 10:24, 24 September 2018
- [Model Free Reinforcement learning algorithms (Monte Carlo, SARSA, Q-learning) | Madhu Sanjeevi (Mady) - Medium
- Google DeepMind AlphaGo Zero
- An Introduction to Monte Carlo Techniques in Artificial Intelligence | Todd W. Neller
- Reinforcement Learning (RL)
- Monte Carlo Tree Search (MCTS)
A broad class of computational algorithms that rely on repeated random sampling to obtain numerical results. Their essential idea is using randomness to solve problems that might be deterministic in principle. They are often used in physical and mathematical problems and are most useful when it is difficult or impossible to use other approaches. Monte Carlo methods are mainly used in three problem classes:[1] optimization, numerical integration, and generating draws from a probability distribution.