Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```