Stochastic Gradient Descent for Logistic Regression implemented.
Created by: twalthr
Now the user has the possibility to choose which Gradient Descent to use (batch or stochastic). By default the batch Gradient Descent is used, for larger training data set stochastic Gradient Descent can be used.