Skip to content

iremustek/deep-learning-mnist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Image Classification on the MNIST Handwritten Digits Recognition Dataset

This repository contains a deep learning project focused on image classification using the MNIST handwritten digits recognition dataset.

The related notebook can be found here

Dataset

  • MNIST Dataset The MNIST dataset is a benchmark dataset in machine learning and computer vision. It consists of 60,000 grayscale images of handwritten digits (0-9) for training and 10,000 images for testing. Each image has a resolution of 28x28 pixels.

To access the MNIST dataset, you can refer to the following link: MNIST Dataset

Modelling

  • Model A: Fully Connected Layers

  • Model B: Convolutional Neural Network (CNN)

  • Pre-Trained Network: EfficientNetB3

  • State-of-the-Art Classifier Design on the MNIST dataset

About

A Deep Learning project for MNIST dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published