freeCodeCamp/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/convolutional-neural-networks-the-convolutional-layer.md
Oliver Eyton-Williams 0bd52f8bd1
Feat: add new Markdown parser (#39800)
and change all the challenges to new `md` format.
2020-11-27 10:02:05 -08:00

465 B

id, title, challengeType, videoId
id title challengeType videoId
5e8f2f13c4cdbe86b5c72d97 Convolutional Neural Networks: The Convolutional Layer 11 LrdmcQpTyLw

--question--

--text--

What are the three main properties of each convolutional layer?

--answers--

Input size, the number of filters, and the sample size of the filters.


Input size, input dimensions, and the color values of the input.


Input size, input padding, and stride.

--video-solution--

1