February 2019
Intermediate to advanced
336 pages
9h 29m
English
In this chapter
“The pooling operation used in convolutional neural networks is a big mistake, and the fact that it works so well is a disaster.”
Geoffrey Hinton, from “Ask Me Anything” on Reddit
The greatest challenge in neural networks is that of overfitting, when a neural network memorizes a dataset instead of learning useful abstractions that generalize to unseen data. In other words, the neural network learns to predict based on noise in the dataset as opposed to relying ...