Skip to content

Stochastic Gradient Descent for Logistic Regression implemented.

schuefna requested to merge github/fork/twalthr/master into master

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.

Merge request reports