Skip to content

identify digits from MNIST dataset of tens of thousands of handwritten images

Notifications You must be signed in to change notification settings

YousefMohammad/digit_recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Digit Recognizer Competition

Overview

MNIST ("Modified National Institute of Standards and Technology") is the de facto “hello world” dataset of computer vision. Since its release in 1999, this classic dataset of handwritten images has served as the basis for benchmarking classification algorithms. As new machine learning techniques emerge, MNIST remains a reliable resource for researchers and learners alike.

In this competition, your goal is to correctly identify digits from a dataset of tens of thousands of handwritten images. We’ve curated a set of tutorial-style kernels which cover everything from regression to neural networks. We encourage you to experiment with different algorithms to learn first-hand what works well and how techniques compare.

Idea Behined this NootBook

The Key for solving this competition is the augmentation and increase the number of dataset

there is a dataset in tensorflow also called minist contains a hight quantity dataset of the same type

Technology used

  • Tensorflow
  • keras
  • sklearn

Top Models used

  • Sequintial Model (CNN)

Public Score on Kaggle: 0.99903