LiblineaR

From MaRDI portal
Software:37454



swMATH25718CRANLiblineaRMaRDI QIDQ37454

Linear Predictive Models Based on the LIBLINEAR C/C++ Library

Jérôme Paul, Thibault Helleputte, Pierre Gramme

Last update: 11 December 2023

Copyright license: GNU General Public License, version 2.0

Software version identifier: 2.10-22, 1.51-0, 1.51-1, 1.51-2, 1.51-3, 1.80-0, 1.80-1, 1.80-2, 1.80-4, 1.80-6, 1.80-7, 1.80-10, 1.94-2, 2.10-8, 2.10-12, 2.10-23

Source code repository: https://github.com/cran/LiblineaR

A wrapper around the LIBLINEAR C/C++ library for machine learning (available at <https://www.csie.ntu.edu.tw/~cjlin/liblinear/>). LIBLINEAR is a simple library for solving large-scale regularized linear classification and regression. It currently supports L2-regularized classification (such as logistic regression, L2-loss linear SVM and L1-loss linear SVM) as well as L1-regularized classification (such as L2-loss linear SVM and logistic regression) and L2-regularized support vector regression (with L1- or L2-loss). The main features of LiblineaR include multi-class classification (one-vs-the rest, and Crammer & Singer method), cross validation for model selection, probability estimates (logistic regression only) or weights for unbalanced data. The estimation of the models is particularly fast as compared to other libraries.




Related Items (10)


This page was built for software: LiblineaR