Skip to content

This repository will be used to store my trained MNIST model. It will be trained using Tensorflow and the MNIST dataset, and will be the basis of the code gone over at the WEAP MNIST Workshop on January 30th 2025. Here is the main resource used for this project: https://www.kaggle.com/code/amyjang/tensorflow-mnist-cnn-tutorial/notebook

Notifications You must be signed in to change notification settings

zsyed44/MNIST-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNIST Handwritten Digit Classifier 🧠✍️

THIS REPOSITORY IS NO LONGER GOING TO BE USED FOR THE MNIST WORKSHOP, WE HAVE SWITCHED TO THIS REPOSITORY NOW THAT WE ARE USING PYTORCH!

Regardless, this repo is very useful for those who attend the workshop and are looking into learning more about tensorflow!

This repository will be used to store my trained MNIST model. It will be trained using Tensorflow and the MNIST dataset, and will be the basis of the code gone over at the WEAP MNIST Workshop on January 30th 2025.

This repository contains an MNIST digit classification model, guiding you through building a Convolutional Neural Network (CNN) using TensorFlow and Keras. The model learns to recognize handwritten digits (0-9) by training on thousands of labeled examples.

🚀 Features

  • End-to-End Machine Learning Pipeline: Data preprocessing, model training, and evaluation.
  • Deep Learning with CNNs: Utilizes convolutional layers for accurate pattern recognition.
  • Interactive GUI: A Tkinter-based interface to draw and classify digits.
  • Model Persistence: Save and load trained models (.h5 and .keras formats).
  • Visualization Tools: Includes loss/accuracy curves and a confusion matrix.

We are using the following libraries:

-TensorFlow -Numpy -Seaborn -MatPlotLib (MPL) Install with:

pip install tensorflow numpy matplotlib seaborn

About

This repository will be used to store my trained MNIST model. It will be trained using Tensorflow and the MNIST dataset, and will be the basis of the code gone over at the WEAP MNIST Workshop on January 30th 2025. Here is the main resource used for this project: https://www.kaggle.com/code/amyjang/tensorflow-mnist-cnn-tutorial/notebook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages