训练样本 Resources

Showing items tagged with "训练样本"

Sparse representation-based face recognition using the ORL database, containing 40 subjects with 10 images each. The implementation randomly selects training samples while using the remaining images as test samples. The final recognition accuracy is calculated as the average of 20 independent trials to ensure statistical reliability.

MATLAB 267 views Tagged

Implementing neural network classification functionality in MATLAB by inputting training and test samples for model training and subsequent classification. This simple neural network algorithm is ideal for beginners, featuring clear implementation steps and basic pattern recognition capabilities.

MATLAB 207 views Tagged

A simple simulation of Parzen window classification in pattern recognition, where female.txt and male.txt serve as training samples and test.txt contains test samples. This implementation demonstrates excellent classification performance and provides valuable insights for beginners learning pattern recognition, including practical code structure and algorithm implementation details.

MATLAB 215 views Tagged

A comprehensive MATLAB implementation of wavelet neural networks featuring both single-dimensional and multi-dimensional network models. The code includes an enhanced initialization algorithm and requires only training data replacement for different applications. This implementation provides valuable support for academic paper writing and research projects.

MATLAB 231 views Tagged