04 Introduction to Neural Networks

Jake·2022년 1월 21일
0

CS231n

목록 보기
4/8

In Lecture 4 we progress from linear classifiers to fully-connected neural networks. We introduce the backpropagation algorithm for computing gradients and briefly discuss connections between artificial neural networks and biological neural networks.

  • Keywords: Neural networks, computational graphs, backpropagation, activation functions, biological neurons

  • slides


Backpropagation

Backprop is a recursive appllication of chain rule. Let's see an example.


Patterns in backward flow


Gradients for vectorized code


Vectorized operations

To be added: what is Jacobian


Modularized implementation


Summary

profile
Nice to meet you. I would really appreciate your feedbacks. Thank you

0개의 댓글