Autodiff-Puzzles
Autodiff-Puzzles copied to clipboard
Hello, Are the solutions for these puzzlers available somewhere? :)
I can't quite grasp how to read them
There are several inconsistencies between the math-formula and py-code: (1) Problem 9: Index In the py-code the index is added by 10, but the right side of the equation shows...
I believe the formula for the convolution is wrong. It can lead to some confusion.
There are two problems with the convolution definition in problem 15 1. `j` index should run from 0 to K-1. I have corrected this. 2. The function `f` calls `np.convolve`...
This now matches the formula and the "common" interpretation of convolution.