SVM Resources

Showing items tagged with "SVM"

MATLAB implementation for face detection combining YCgCr color space skin modeling with Support Vector Machine (SVM) classification. The code performs skin region extraction through color thresholding followed by machine learning-based verification.

MATLAB 227 views Tagged

This MATLAB source code implements face recognition using SVM algorithm, consisting of five main components: 1) ORL face database for training and testing, 2) OSU_SVM toolbox for function calls, 3) Main program with detailed comments, 4) Analysis report of results in Word format, and 5) Important usage notes. The implementation demonstrates practical SVM application for image classification tasks.

MATLAB 203 views Tagged

The Moga-SVM implementation consists of three primary documents: 1. moga (Multi-Objective Genetic Algorithm module) 2. nsga (Non-dominated Sorting Genetic Algorithm module). These components form the foundation for evolutionary optimization in SVM parameter tuning.

MATLAB 191 views Tagged

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