/HandWrittenDigitsClassification

Digits Dataset Classification by some of the most known algorithms with some Visualization.

Primary LanguageJupyter Notebook

Hand-Written Digits Classification

This is DSS(Decision Support Systems) course project. We used the Digits Dataset from the scikit-learn libirary. We made some Visualization on the dataset with applying some of the most known algorithms on it.

Applied Algorithms:

  • K Nearest Neighbour(KNN).
  • Logistic Regression.
  • Decision Trees.