Using the "SVM-KNN" technique to recognize images of handwritten digits.
/data
- folder containing the datasetcapstone.ipynb
- iPython Notebook file to perform data explorationmodel.py
- implements the learning modelreport.pdf
- detailed report of the problem and solution
This project requires Python 2.7 and the following Python libraries installed:
Navigate to the root folder, then execute one of the two following commands:
jupyter notebook capstone.ipynb
to open the notebook filepython model.py
to run the model and see categorization accuracy