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

https://github.com/gitgoap/neural-net-scratch

Neural Network Implementation with only Python and Numpy.
https://github.com/gitgoap/neural-net-scratch

Last synced: 2 months ago
JSON representation

Neural Network Implementation with only Python and Numpy.

Awesome Lists containing this project

README

          

### Vanilla neural network implementation from scratch

#### Book: `Neural Networks from Scratch in Python` by **Harrison Kinsley & Daniel Kukieła**

Following [sentdex](https://nnfs.io/)