Fminlbfgs Details

From Ufldl

Jump to: navigation, search
(Created page with "The function <tt>fminlbfgs</tt> gives a BSD license implementation of L-BFGS (so appropriate use of this in commercial applications is okay). Here, we describe some details. Yo...")
 
Line 21: Line 21:
<syntaxhighlight lang="matlab">
<syntaxhighlight lang="matlab">
-
%  Run minFunc
+
%  Run fminlbfgs
[opttheta, loss] = fminlbfgs( @(p) sparseAutoencoderLoss(p, ...
[opttheta, loss] = fminlbfgs( @(p) sparseAutoencoderLoss(p, ...
                                   visibleSize, hiddenSize, ...
                                   visibleSize, hiddenSize, ...

Latest revision as of 01:15, 22 April 2011

Personal tools