May 2018
Intermediate to advanced
701 pages
13h 10m
English
So far in this book we have examined both supervised and unsupervised learning algorithms. In this chapter, we will discuss reinforcement learning algorithms. Remember: In supervised learning we had a dataset composed of samples (x, y) where x was usually a vector of features of some object (house, plane, person, city, and so on) and y was the correct classification of x. Thus, supervised learning was the process of learning or approximating a function from tabular data. This approach more closely resembles the way computers analyze data than the way humans ...