/kaggle_Digit_Recognizer

Kaggle competition, classification image with the basic data set MNIST

Primary LanguageJupyter NotebookMIT LicenseMIT

Digit Recognizer

Classifications image

Motivation

You have some experience with Python and machine learning basics, but you’re new to computer vision. This competition is the perfect introduction to techniques like neural networks using a classic dataset including pre-extracted features.

Competition Description

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.

Kaggle dataset - https://www.kaggle.com/c/digit-recognizer/data Score 0.99442

jupyter notebook`s file (did it in Google collab)

License

Format is MIT