/NumberRecognition

A KNN and LDA approach for recognising handwriting numbers using the MNIST Dataset

Primary LanguagePythonMIT LicenseMIT

NumberRecognition

A KNN and LDA approach for recognising handwriting numbers using the MNIST Dataset

Setup

Execute the command "pip3 install -r requirements.txt", this will install all libs required by python.

Execution

Inside "scripts" folder execute "python3 main.py --help" to see all commands available.

example: "python3 main.py --algorithm knn -k 3 --proc binaryLines --confplot normalized"

Note

It is preferable to use VirtualEnv to avoid errors