My first hands at Reinforcement Learning
Any good resources for Reinforcement Learning are most welcome :)
- What is neural networks!? (video)
Gradient descent, how neural networks learn (video)
Backpropogation and Stochastic Gradient Descent [Concepts] (video) - Convolution Networks (Intuitive article) - Adam Geitgey
- Neural Networks and Deep Learning - Michael Nielsen (book)
Code Samples for this book
- An Introduction to Reinforcement Learning - Thomas Simonini (A series of 3 articles on Medium)
- How to build an AI to play Dino Run (article)
- Deep Learning basics and Reinforcement Learning - Deep Mind (Video Lecture Series)
- Genetic Algorithms - Daniel Shiffman (Video Series)