训练 Resources

Showing items tagged with "训练"

Image Compression with Artificial Neural Networks - MATLAB Implementation. This codebase, developed in MATLAB 6.5, provides a complete Windows-compatible solution for neural network-based image compression. The package includes all necessary files with Train.m handling network training through backpropagation algorithms and Codec.m performing image compression/decompression using the trained network weights.

MATLAB 191 views Tagged

"BP.m" contains the complete source code for the BP neural network model; "train.fig" shows the final training visualization; "population_data_original.fig" displays prediction result graphs; "matlab_command_window_output.txt" captures console messages during execution; "generated_data.mat" stores post-execution data files. .bmp files serve the same purpose as .fig files.

MATLAB 190 views Tagged

This MATLAB program focuses on digital speech recognition training and identification. Due to the large size of the complete dataset, only a small sample is uploaded here. Users can create additional data using software like COOLEDIT by following these specifications: WAV files must have 8000 Hz sampling rate, mono channel, 16-bit sampling precision with Motorola PCM format. Corresponding LAB files should contain speech segment boundaries (start/end points) and phonetic content labels for training data annotation.

MATLAB 206 views Tagged

A MATLAB implementation utilizing the AdaBoost algorithm for face classification, with the JAFFE facial database serving as the test dataset. The system identifies input faces by calculating similarity scores between the input image and all prototype faces in the database, then ranking the results to determine identity. Key implementation steps include: 1. Model Training: Click the [Train] button to build the recognition model using 15 face images per subject from JAFFE database 2. Test Image Selection: Click [Open] to select a face image from JAFFE for testing 3. Recognition: Click [Identify] to automatically classify the input face and display results

MATLAB 205 views Tagged