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.
- Host: GitHub
- URL: https://github.com/nilusche/feed_forward_network_py
- Owner: Nilusche
- Created: 2022-06-14T12:57:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-19T21:44:21.000Z (about 4 years ago)
- Last Synced: 2025-02-26T21:46:22.331Z (over 1 year ago)
- Topics: colab-notebook, feed-forward-neural-networks, neural-network, numpy, python
- Language: Jupyter Notebook
- Homepage:
- Size: 3.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
