-
- Description:
The SGD package contains a stochastic gradient implementation of linear SVMs and linear CRFs. It demonstrate that a simple stochastic gradient descent is very competitive algorithm for such tasks. For instance, the SVMSGD program digests the RCV1 database in slightly more than one second, and the CRFSGD code runs close to ten times faster then the CRF++ Limited Storage BFGS optimizer.
- BibTeX Entry:
- Download
- URL:
- Project Homepage
- Supported Operating Systems:
- Cygwin, Linux, Macosx, Windows
- Tags:
- Large Scale, Svm, Crf, Stochastic Gradient Descent
- Archive:
- download here
Comments
Leave a comment



Version 1.2 fixes bug in the preprocessing program.