Challenge: Convolution
Let's apply what we have learned about convolution using JAX in this coding exercise.
We'll cover the following...
In the challenge, we’ll continue using the notations from the previous lessons, such as for the input image and so on.
Challenge
Let’s try to master convolution arithmetic with some practice. ...