Skip to content

Creating a model to identify MNIST data using fastai and google colab

Notifications You must be signed in to change notification settings

jiro-ishida/MNIST-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

MNIST model with Fastai

This notebook uses deep learning with fast AI and grabs the MNIST dataset from Kaggle. It then trains and tests a model using fast ai and creates a csv file for submission to Kaggle.

Most of the foundation of the code was from lesson 2 of fastai's Practical Deep Learning for Coders found here https://course.fast.ai/.

The final submission to Kaggle got a public score of 0.97396.

Resources that contributed code to this notebook:
https://www.kaggle.com/stefanbuenten/mnist-test-with-fastai
https://www.kaggle.com/daneiref/yet-another-mnist-using-fastai

alt text

About

Creating a model to identify MNIST data using fastai and google colab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published