The Science and Information (SAI) Organization publishes open-access peer-reviewed journals in computer science and artificial intelligence.

Contact Info
Website thesai.org
Follow Us
Contact Info
Follow Us
Research Article | Open Access |

Revisit of Logistic Regression

Author 1: Takumi Kobayashi Author 2: Kenji Watanabe Author 3: Nobuyuki Otsu
International Journal of Advanced Computer Science and Applications (IJACSA) · Vol. 4, No. 5 · Published 2013

DOI: https://doi.org/10.14569/IJACSA.2013.040519

Abstract

Logistic regression (LR) is widely applied as a powerful classification method in various fields, and a variety of optimization methods have been developed. To cope with large-scale problems, an efficient optimization method for LR is required in terms of computational cost and memory usage. In this paper, we propose an efficient optimization method using non-linear conjugate gradient (CG) descent. In each CG iteration, the proposed method employs the optimized step size without exhaustive line search, which significantly reduces the number of iterations, making the whole optimization process fast. In addition, on the basis of such CG-based optimization scheme, a novel optimization method for kernel logistic regression (KLR) is proposed. Unlike the ordinary KLR methods, the proposed method optimizes the kernel-based classifier, which is naturally formulated as the linear combination of sample kernel functions, directly in the reproducing kernel Hilbert space (RKHS), not the linear coefficients. Subsequently, we also propose the multiple-kernel logistic regression (MKLR) along with the optimization of KLR. The MKLR effectively combines the multiple types of kernels with optimizing the weights for the kernels in the framework of the logistic regression. These proposed methods are all based on CG-based optimization and matrix-matrix computation which is easily parallelized such as by using multi-thread programming. In the experimental results on multi-class classifications using various datasets, the proposed methods exhibit favorable performances in terms of classification accuracies and computation times.

How to Cite this Article

Takumi Kobayashi, Kenji Watanabe and Nobuyuki Otsu. "Revisit of Logistic Regression". International Journal of Advanced Computer Science and Applications (IJACSA), Vol. 4, No. 5, 2013. https://doi.org/10.14569/IJACSA.2013.040519

BibTeX

@article{Kobayashi2013,
  title     = {Revisit of Logistic Regression},
  journal   = {International Journal of Advanced Computer Science and Applications},
  volume    = {4},
  number    = {5},
  year      = {2013},
  publisher = {The Science and Information Organization},
  author    = {Takumi Kobayashi and Kenji Watanabe and Nobuyuki Otsu},
  doi       = {10.14569/IJACSA.2013.040519},
  url       = {https://doi.org/10.14569/IJACSA.2013.040519}
}

Open Access — licensed under a Creative Commons Attribution 4.0 International License. Unrestricted use, distribution, and reproduction in any medium, even commercially, as long as the original work is properly cited.