이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
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 (2026). Fast Linear binary SVM classifier (https://kr.mathworks.com/matlabcentral/fileexchange/33621-fast-linear-binary-svm-classifier), MATLAB Central File Exchange. 검색 날짜: .
