Modified Logistic Regression: An Approximation to SVM and Its Applications in Large-Scale Text Categorization
Abstract
Logistic Regression (LR) has been widely used in statistics for many years, and has received extensive study in machine learning community recently due to its close relations to Support Vector Machines (SVM) and AdaBoost. In this paper, we use a modified version of LR to approximate the optimization of SVM by a sequence of unconstrained optimization problems. We prove that our approximation will converge to SVM, and propose an iterative algorithm called "MLRCG" which uses Conjugate Gradient as its inner loop. Multiclass version "MMLR-CG" is also obtained after simple modifications. We compare the MLR-CG with SVMlight over different text categorization collections, and show that our algorithm is much more efficient than SVMlight when the number of training examples is very large. Results of the multiclass version MMLR-CG is also reported. ICML Proceedings of the Twentieth International Conference on Machine Learning
Cite
Text
Zhang et al. "Modified Logistic Regression: An Approximation to SVM and Its Applications in Large-Scale Text Categorization." International Conference on Machine Learning, 2003.Markdown
[Zhang et al. "Modified Logistic Regression: An Approximation to SVM and Its Applications in Large-Scale Text Categorization." International Conference on Machine Learning, 2003.](https://mlanthology.org/icml/2003/zhang2003icml-modified/)BibTeX
@inproceedings{zhang2003icml-modified,
title = {{Modified Logistic Regression: An Approximation to SVM and Its Applications in Large-Scale Text Categorization}},
author = {Zhang, Jian and Jin, Rong and Yang, Yiming and Hauptmann, Alexander G.},
booktitle = {International Conference on Machine Learning},
year = {2003},
pages = {888-895},
url = {https://mlanthology.org/icml/2003/zhang2003icml-modified/}
}