August 2018
Intermediate to advanced
422 pages
12h 39m
English
Note that we can identify when the model starts overfitting on the training data by viewing the loss function on the test and train sets. We can also see that the train set loss is not as smooth as that in the test set. This is because of two reasons: the first is that we are using a smaller batch size than the test set, although not by much; the second cause is due to the fact that we are training on the train set and the test set does not impact the variables of the model.
Read now
Unlock full access