作业 Resources

Showing items tagged with "作业"

A machine learning course assignment implementing PCA (Principal Component Analysis) and LDA (Linear Discriminant Analysis) for dimensionality reduction. Unlike many online resources with sparse comments, this implementation includes comprehensive annotations and attention to implementation details. Features a comparative Naive Bayes classifier and uses the OLR face image dataset. Important: ReducedDim parameter specifies the exact number of features to extract, not a percentage.

MATLAB 250 views Tagged

Particle Swarm Optimization applied to the Knapsack Problem. Includes MATLAB source code implementation with detailed algorithm explanations, along with a comprehensive report analyzing the methodology, results, and algorithm performance. This represents a complete academic assignment demonstrating practical optimization techniques.

MATLAB 212 views Tagged