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

https://github.com/ianjure/simple-neural-network

Implementing a simple neural network using only Numpy.
https://github.com/ianjure/simple-neural-network

deep-learning neural-network notebook numpy scratch-implementation

Last synced: about 1 year ago
JSON representation

Implementing a simple neural network using only Numpy.

Awesome Lists containing this project

README

          

## Project Dataset
[MNIST Digits](https://drive.google.com/file/d/1Mif0Xmvh4mubRNbmQrLOIJomFjOJNl5s/view?usp=sharing)

## Project Inspiration
[Mathematics of Neural Network](https://youtu.be/b7NnMZPNIXA?si=71v6iAa4-5y6OQ6-)

[Neural Network from Scratch using Only NUMPY](https://youtu.be/YqFHs3gdyac?si=XCNLKEoZud-2NpFK)

[Building a neural network FROM SCRATCH](https://youtu.be/w8yWXqWQYmU?si=KtadAoMfusAPHtdw)

[Neural Networks Explained from Scratch using Python](https://youtu.be/9RN2Wr8xvro?si=AM1YFTry7N6qE8FD)