Posts Tagged With: ml
- Practical Lessons from a Kaggle Competition Tue Jan 30 2024
Learn practical lessons from a Kaggle competition on AI model runtime prediction. Explore the problem, prioritize data over the model, and embrace discomfort for personal growth.
- Integrating Monte Carlo Tree Search and Neural Networks Tue Jul 03 2018
A discussion of how to use neural networks as a rollout policy in Monte Carlo Tree Search, and how to use MCTS to train the neural network.
Series: Monte Carlo Tree Search - Monte Carlo Tree Search Sat Mar 10 2018
A brief introduction to Monte Carlo tree search, a powerful reinforcement learning technique that's been employed in some of the most revolutionary game playing AI, including AlphaGo and AlphaZero.
Series: Monte Carlo Tree Search