This tool provides a simple interface to LIBSVM, a library for support vector
machines (http://www.csie.ntu.edu.tw/~cjlin/libsvm).
It is very easy to use as
the usage and the way of specifying parameters are the same as that of LIBSVM.
This tool provides also a simple interface to LIBLINEAR, a library for
large-scale regularized linear classification (http://www.csie.ntu.edu.tw/~cjlin/liblinear).
It is very easy to use as the usage and the way of specifying parameters are
the same as that of LIBLINEAR.
This Toolbox is not compatible with the NaN-toolbox! Please do not use both at
the same time.
Changelog
============
1.1
- improved demos
- works under Windows
- new function: svmnormalize
1.0
- first release of libsvm - toolbox
This interface was initially written by Jun-Cheng Chen, Kuan-Jen Peng,
Chih-Yuan Yang and Chih-Huai Cheng from Department of Computer
Science, National Taiwan University.
It was converted to Scilab 5.3 by Holger Nahrstaedt from TU Berlin.
If you find this tool useful, please cite LIBSVM as follows
Chih-Chung Chang and Chih-Jen Lin, LIBSVM : a library for support
vector machines. ACM Transactions on Intelligent Systems and
Technology, 2:27:1--27:27, 2011. Software available at
http://www.csie.ntu.edu.tw/~cjlin/libsvm
Please cite LIBLINEAR as follows
R.-E. Fan, K.-W. Chang, C.-J. Hsieh, X.-R. Wang, and C.-J. Lin.
LIBLINEAR: A Library for Large Linear Classification, Journal of
Machine Learning Research 9(2008), 1871-1874.Software available at
http://www.csie.ntu.edu.tw/~cjlin/liblinear