Skip to content

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

License

Notifications You must be signed in to change notification settings

michaelradu/NeuralNetworkFromScratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network From Scratch

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

Requirements

  • Install Python3 & Python Poetry
  • On GNU/Linux have python3-tk installed

Usage

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.