Skip to content

cedoula/TensorFlow-Basic-Image-Classification

Repository files navigation

TensorFlow-Basic-Image-Classification

Responsive image

Analysis Overview

The purpose of this project is to use TensorFlow's Neural Network to analyze hand-written digit images and predict the digit or the class of the input image.
We use the following methods for the analysis:

  • import the training and test sets from the MNIST database,
  • preprocess and prepare the training and test sets for the model,
  • create and compile the deep neural network model,
  • train the model and run the predictions,
  • visualize results.

Resources

  • Data Source: MNIST Database
  • Software: Python 3.8, TensorFlow 2.3.1, Jupyter Notebook 6.

Link to code NN Image Classification

Results

The model created has an accuracy of 97%.

Below is a snippet of a sample of hand-written digit with the predicted classification from our model.

Responsive image



About

Image Classification with TensorFlow Neural Networks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors