Training linear SVMs in linear time.
Abstract
Linear Support Vector Machines (SVMs) have become one of the most prominent machine learning techniques for high-dimensional sparse data commonly encountered in applications like text classification, word-sense disambiguation, and drug design. These applications involve a large number of examples n as well as a large number of features N, while each example has only s
Code References
scikit-learn/scikit-learn
2 files
Link copied to clipboard!