Exercise:Sparse Autoencoder

From Ufldl

Jump to: navigation, search
Line 112: Line 112:
We will use the L-BFGS algorithm.  This is provided to you in a function called
We will use the L-BFGS algorithm.  This is provided to you in a function called
-
<tt>minFunc},\footnote{Code provided by Mark Schmidt.</tt> included in the starter code.  (For the purpose of this
+
<tt>minFunc</tt> (code provided by Mark Schmidt) included in the starter code.  (For the purpose of this
assignment, you only need to call minFunc with the default parameters. You do
assignment, you only need to call minFunc with the default parameters. You do
not need to know how L-BFGS works.)  We have already provided code in <tt>train.m</tt>
not need to know how L-BFGS works.)  We have already provided code in <tt>train.m</tt>

Revision as of 23:16, 22 April 2011

Personal tools