Skip to content

Instantly share code, notes, and snippets.

@prongs
Created October 19, 2012 12:45
Show Gist options
  • Save prongs/3918069 to your computer and use it in GitHub Desktop.
Save prongs/3918069 to your computer and use it in GitHub Desktop.
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