Exercise: Implement deep networks for digit classification

From Ufldl

Jump to: navigation, search
(Overview)
(Step 0: Initialize constants and parameters)
Line 24: Line 24:
=== Step 0: Initialize constants and parameters ===
=== Step 0: Initialize constants and parameters ===
-
Open <tt>stackedAETrain.m</tt>. In this step, we set meta-parameters to the same values that were used in previous exercise, which should produce reasonable results. You may to modify the meta-parameters if you wish.
+
Open <tt>stackedAEExercise.m</tt>. In this step, we set meta-parameters to the same values that were used in previous exercise, which should produce reasonable results. You may to modify the meta-parameters if you wish.
=== Step 1: Train the data on the first stacked autoencoder ===
=== Step 1: Train the data on the first stacked autoencoder ===

Revision as of 05:03, 10 May 2011

Personal tools