支持向量机 Resources

Showing items tagged with "支持向量机"

A MATLAB program for Support Vector Machine implementation capable of performing both classification and regression tasks. This method demonstrates superior performance compared to neural networks while avoiding the curse of dimensionality, making it an excellent modeling approach for high-dimensional datasets.

MATLAB 212 views Tagged

Creating base Support Vector Machine classifiers through AdaBoost algorithm and integrating recognition results using simple voting method. Includes descriptions of SVM toolbox and AdaBoost algorithm workflow with code implementation insights.

MATLAB 202 views Tagged

LIBSVM Support Vector Machine for classification identification. This program has been successfully applied in iris recognition research. It is a C program embedded in MATLAB with implementation details for algorithm integration.

MATLAB 190 views Tagged