高维 Resources

Showing items tagged with "高维"

Kernel Fisher Discriminant Analysis (KFDA) - A nonlinear extension of Fisher Discriminant Analysis where training samples are first mapped to a high-dimensional feature space F using nonlinear mapping φ, then standard Fisher Discriminant Analysis is performed in this kernel-induced space.

MATLAB 299 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 2199 views Tagged