Difference between revisions of "Monte Carlo"

From
Jump to: navigation, search
Line 5: Line 5:
 
* [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)]]
 
* [[Reinforcement Learning (RL)]]
* [http://mcts.ai/about/ 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.
 
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.
Line 17: Line 17:
 
<youtube>1HV6uENCs9o</youtube>
 
<youtube>1HV6uENCs9o</youtube>
 
<youtube>ZIEMlD94JP8</youtube>
 
<youtube>ZIEMlD94JP8</youtube>
 +
 +
== <span id="Monte Carlo Tree Search"></span>Monte Carlo Tree Search ==
 +
 +
[http://www.youtube.com/results?search_query=Monte+Carlo+Tree+Search+Artificial Youtube search...]
 +
[http://www.google.com/search?q=Monte+Carlo+Tree+Search+Artificial ...Google search]
 +
 +
* [http://mcts.ai/about/ Monte Carlo Tree Search (MCTS)]
 +
* [[Markov Decision Process (MDP)]]
 +
 +
<youtube>Fbs4lnGLS8M</youtube>
 +
<youtube>-YpalutQCKw</youtube>
 +
<youtube>b9H9AtbxpPM</youtube>
 +
<youtube>Nd3m9mY9rXo</youtube>

Revision as of 14:28, 11 August 2019

YouTube search...


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.

1*ioDQJWtRffT7LlIiwwOHXw.jpeg

Monte Carlo Tree Search

Youtube search... ...Google search