Use Neural Networks and Decision Trees to read handwritten numbers
The code for:
- Artificial Neural Networks is contained in ann.py
- Decision Trees is contained in decisionTree.py
- K-Nearest Neighbors is contained in knn.py
Note: confusion_matrix_graph.py file contains the code for confusion matrix vizualization.