mloss.org SCDhttp://mloss.orgUpdates and additions to SCDenThu, 03 Dec 2009 22:21:45 -0000SCD 2.1http://mloss.org/software/view/207/<html><p>SCD is a C++ implementation of the stochastic coordinate descent algorithm proposed in </p> <pre><code>* Shai Shalev-Shwartz and Ambuj Tewari, Stochastic methods for l1 regularized loss minimization. Submitted to Journal of Machine Learning Research </code></pre><p>which, in turn, is a modification of the original stochastic coordinate algorithm proposed in </p> <pre><code>* Shai Shalev-Shwartz and Ambuj Tewari, Stochastic methods for l1 regularized loss minimization. Proceedings of the 26th International Conference on Machine Learning, pages 929-936, 2009. </code></pre><p>It can be used for l1-regularized loss minimization for both classification and regression problems. </p> <p>Currently supported loss functions are the logistic loss and the squared loss. SCD is designed to run fast even for large high-dimensional datasets and can exploit the sparsity in the examples. </p></html>Shai Shalev Shwartz, Ambuj TewariThu, 03 Dec 2009 22:21:45 -0000http://mloss.org/software/rss/comments/207http://mloss.org/software/view/207/coordinate descentl1 regularizationlarge datasets