Skip to content

rnx2024/Keras_Tensorflow-FCNN_MLP-Image-Classification-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Keras_Tensorflow FCNN-MLP Image Classification Model

This is a Google Colab Notebook Button2 for training an Image Classification Model with Tensorflow using the Keras API. I used a pre-built dataset. Accuracy reached is almost 98%.

The MNIST dataset was used. The MNIST is a dataset of 70,000 handwritten digit images, where each image represents a single digit from 0 to 9. The dataset is split into a training set of 60,000 images and a test set of 10,000 images. Each image in the dataset is a grayscale image of size 28x28 pixels.

Image

About

This is an Image Classification Model using Keras API in Tensorflow 2. It makes use of the FCNN-MLP Model.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published