模式识别 Resources

Showing items tagged with "模式识别"

A MATLAB-based implementation of CART (Classification and Regression Trees) algorithm for pattern recognition tasks, supporting both classification and regression analysis. The package includes detailed documentation, sample routines, and code explanations covering key functions like tree building, node splitting using Gini impurity, and pruning techniques.

MATLAB 352 views Tagged

The Hidden Semi-Markov Model enables computation through parameter substitution, suitable for pattern recognition, remaining useful life prediction, and other time-series analysis tasks. Implementation typically involves state duration modeling and forward-backward algorithm extensions.

MATLAB 199 views Tagged

LIBSVM is a simple, easy-to-use, and efficient software package developed by Professor Lin Chih-Jen and team at National Taiwan University for SVM-based pattern recognition and regression. It provides both precompiled Windows executables and source code for customization, cross-platform adaptation, and algorithm enhancement. The package simplifies parameter tuning with extensive default configurations that handle most practical scenarios while offering cross-validation capabilities. It supports C-SVM, ν-SVM, ε-SVR, ν-SVR models and multi-class classification using one-vs-one strategy, with optimized implementations for large-scale datasets.

MATLAB 263 views Tagged