Exercise: Implement deep networks for digit classification

From Ufldl

Jump to: navigation, search
(Step 4: Implement fine-tuning)
 
Line 55: Line 55:
After completing these steps, running the entire script in stackedAETrain.m will perform layer-wise training of the stacked autoencoder, finetune the model, and measure its performance on the test set. If you've done all the steps correctly, you should get an accuracy of about 87.7% before finetuning and 97.6% after finetuning (for the 10-way classification problem).
After completing these steps, running the entire script in stackedAETrain.m will perform layer-wise training of the stacked autoencoder, finetune the model, and measure its performance on the test set. If you've done all the steps correctly, you should get an accuracy of about 87.7% before finetuning and 97.6% after finetuning (for the 10-way classification problem).
 +
 +
 +
{{CNN}}

Latest revision as of 11:04, 26 May 2011

Personal tools