Skip to content

Built a neural network model to solve a basic image classification problem, on MNIST dataset

Notifications You must be signed in to change notification settings

Rubo12345/Image-classification-with-TensorFlow-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Mini Project

Image-classification-with-TensorFlow

Built a neural network model to solve a basic image classification problem, on MNIST dataset.

Dataset: MNIST dataset

Steps Involved:

  1. Import Packages (numpy, tensorflow, matplotlib)
  2. Load Data (load the data and split the data into train and test)
  3. One Hot Encoding (labels)
  4. Data Reshaping
  5. Data Normalization (Mean and Standard Deviation)
  6. Creating a model (structure, layers)
  7. Compiling the model (optimizer, loss, metrics)
  8. Model fitting
  9. Evaluating the model (loss , accuracy)
  10. Predictions
  11. Plotting (Matplotlib)

About

Built a neural network model to solve a basic image classification problem, on MNIST dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages