Given stride S and kernel sizes for each layer of a (1-dimensional) CNN, create a function to compute the receptive field of a particular node in the network. This is just finding how many input nodes actually connect through to a neuron in a CNN.

icon
Related questions
Question
Given stride S and kernel sizes for each layer of a (1-dimensional) CNN, create a function to compute the
receptive field of a particular node in the network. This is just finding how many input nodes actually connect
through to a neuron in a CNN.
Transcribed Image Text:Given stride S and kernel sizes for each layer of a (1-dimensional) CNN, create a function to compute the receptive field of a particular node in the network. This is just finding how many input nodes actually connect through to a neuron in a CNN.
Expert Solution
steps

Step by step

Solved in 4 steps

Blurred answer