LIBSVM is a simple, easy-to-use, and efficient software package developed by Professor Lin Chih-Jen and team at National Taiwan University for SVM-based pattern recognition and regression. It provides both precompiled Windows executables and source code for customization, cross-platform adaptation, and algorithm enhancement. The package simplifies parameter tuning with extensive default configurations that handle most practical scenarios while offering cross-validation capabilities. It supports C-SVM, ν-SVM, ε-SVR, ν-SVR models and multi-class classification using one-vs-one strategy, with optimized implementations for large-scale datasets.
MATLAB
248 views
Tagged