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

https://github.com/michaelradu/neuralnetworkfromscratch

🎨 A minimal implementation of a feedforward Neural Network (Multi-layer perceptron)....and also my first ever neural network.
https://github.com/michaelradu/neuralnetworkfromscratch

from-scratch learn learn-to-code learning learning-by-doing machine-learning machine-learning-algorithms machinelearning matplotlib neural-network neural-networks neuralnetwork neuralnetworks perceptron perceptron-learning-algorithm perceptron-neural-networks python python3 reinforcement-learning reinforcement-learning-algorithms

Last synced: 7 months ago
JSON representation

🎨 A minimal implementation of a feedforward Neural Network (Multi-layer perceptron)....and also my first ever neural network.

Awesome Lists containing this project

README

          

# Neural Network From Scratch
This is a minimal implementation of a feedforward Neural Network (Multi-layer perceptron)....and also my first ever neural network.

![](ExampleOf8.png)

### Requirements
* Install Python3 & Python Poetry
* On GNU/Linux have python3-tk installed

### Usage
```Python
python nn.py
```

### What does it do?

This model does the classical tasks of identifying digits (0-9) from a 28x28 image and displays the result along with the image using matplotlib.