October 2018
Intermediate to advanced
134 pages
2h 39m
English
We will now use the information we gained in the Performing a grid search using scikit-learn section to optimize other aspects of our model. It looks like we might be overfitting the data a little bit, as we are getting better results on our training data than our testing data. We're now going to look at adding in dropout regularization:
from keras.layers import Dropout ...
Read now
Unlock full access