Why does an element wise multiply result in a sum during back propagation?
Hi, going through this tutorial: https://youtu.be/q8SA3rM6ckI?t=1333 At this particular time, the video deals with the line probs = counts * counts_sum_inv and we are calculating dcounts_sum_inv Prior to that dprobs was calculated. counts is size 32x27 counts_sum_inv is size 32x1 With this being a…
Read the full story at r/learnmachinelearning ↗
Timeline · 1 report
- 2026-09-26 12:35 · r/learnmachinelearning
Why does an element wise multiply result in a sum during back propagation?