#2669·d2l-en

conv-layer.ipynb

Author: djholtyCreated Sep 30, 2025Updated Aug 1, 2026

"Note that this kernel is a special case of a finite difference operator. At location (,) it computes ,−(+1), , i.e., it computes the difference between the values of horizontally adjacent pixels. "

For this example of the finite difference operation, I think it computes x i,j - x i,j+1 instead.