Fast Linear binary SVM classifier

버전 1.3.0.0 (94.3 KB) 작성자: Sebastien PARIS
Fast implementation of Linear binary SVM via BLAS/OpenMP API
다운로드 수: 3.3K
업데이트 날짜: 2020/1/29

라이선스 보기

LSVM v 3.0
---------
Fast Linear SVM binary solver toolbox such PEGASOS/LIBLINEAR.
This toolbox offers fast implementation via mex-files of the two most
popular Linear SVM algorithms for binary classification: PEGASOS [1] and LIBLINEAR [2].

This toolbox can use BLAS/OpenMP API for faster computation on multi-cores processor.
It accepts dense inputs in single/double precision.

For comparaison with [2] in binary case, this package requires less memory and is approximatively between 10% up to 50% faster. Ideal for Large-scale training in computer vision for example

Installation
------------

Run "mexme_lsvm.m" to compile mex-files.

Testing
-------

Run "test_lsvm.m" for demo

Online help by typing pegasos_train or cddcsvm_train in matlab prompt.

References :
----------
[1] S. Shalev-Shwartz, Y. Singer, and N. Srebro. "Pegasos: Primal estimated sub-GrAdient SOlver for SVM."
In Proc. ICML, 2007.
[2] Liblinear: http://www.csie.ntu.edu.tw/~cjlin/liblinear/

인용 양식

Sebastien PARIS (2024). Fast Linear binary SVM classifier (https://www.mathworks.com/matlabcentral/fileexchange/33621-fast-linear-binary-svm-classifier), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2018b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Classification에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.3.0.0

Fixed bugs & compatible with modern Matlab & OS64

1.2.0.0

- Fix a bug for single precision
- Fix a crash for large-scale data with OS64

1.1.0.0

-Cosmetic changes

1.0.0.0