Created
November 23, 2015 15:14
-
-
Save joyhuang9473/9f26dadcca367c6b2643 to your computer and use it in GitHub Desktop.
Train Linear SVM for Spam Classification (in spamTrain.mat, spamTest.mat)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% Octave console output | |
Training Linear SVM (Spam Classification) | |
(this may take 1 to 2 minutes) ... | |
Training ...................................................................... | |
............................................................................... | |
............................................................................... | |
..... Done! | |
Training Accuracy: 99.850000 | |
Evaluating the trained Linear SVM on a test set ... | |
Test Accuracy: 99.000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment