Loading repository data…
Loading repository data…
myladivyasaisri / repository
An intermediate-level Deep Learning project building a Convolutional Neural Network (CNN) with TensorFlow & Keras on the MNIST dataset, developed as Task 4 during my Machine Learning internship at VedGrow. Includes augmentation pipelines and accuracy tracking charts.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
An intermediate-level Deep Learning project developed during my internship at VedGrow. This project implements a Convolutional Neural Network (CNN) using TensorFlow & Keras to classify handwritten digits from the classic MNIST dataset.
The primary goal of this project is to build a highly accurate computer vision pipeline capable of recognizing and categorizing handwritten digits (0-9) from image pixel matrices. The engine optimizes mathematical parameter layers via deep convolutional networks to recognize abstract structural features.
📂 image_classification_cnn/
├── 📄 cnn_classifier.ipynb # Structured Jupyter Notebook with 6 Core Sections
├── 📄 cnn_model_accuracy_curves.png # Saved visualization chart for model accuracy trends
├── 📄 cnn_model_loss_curves.png # Saved visualization chart for loss minimization
└── 📄 cnn_live_custom_prediction_test.png # Output proof plot verifying successful live inference
pip install tensorflow numpy matplotlib seaborn
Cell 1 through Cell 6 inside your VS Code Jupyter environment.