How to implement backpropagation from scratch in python without any libraries?
Anjal Binayak Adhikari
Posted on April 30, 2020
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.
💖 💪 🙅 🚩
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
machinelearning How to implement backpropagation from scratch in python without any libraries?
April 30, 2020