October 2018
Intermediate to advanced
472 pages
10h 57m
English
The convolution classifier with max pooling and dropout seems to be the best classifier so far. However, we also noticed that there was a slight amount of overfitting on the train data.
Let's build a deeper model to see if we can create a classifier that is more accurate than the other models we have trained so far, and see if we can get it to reach an even better minima.
We will build a deeper model by adding two more convolution layers to our best model so far:
Read now
Unlock full access