Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 256 Bytes

File metadata and controls

3 lines (2 loc) · 256 Bytes

Feed Forward Neural Network... from scratch!

Using just numpy and some python (which I guess is still standing on the shoulders of quite a few giants), I implemented a basic neural network from scratch, just to ensure I really understood the details.