/two_digits_classification

Constructed and trained a sklearn classifier to predict the number from the image input. The dataset used is MNIST dataset of images with two handwritten digits.

Primary LanguageJupyter Notebook

two_digits_classification

Constructed and trained a sklearn classifier to predict the number from the image input. The dataset used is MNIST dataset of images with two handwritten digits.

Contents:

  • images (MNIST dataset)
  • notebook.ipynb (classifier)
  • requirements.txt (dependencies for the virtual enviroment)