Created
October 19, 2012 12:45
-
-
Save prongs/3918069 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
after training on 1000 data, test results: | |
Accuracy = 86.4% (864/1000) (classification) | |
after training on 2000 data, test results: | |
Accuracy = 91.3% (913/1000) (classification) | |
after training on 3000 data, test results: | |
Accuracy = 90.4% (904/1000) (classification) | |
after training on 4000 data, test results: | |
Accuracy = 88.4% (884/1000) (classification) | |
after training on 5000 data, test results: | |
Accuracy = 86.5% (865/1000) (classification) | |
after training on 6000 data, test results: | |
Accuracy = 86.2% (862/1000) (classification) | |
after training on 7000 data, test results: | |
Accuracy = 86.9% (869/1000) (classification) | |
after training on 8000 data, test results: | |
Accuracy = 86.3% (863/1000) (classification) | |
after training on 9000 data, test results: | |
Accuracy = 86.5% (865/1000) (classification) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment