Exercise: Implement deep networks for digit classification

From Ufldl

Jump to: navigation, search
(Step 2: Train the data on the second stacked autoencoder)
(Step 5: Test the model)
Line 59: Line 59:
Finally, you will need to classify with this model; complete the code in <tt>stackedAEPredict.m</tt> to classify using the stacked autoencoder with a classification layer.
Finally, you will need to classify with this model; complete the code in <tt>stackedAEPredict.m</tt> to classify using the stacked autoencoder with a classification layer.
-
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 XX.X percent.
+
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 97.6% (for the 10-way classification problem).

Revision as of 02:09, 12 May 2011

Personal tools