DEV Community

Discussion on: How to implement backpropagation from scratch in python without any libraries?

Collapse
 
robinrs profile image
Robin

I would recommend reading this book:

Tariq Rashid
Make Your Own Neural Network
Mainly about implementation of a neural network without library's expect numpy. Really good book

It's really good in explaining it, also all the code is on GitHub if you just want the solutions.

Collapse
 
anjalbinayak profile image
Anjal Binayak

I got a lot of recommendations for this book. I gotta buy it now :)