Skip to content

floribau/HandwrittenDigitsClassifier

Repository files navigation

HandwrittenDigitsClassifier

This project implements neural networks to classify images of handwritten digits from 0-9. They are trained on the MNIST dataset.

Convolutional Neural Network

This is a small convolutional neural network using tensorflow.

Neural Network from scratch

This is a feedforward neural network built without the use of any python ML libraries. The only usage of tensorflow is to load the training data. Apart from that, I only used calculations in numpy to build this neural network.

About

Neural networks to classify images of handwritten digits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages