PetalsOnWind / Statistics-and-Econometrics-for-Data-Science

This repository contains notebooks for understanding some concepts of statistics and econometrics that can be helpful in data science
MIT License
50 stars 92 forks source link

Maths behind Backpropogation Algorithm #68

Open HimanchalChandra opened 3 years ago

HimanchalChandra commented 3 years ago

I want to implement backpropogation algorithm from scratch in python and explain the maths behind it. Can you please assign it to me?, I am a participant of GSSOC'21.

PetalsOnWind commented 3 years ago

I am more towards statistical concepts rather than mathematical ones at the moment, and not really focusing on deep learning because of the black-box nature. But I guess, I can have a module on Deep Learning as a whole. If you want to take it up, you'll have to run through all parts, not just backpropagation.