SVM分类器 Resources

Showing items tagged with "SVM分类器"

This MATLAB program implements a comprehensive facial recognition pipeline that first processes face images using Gabor wavelet transformation for feature extraction, then applies PCA (Principal Component Analysis) for dimensionality reduction, and finally employs an SVM (Support Vector Machine) classifier for multi-class recognition. The implementation supports the complete ORL face database and utilizes the libsvm toolbox (version: libsvm-mat-2.89-3[FarutoUltimate3.0]). Key implementation details include Gabor filter parameter configuration, PCA eigenvector computation, and SVM kernel function selection for optimal multi-class classification performance.

MATLAB 204 views Tagged

This is an SVM classifier designed for classifying training samples in pedestrian detection applications, featuring direct MATLAB implementation with built-in support for key machine learning functions.

MATLAB 213 views Tagged

SVM classifier designed for classifying multidimensional sample points, adaptable for different numbers of classes. Implements pattern recognition algorithms with configurable kernel functions and hyperparameter optimization.

MATLAB 221 views Tagged