Handwriting Digit Recognition, Final project of Machine Learning course by Prof M.Sadeghi at Yazd University. MNIST dataset is for test it.
python3 DRP_Classification.py [dataset] [calssifire]
dataset: address of directory which MNIST data sets are there
classifire: enter number 1 or 2 or 3.
- refer to KNNClassifire
- refer to NNClassifire
- which run QuadraticClassification
- numpy
- math
- scipy
- gzip
- matplotlib