The learning rate $\eta = 0.025$ looks to be a good value for our analysis. It converges faster and better than the value $\eta = 0.01$. It can be seen that with 60 epochs, the model converges.

We will apply $\eta = 0.025$ to the entire training set now. We will start by applying batch size of 64, oposed to previous 10, due to the large size of the training set. Later we will investigate the batch size.