April 2017
Intermediate to advanced
318 pages
7h 40m
English
Another test that we can run to better understand the power of deep learning and ConvNet is to reduce the size of the training set and observe the consequent decay in performance. One way to do this is to split the training set of 50,000 examples into two different sets:
Our test set is always fixed and it consists of 10,000 examples.
With this setup, we compare the just-defined deep learning ConvNet against the first example of neural network defined in ...