Lists all talks I gave in a meetup group called Bangpypers and their contents
Important ML/DL links - https://github.com/shrishty/Bangpypers/blob/master/Regression/README.md
I covered following topics in the talk
- Regression
- Simple Linear regression
- Residual Sum of Squares
- Gradient Descent
- Multiple Regression
- Matrix notation of inputs and weights
- Implementation of gradient descent
Following topics were covered in the talk
- What is backpropagation?
- What is computation graph?
- Forward Pass
- Calculating Gradient, backward pass
- Interpretation of backpropagation
- Implementation of backpropagation