mnist-classifier
There are 47 repositories under mnist-classifier topic.
Edmonton-School-of-AI/Hello-World-Tensorspace
Played with Tensorspace a library for Neural network 3D visualization, building interactive and intuitive models in browsers, supports pre-trained deep learning models from TensorFlow, Keras, TensorFlow.js
bsiegelwax/784-Dimensional-Quantum-MNIST
Quantum MNIST using amplitude encoding instead of dimensionality reduction.
ibodumas/naivebayes_mnist
I implemented a Naive Bayes classifier form scratch and applied it on MNIST dataset.
mathurpulkit/MNISTClassifier
An MNIST dataset classifier implemented from scratch in NumPy.
NvsYashwanth/MNIST-Handwritten-Digits-Recognition
MNIST handwritten digit classification using PyTorch
Sboursen/Digit-recognizer
This repo hold CV models for the Classification of single digit images. I used Pytorch and the Digit-Recognizer kaggle dataset for the training.
ChriZ982/NeuralNetTest
Test project for neural networks - Handwritten digit recognition on MNIST dataset
dronefreak/RIFT
An autonomous navigation system for drones in both urban and rural environments.
ibodumas/my_KNN_PCA_MNIST
Problems Identification: This project involves the implementation of efficient and effective KNN classifiers on MNIST data set. The MNIST data comprises of digital images of several digits ranging from 0 to 9. Each image is 28 x 28 pixels. Thus, the data set has 10 levels of classes.
abdullahkady/ml-algorithms
A bare-bones (minimal dependencies) implementation of some ML algorithms (classifying/clustering) as part of the Machine Learning postgraduate course assignments in the GUC
chetaldrich/MLOCR
OCR for numbers in the MNIST dataset using various ML techniques.
ibrahimalimetin/Tensorflow-Basic_Mnist
Artificial neural networks processed with Tensorflow
ozaner/NeuralNetworks
All my machine learning projects and tests.
paxbun/CntkMnistPractice
MNIST classifier using CNTK written in C++ and C#. Only used fully connected layers.
bsiegelwax/Quantum-Inspired-MNIST
Inspired by quantum classification, this is MNIST with no models, no weights, no activation functions, no optimizers, nor anything else that resembles traditional MNIST implementations.
bsiegelwax/Standard-Deviation-MNIST
"Quantum-Inspired MNIST" achieved 72% accuracy using nothing but means, addition, and subtraction. This experiment adds standard deviations.
clomax/neuralnet-digit-reader
Performs OCR on the MNIST dataset. From my BSc. AI & Robotics at Prifysgol Aberystwyth
crazybiceps/MNIST-in-PyTorch
Naive Implementation of PyTorch framework to solve the MNIST-Digit_Recognition Problem
epochml/epoch-neural-nets-intersession
Epoch introduction to neural networks intersession, SY2021
lherman-cs/deeplearning-demos
Deep learning demos using MNIST data set with multiple neural network models
nathanielsimard/numpy-mnist-classifier
Feed forward neural network using Numpy for MNIST classification.
RickLeite/mnist-DukeUniversity
Digit Recognizer - Convolutional Neural Network trained with mnist model using matplotlib - Duke University Class
souravs17031999/FASHION-MNIST-CLASSIFICATION-PROBLEM
Repo for Classification problem for FASHION-MNIST dataset
Vishal-sys-code/Handwritten_Recognition_from_MNIST_Dataset
Handwritten Digit Recognition by MNIST
asrinoztin/mnist_keras_cnn
This repository includes a study that aims to apply classification on well-known MNIST dataset. Detailed info in ReadMe
kreciszj/mnist-neural-network
NumPy-based feed-forward neural network
kripxera1/MNIST-NN-CPP
A simple handwritten digit classifier NN implemented from scratch in C++.
m-ghosal/lenet_mnist
MNIST Classifier using LeNet-5 Architecture
supersjgk/MNIST-PyTorch-Ligthning
Performing Handwritten Digit Classification on MNIST dataset using PyTorch-Lightning
cudavailable/MNIST
Classifier for the MNIST handwritten digit set.
lokranjanp/mnist-classifier
Mnist handwritten digit classifier from scratch using numpy only and also with CNN-tf. The aim is to make the models of almost equal accuracy.