分类 Resources

Showing items tagged with "分类"

The Relevance Vector Machine (RVM) is a recently introduced machine learning method applicable to both classification and regression tasks. Compared to the well-established Support Vector Machine (SVM), RVM maintains excellent classification and regression performance while offering superior sparsity, resulting in enhanced generalization capabilities. This algorithm provides valuable insights for researchers in the machine learning field, with implementation advantages such as probabilistic outputs and automatic relevance determination through Bayesian inference.

MATLAB 294 views Tagged

The package provides complete source code accompanied by detailed explanations in TXT and Word formats, including comprehensive instructions for using the SVM toolbox. It covers various SVM classification algorithms with in-depth explanations. The implementation contains two practical examples and an optimizer module, offering both traditional SVM classification and an enhanced newsvm classification method for broader application scenarios.

MATLAB 271 views Tagged

Speech recognition example code utilizing voice mailbox dataset. Implementation employs Hidden Markov Model (HMM) classification with Mel-Frequency Cepstral Coefficients (MFCC) parameterization for feature extraction.

MATLAB 265 views Tagged