Exercise:Self-Taught Learning

From Ufldl

Jump to: navigation, search
(Step 3: Extracting features)
(Step 4: Training and testing the logistic regression model)
Line 51: Line 51:
===Step 4: Training and testing the logistic regression model===
===Step 4: Training and testing the logistic regression model===
-
In this step, you should use your code from the softmax exercise (<tt>softmaxTrain.m</tt>) to train the softmax classifier using the training features (<tt>trainFeatures</tt>) and labels (<tt>trainLabels</tt>).
+
Use your code from the softmax exercise (<tt>softmaxTrain.m</tt>) to train a softmax classifier using the training set features (<tt>trainFeatures</tt>) and labels (<tt>trainLabels</tt>).
===Step 5: Classifying on the test set===
===Step 5: Classifying on the test set===

Revision as of 23:45, 10 May 2011

Personal tools