An open API service indexing awesome lists of open source software.

https://github.com/nilusche/feed_forward_network_py

Implementation of a neural network in python which can predict handwritten numbers from the MNIST dataset.
https://github.com/nilusche/feed_forward_network_py

colab-notebook feed-forward-neural-networks neural-network numpy python

Last synced: about 2 months ago
JSON representation

Implementation of a neural network in python which can predict handwritten numbers from the MNIST dataset.

Awesome Lists containing this project

README

          

# Feed-Forward Network in Python
## Implementation of a neural network which can predict handwritten numbers from the MNIST dataset only using python's numpy.
Be sure to checkout the two notebooks which contain detailed information about the implementation.

I recommend to open those in google's Colab.

![NN](https://user-images.githubusercontent.com/73897941/173586908-0863463c-2fd9-4360-9fbd-57bc31342205.gif)