SciML / SciMLBook

Parallel Computing and Scientific Machine Learning (SciML): Methods and Applications (MIT 18.337J/6.338J)
https://book.sciml.ai/
1.85k stars 334 forks source link

Fix indexing in Lecture 10 #52

Closed stephanie-fu closed 2 years ago

stephanie-fu commented 2 years ago

Some of the indexing with pullbacks under "Primitives of Reverse Mode" seems off, as y and x are using the same index i. Would we be summing across all indices of y for each x_i?

ChrisRackauckas commented 2 years ago

Thanks!