Skip to content

Implementation of a linear support vector machine with stochastic gradient descent, trained on the MNIST dataset

Notifications You must be signed in to change notification settings

kostastsa/svm-sgd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

svm-sgd

Implementation of a linear support vector machine with stochastic gradient descent, trained on the MNIST dataset. The data used are in a csv format.

References

[1] Shalev-Shwartz, S., Singer, Y., Srebro, N. et al. (2011). Pegasos: primal estimated sub-gradient solver for SVM. Math. Program. (2011) 127: 3. https://doi.org/10.1007/s10107-010-0420-4

About

Implementation of a linear support vector machine with stochastic gradient descent, trained on the MNIST dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages