Skip to content

Keshav1516/greyscale_cnn_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ–€ Greyscale CNN Project – Fashion MNIST Classification

A hands-on project that demonstrates building and training a Convolutional Neural Network (CNN) on grayscale images using the Fashion‑MNIST dataset (built into TensorFlow/Keras).


πŸš€ Project Overview

This project showcases a complete deep learning workflow:

  • Loading and preprocessing Fashion‑MNIST grayscale images (28Γ—28 pixel format)
  • Constructing a CNN (Conv β†’ Pool β†’ Dense architecture) using TensorFlow / Keras
  • Training and evaluation with accuracy and loss curves
  • Visualizing sample predictions and misclassified examples

Built as a Jupyter Notebook (Fashion_Mist.ipynb) for interactive learning and reproducibility.


πŸ“‚ Repository Structure

β”œβ”€β”€ Fashion_Mist.ipynb # Jupyter Notebook for the full ML pipeline β”œβ”€β”€ .github/workflows/ # CI or automated scripts (optional) β”œβ”€β”€ .gitignore # Files to exclude from Git └── README.md # Project overview guide


🎯 Key Features

  • βœ… Load and preprocess grayscale image dataset via TensorFlow datasets
  • βœ… Build CNN architecture with convolution and pooling layers
  • βœ… Train and evaluate models using accuracy and loss metrics
  • βœ… Visualize results: showing actual vs. predicted labels
  • βœ… Modular, educational notebook format ideal for duplication

About

Build the Convolutional Neural Networking (CNN) model on Fashion Mnist in-build TensorFlow dataset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors