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

anjalbinayak

Anjal Binayak Adhikari

Posted on April 30, 2020

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

I am a newbie at deep learning. I came so watching many tutorials, reading some articles on implementing neural networks with hidden layers. But all the tutorials seem to TensorFlow, Pytorch, or something else. I have a concept of SGD,MB SGD, chain rule, linear algebra. I know how to calculate the gradients for the hidden layer and how to update the weights. But I could not be able to implement it in my own code.

💖 💪 🙅 🚩
anjalbinayak
Anjal Binayak Adhikari

Posted on April 30, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related