Skip to content

Deep Learning Neural Network Multi-Class Classification Modeling - Digits Recognition Using Keras in Python. Identify digits from a dataset of tens of thousands of handwritten images.

Notifications You must be signed in to change notification settings

leepingtay/deep_learning_digits_recognition_keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Deep Learning Neural Network - Digits Recognition Using Keras

This project is to build a Sequential Convolutional Neural Network model for digits recognition trained on MNIST dataset using Keras API.

Project Goal

To correctly identify digits from a dataset of tens of thousands of handwritten images

Source of dataset

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

Introduction

The data files train.csv and test.csv contain gray-scale images of hand-drawn digits, from zero through nine.

Prerequisites

Python and Jupyter Notebook

Author

Lee Ping Tay

Acknowledgement

Adapted from Yassine Ghouzam https://www.kaggle.com/yassineghouzam/introduction-to-cnn-keras-0-997-top-6/notebook

About

Deep Learning Neural Network Multi-Class Classification Modeling - Digits Recognition Using Keras in Python. Identify digits from a dataset of tens of thousands of handwritten images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages