English

Multinomial Logistic Regression Algorithms via Quadratic Gradient

Machine Learning 2023-03-30 v2 Optimization and Control

Abstract

Multinomial logistic regression, also known by other names such as multiclass logistic regression and softmax regression, is a fundamental classification method that generalizes binary logistic regression to multiclass problems. A recently work proposed a faster gradient called quadratic gradient\texttt{quadratic gradient} that can accelerate the binary logistic regression training, and presented an enhanced Nesterov's accelerated gradient (NAG) method for binary logistic regression. In this paper, we extend this work to multiclass logistic regression and propose an enhanced Adaptive Gradient Algorithm (Adagrad) that can accelerate the original Adagrad method. We test the enhanced NAG method and the enhanced Adagrad method on some multiclass-problem datasets. Experimental results show that both enhanced methods converge faster than their original ones respectively.

Keywords

Cite

@article{arxiv.2208.06828,
  title  = {Multinomial Logistic Regression Algorithms via Quadratic Gradient},
  author = {John Chiang},
  journal= {arXiv preprint arXiv:2208.06828},
  year   = {2023}
}

Comments

There is a good chance that the enhanced gradient methods for multiclass LR could be used in the classisation neural-network training via the softmax activation and the cross-entropy loss

R2 v1 2026-06-25T01:41:48.052Z