svmocas
Standalone applications implementing the OCAS solver
Install
- All systems
-
curl cmd.cat/svmocas.sh
- Debian
-
apt-get install libocas-tools
- Ubuntu
-
apt-get install libocas-tools
- Kali Linux
-
apt-get install libocas-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libocas-tools
- Raspbian
-
apt-get install libocas-tools
- Dockerfile
- dockerfile.run/svmocas
libocas-tools
Standalone applications implementing the OCAS solver
This library implements Optimized Cutting Plane Algorithm (OCAS) for training linear Support Vector Machine (SVM) classifiers from large-scale data. The computational effort of OCAS scales linearly with the number of training examples. It is one of the fastest SVM solvers around for solving linear and multiclass L2 regularized SVMs. This package contains the standalone applications.
libocas-dbg
Debugging symbols for LIBOCAS
This library implements Optimized Cutting Plane Algorithm (OCAS) for training linear Support Vector Machine (SVM) classifiers from large-scale data. The computational effort of OCAS scales linearly with the number of training examples. It is one of the fastest SVM solvers around for solving linear and multiclass L2 regularized SVMs. This package contains the debugging symbols.