November 2020
Intermediate to advanced
296 pages
9h 8m
English
P art 2 of this book focuses on using neural networks (NNs) as probabilistic models. You might remember from chapter 1 that there is a primary difference between a non-probabilistic and probabilistic model. A non-probabilistic model outputs only one best guess for the outcome, whereas a probabilistic model predicts a whole probability distribution over all possible outcomes. In the cab driver example (see section 1.1), the predicted outcome distribution for the travel time for a given route was a Gaussian. But until now, you haven’t learned how to set up an NN for a probabilistic model. You learn different methods to do so in this part of the book.
In the case of classification, ...