AI digit classifier using pytorch
-
Updated
Jul 28, 2023 - Python
AI digit classifier using pytorch
Implementation of a neural network model with backpropagation algorithmfor image classification using the MNIST dataset, featuring experiments varying learning rates, momentum, hidden units, and training data sizes
Machine learning project for digit recognizer challenge in Kaggle using just numpy, no TF. %85 accuracy
Production-ready deep learning model for handwritten digit recognition using optimized CNN architecture. Features interactive web app, comprehensive training pipeline, and multiple deployment options. Achieves 99.65% accuracy on MNIST dataset with advanced data augmentation and regularization techniques.
A feed-forward neural network for digital classification
This app can classify handwritten digits (0-9) drawn on the screen. It was created by implementing a model coded with Tensorflow in Python and then serving that file via the Tensorflow Inference java library.
NeuroAI - Digit Classification Artificial Neural Network
The basic implementation of neural network learning using TensorFlow, It identifies the handwritten digit and displays the result along with confidence.
The handwritten Digits Classification model classifies different handwritten digits(from the dataset) to their categorical targets using deep Convolutional neural networks.
Simple NN digit classifier in plain C
Add a description, image, and links to the digitclassifier topic page so that developers can more easily learn about it.
To associate your repository with the digitclassifier topic, visit your repo's landing page and select "manage topics."