Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omaraflak/medium-python-neural-network
This code is part of my post on Medium.
https://github.com/omaraflak/medium-python-neural-network
backpropagation from-scratch machine-learning medium medium-article neural-network
Last synced: 4 months ago
JSON representation
This code is part of my post on Medium.
- Host: GitHub
- URL: https://github.com/omaraflak/medium-python-neural-network
- Owner: omaraflak
- Created: 2018-11-15T00:02:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-26T12:21:06.000Z (over 5 years ago)
- Last Synced: 2024-03-18T00:35:43.047Z (11 months ago)
- Topics: backpropagation, from-scratch, machine-learning, medium, medium-article, neural-network
- Language: Python
- Homepage: https://medium.com/@omaraflak/math-neural-network-from-scratch-in-python-d6da9f29ce65
- Size: 18.6 KB
- Stars: 102
- Watchers: 9
- Forks: 41
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mathematics of Neural Network
This code is part of my post on **[medium](https://medium.com/@omaraflak/math-neural-network-from-scratch-in-python-d6da9f29ce65)**.
It shows how to create a neural network **from scratch** in **Python**, going all the way from the **mathamatics** to the code.
# Run it
```shell
python example_xor.py
python example_conv.py
python example_mnist.py
```