Training strategy

This is the training strategy that we previously mentioned, 40 epochs and a batch size of
100. The following code block shows the parameters we set in this strategy
:

n_epochs = 40
batch_size = 100