Fine-tuning Stacked AEs

From Ufldl

Jump to: navigation, search
(Introduction)
Line 1: Line 1:
=== Introduction ===
=== Introduction ===
-
Fine tuning is a strategy that is commonly used in deep learning. As such, it can also be used to greatly improve the performance of a stacked autoencoder. From a high level perspective, fine tuning treats all layers of a stacked autoencoder as a single model, so that in one iteration, we are improving upon all the weights in the stacked autoencoder.
+
Fine tuning is a strategy that is commonly found in deep learning. As such, it can also be used to greatly improve the performance of a stacked autoencoder. From a high level perspective, fine tuning treats all layers of a stacked autoencoder as a single model, so that in one iteration, we are improving upon all the weights in the stacked autoencoder.
=== General Strategy ===
=== General Strategy ===

Revision as of 00:41, 22 April 2011

Personal tools