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

https://github.com/johnmachado11/neural-networks-from-scratch-in-python

Building neural networks from scratch in pure Python (no 3rd party libraries), gradually incorporating NumPy for better math operations. This covers coding neurons, layering them, using activation functions, calculating loss, backpropagation, and optimizing parameters.
https://github.com/johnmachado11/neural-networks-from-scratch-in-python

Last synced: 6 months ago
JSON representation

Building neural networks from scratch in pure Python (no 3rd party libraries), gradually incorporating NumPy for better math operations. This covers coding neurons, layering them, using activation functions, calculating loss, backpropagation, and optimizing parameters.

Awesome Lists containing this project

README

          

# Neural-Networks-from-Scratch-in-Python

https://nnfs.io/

https://nnfs.io/neural_network_animations

"Neural Networks From Scratch is a book intended to teach you how to build neural networks on your own, without any libraries, so you can better understand deep learning and how all of the elements work. This is so you can go out and do new/novel things with deep learning as well as to become more successful with even more basic models."

By Harrison Kinsley & Daniel Kukiela

Book Repo: https://github.com/Sentdex/nnfs_book