Artificial Intelligence: Reinforcement Learning in Python
Complete guide to Reinforcement Learning, with Stock Trading and Online Advertising Applications
Created by Lazy Programmers Team, Lazy Programmers Inc. | 14.5 hours on-demand video course
When people talk about artificial intelligence, they usually don’t mean supervised and unsupervised machine learning. These tasks are pretty trivial compared to what we think of AIs doing – playing chess and Go, driving cars, and beating video games at a superhuman level. Reinforcement learning has recently become popular for doing all of that and more.
Much like deep learning, a lot of the theory was discovered in the 70s and 80s but it hasn’t been until recently that we’ve been able to observe first hand the amazing results that are possible. In 2016 we saw Google’s AlphaGo beat the world Champion in Go. We saw AIs playing video games like Doom and Super Mario.
Self-driving cars have started driving on real roads with other drivers and even carrying passengers (Uber), all without human assistance. If that sounds amazing, brace yourself for the future because the law of accelerating returns dictates that this progress is only going to continue to increase exponentially.
What you’ll learn
- Apply gradient-based supervised machine learning methods to reinforcement learning
- Understand reinforcement learning on a technical level
- Understand the relationship between reinforcement learning and psychology
- Implement 17 different reinforcement learning algorithms
Recommended Course by Lazy Programmers
Math 0-1: Linear Algebra for Data Science & Machine Learning [NEW COURSES]
Financial Analysis: Build a ChatGPT Pairs Trading Bot
Math 0-1: Calculus for Data Science & Machine Learning
Deep Learning Prerequisites: The Numpy Stack in Python (V2+)
Time Series Analysis, Forecasting, and Machine Learning in Python
Tensorflow 2.0: Deep Learning and Artificial Intelligence
Machine Learning: Natural Language Processing in Python (V2)
PyTorch: Deep Learning and Artificial Intelligence
Deep Learning Prerequisites: Logistic Regression in Python