模式识别作业 Resources

Showing items tagged with "模式识别作业"

Pattern Recognition Assignment - Fully Custom Simulation Program. The implementation first applies Principal Component Analysis (PCA) for dimensionality reduction on the IRIS dataset, then classifies the reduced-dimensional data using the minimum error method. The compressed package includes MATLAB source code with detailed comments, a self-written report, and the IRIS dataset in .MAT format for program invocation. The program outputs final results to a text file with clear algorithmic implementation explanations.

MATLAB 246 views Tagged

Multiple classifiers implementing unsupervised classification of multi-dimensional sampling points on the IRIS dataset. Classifiers can be adapted based on the number of categories, featuring partial code from pattern recognition assignments with implementation insights for machine learning workflows.

MATLAB 222 views Tagged

SVM classifier designed for classifying multidimensional sample points, adaptable for different numbers of classes. Implements pattern recognition algorithms with configurable kernel functions and hyperparameter optimization.

MATLAB 239 views Tagged