Skip to content

Ashutosh27ind/buildingCNNonMNSITdataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

buildingCNNonMNSITdataset

Build a simple CNN-based architecture to classify the 10 digits (0-9) of the MNIST dataset.

In this notebook, we will build a simple CNN-based architecture to classify the 10 digits (0-9) of the MNIST dataset. The objective of this notebook is to become familiar with the process of building CNNs in Keras.

We will go through the following steps:

Importing libraries and the dataset
Data preparation: Train-test split, specifying the shape of the input data etc.
Building and understanding the CNN architecture
Fitting and evaluating the model

About

Build a simple CNN-based architecture to classify the 10 digits (0-9) of the MNIST dataset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published