支持向量机 Resources

Showing items tagged with "支持向量机"

This study explores image classification implementation using Libsvm, focusing on object classification with five fruit categories as research subjects. The workflow involves collecting image samples (primarily web-sourced), image preprocessing (e.g., resizing to uniform dimensions), feature vector extraction, Libsvm-based model training, and classification testing, with code-level descriptions of key algorithms and implementation approaches.

MATLAB 315 views Tagged

Application Background: Surrogate models (Kriging, RBF, etc.) - These toolboxes serve as universal MATLAB libraries for multidimensional function approximation and optimization methods. Key Technologies: MATLAB implementation featuring Radial Basis Functions, Kriging methods, Support Vector Machines, Support Vector Regression, Gaussian Process Metamodels, and Polynomial approximations with corresponding code algorithms.

MATLAB 270 views Tagged

Support Vector Machine (SVM), first proposed by Corinna Cortes and Vapnik in 1995, demonstrates unique advantages in solving small-sample, nonlinear, and high-dimensional pattern recognition problems. It can be extended to other machine learning tasks such as function fitting. In machine learning, SVM is a supervised learning model that analyzes data and recognizes patterns for classification and regression analysis. Key implementation aspects include kernel selection and margin optimization algorithms.

MATLAB 2181 views Tagged

A MATLAB-implemented face recognition system based on Markov Model and Support Vector Machine with integrated face database. This robust implementation (non-original) demonstrates excellent performance with key features: database generation from training/test samples; face recognition rate calculation (96.5 ); specific image identification; real-time camera-based face recognition. The system utilizes probability transition matrices for feature extraction and SVM classification for pattern recognition.

MATLAB 312 views Tagged