liblinear-predict
Standalone applications for LIBLINEAR
Install
- All systems
-
curl cmd.cat/liblinear-predict.sh
- Debian
-
apt-get install liblinear-tools
- Ubuntu
-
apt-get install liblinear-tools
- Kali Linux
-
apt-get install liblinear-tools
- Fedora
-
dnf install liblinear-cli
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install liblinear-tools
- Raspbian
-
apt-get install liblinear-tools
- Dockerfile
- dockerfile.run/liblinear-predict
liblinear-tools
Standalone applications for LIBLINEAR
LIBLINEAR is a library for learning linear classifiers for large scale applications. It supports Support Vector Machines (SVM) with L2 and L1 loss, logistic regression, multi class classification and also Linear Programming Machines (L1-regularized SVMs). Its computational complexity scales linearly with the number of training examples making it one of the fastest SVM solvers around. It also provides Python bindings. This package contains the standalone applications.
liblinear-cli
CLI-tools for liblinear
liblinear-dbg
Debugging symbols for LIBLINEAR
LIBLINEAR is a library for learning linear classifiers for large scale applications. It supports Support Vector Machines (SVM) with L2 and L1 loss, logistic regression, multi class classification and also Linear Programming Machines (L1-regularized SVMs). Its computational complexity scales linearly with the number of training examples making it one of the fastest SVM solvers around. It also provides Python bindings. This package contains the debugging symbols.