Exercise:Softmax Regression

From Ufldl

Jump to: navigation, search
(Step 2: Implement softmaxCost)
(Step 4: Learning parameters)
Line 124: Line 124:
Use the following parameter when training your softmax classifier:
Use the following parameter when training your softmax classifier:
-
  lambda = 1e-3
+
  lambda = 1e-4
=== Step 5: Testing ===
=== Step 5: Testing ===

Revision as of 19:09, 11 May 2011

Personal tools