The gradient descent method, by using each sample is not recommended. It can be seen through the graphics that the model becomes too sensitive to individual data and has difficulties to converge, when applied the learning rate of $\eta = 0.025$. The model can converge with smaller $\eta$ values, however this requires even more time for model fitting.

We will proceed and compare stochastic gradient descent with minibatches bigger than 10. It is recommended to use batch sizes multiple of 2, so we will compare 10 with 32, 64 and 128.

Minibatch: 32 samples