The stochastic gradient descent is used for classification in machine learning in the SoftSVM algorithm.
- Stochastic Gradient Descent for SoftSVM on MATLAB
- Hinge loss analysis
- Binary loss analysis
- Regularization analysis
An 4-dimensional dataset with 1372 data points is used for classification. This dataset is the banknote authentication dataset from the UCI repository.
This implementation is part of an article published on Towards Data Science. I encourage you to go over this reading.