Digit classifier using MNIST dataset

0 0
  • 0 Collaborators

Digit classification ...learn more

Artificial Intelligence

Groups
Student Developers for AI

Overview / Usage

Hi everybody!

In this post i will be describing easiest way to create a digit recognizer using sci-kit learn.In this session i will be using random forest which is a good algorithm for classification and regression tasks. For those of you who are new to datascience and ML this will give a good introduction into topic.The dataset we will be using is MNIST. You can do a quick google search for MNIST dataset and download it.

For more information about random forest, refer https://www.analyticsvidhya.com/blog/2014/06/introduction-random-forest-simplified/

The link to the .ipynb(ipython notebook) is given below.

https://drive.google.com/open?id=0B85CvYRhl1B4R0RKc1lkcmJtcVk

Comments (0)