Exploration of five supervised learning algorithms including: Decision tree with pruning Artificial Neural Networks AdaBoost Support Vector Machines K-Nearest Neighbours on MNIST and Asirra datasets. Running conda create --name myenv conda activate myenv pip install -r requirements.txt python recognition.py --type