Found 17 repositories(showing 17)
ASWINKUMARD
MNIST dataset is a benchmark in computer vision, containing 70,000 grayscale images of handwritten digits (0–9) sized 28×28 pixels.(CNNs) are highly effective for a task due to their ability to capture spatial hierarchies in image.MNIST serves as a fundamental starting point for beginners to understand image classification & deep learning concepts.
takuyara
These are two simple codes solving the classical MNIST problem for machine learning. Most of the codes on Github is too complicated and not suitable for beginners. These codes are simple and directly show the core of the neural network. One of them only uses fully-connected layers, the other uses a CNN. The way they get the training data is by using the code provided by tensorflow's guide.
shaygu62
Beginner attempt for MNIST using simple CNN on Kaggle
netram75
Beginner-friendly CNN implementation for handwritten digit classification using the MNIST dataset (98.8% accuracy).
sdShaggy
A simple, beginner-friendly, multi-interface Handwritten Digit Recognition for digits 0 to 9 using CNN trained on MNIST dataset.
arjunsurugula48-sketch
CNN-based handwritten digit recognition using the MNIST dataset. Built with TensorFlow/Keras, this project demonstrates image preprocessing, model training, and evaluation. Ideal for beginners exploring deep learning.
shivamehenge
Begin your neural network machine learning project with the MNIST Handwritten Digit Classification Challenge and using Tensorflow and CNN. It has a very user-friendly interface that’s ideal for beginners.
Begin your neural network machine learning project with the MNIST Handwritten Digit Classification Challenge and using TensorFlow and CNN. It has a very user-friendly interface that’s ideal for beginners.
Sam119256
Begin your neural network machine learning project with the MNIST Handwritten Digit Classification Challenge and using Tensorflow and CNN. It has a very user-friendly interface that’s ideal for beginners
Harbinger-Bong
This project is designed for beginners in Deep Learning. We implement a basic Convolutional Neural Network (CNN) to classify handwritten digits (0-9) using the MNIST dataset in two major frameworks (PyTorch and TensorFlow/Keras).
smtambadi
Handwritten Digit Recognition using MNIST dataset, built with TensorFlow and Keras. This project includes training a convolutional neural network (CNN) model, saving it as `mnist_model.h5`, and testing it with additional datasets like USPS. It features end-to-end implementation for beginners in deep learning and computer vision.
HariniRao25
A machine learning project that recognizes handwritten digits (0–9) using the MNIST dataset. It includes data preprocessing, model training (SVM/MLP/CNN), and evaluation. Ideal for beginners to learn image classification and computer vision. Achieves 95%+ accuracy on test data.
shantanuvhanmore
A simple Convolutional Neural Network (CNN) built using TensorFlow/Keras to classify handwritten digits from the MNIST dataset. This project demonstrates basic deep learning concepts including model architecture, training, evaluation, and saving the model. Ideal for beginners exploring image classification.
choudhary-rahul18
A machine learning project that recognizes handwritten digits using the MNIST dataset. Built using a Convolutional Neural Network (CNN), the model learns to classify digits (0–9) from image data with high accuracy. Ideal for beginners in computer vision and deep learning. Trained with TensorFlow/Keras for efficient image recognition tasks.
Sravyatogarla
A beginner-friendly deep learning project using TensorFlow and Keras, where I built a CNN model to classify flower images and an MLP model to classify Fashion MNIST clothing items. Includes training, evaluation, and prediction steps for both problems.
geek525
A clean and well-structured implementation of a convolutional neural network (CNN) trained on MNIST using Keras. This project showcases the fundamental deep learning pipeline — including data handling, model design, training, and inference — and serves as a solid starting point for beginners exploring neural networks and computer vision.
This project focuses on building a Convolutional Neural Network (CNN) to recognize and classify handwritten digits (0–9) using the MNIST dataset. The goal is to train a deep learning model that can accurately interpret visual data, making it an ideal beginner-level project for learning about image classification and CNN architecture.
All 17 repositories loaded