Skip to content

BurningLights/AIProject3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIProject3

Install/Run guide

  1. Clone this repository to your computer
  2. Install Anaconda from https://www.continuum.io/downloads, for numpy, scipy, and scikit-learn
  3. Run 'conda install Pillow scipy numpy scikit-learn' in the terminal to make sure they're installed and updated
  4. Run program using 'ipython classify.py '
  5. If the classify program is outputting an error, or has low accuracy, it probably means the saved decision trees are from a different version of scikit-learn than you are running. To fix this, run 'ipython training.py'. This will train the decision trees again on the sample data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages