Chapter 12. Reinforcement learning

We have covered supervised and unsupervised learning methods in-depth in Chapter 5, Decision Tree based learning, with various algorithms. In this chapter, we will be covering a new learning technique that is different from both supervised and unsupervised learning called Reinforcement Learning (RL). Reinforcement Learning is a particular type of Machine learning where the learning is driven by the feedback from the environment, and the learning technique is iterative and adaptive. RL is believed to be closer to human learning. The primary goal of RL is decision making and at the heart of it lies Markov's Decision Process (MDP). In this chapter, we will cover some basic Reinforcement Learning methods like ...

Get Practical Machine Learning now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.