April 2020
Intermediate to advanced
536 pages
16h 55m
English
Now that we’ve covered some basic machine learning terminology, and your tidyverse skills are developing, let’s finally start learning some practical machine learning skills. The rest of the book is split into four parts:
Within each of these parts, each chapter will focus on a different algorithm (or algorithms). Each chapter will start by explaining the theory behind how the algorithm learns, in a graphical way, and the rest of the chapter turns our knowledge into skills by applying the algorithm to a real dataset.
Recall from chapter 1 that classification and regression are both supervised learning tasks. They’re supervised because we have a ground truth we ...