MNIST-Digit-Recognizer

Detailed information are written on - https://www.kaggle.com/c/digit-recognizer/data

Library required for Machine Learning mapped solution

-numpy
-pandas
-matplotlib
-seaborn
-sklearn

Library required for Deep Learning mapped solution

-numpy

Dataset

Dataset for the same can be downloaded from the given link.
Dataset can be directly loaded from Keras. Datasets or Sklearn or
link - https://www.kaggle.com/c/digit-recognizer/data

Algorithm used in ML

-Random Forest Classifier

Author

Aryan Gupta