Files
freeCodeCamp/curriculum/challenges/chinese/11-machine-learning-with-python/tensorflow/convolutional-neural-networks-the-convolutional-layer.md

35 lines
538 B
Markdown
Raw Permalink Normal View History

---
id: 5e8f2f13c4cdbe86b5c72d97
title: '卷积神经网络:卷积层'
challengeType: 11
videoId: LrdmcQpTyLw
bilibiliIds:
aid: 805608595
bvid: BV1Q34y1S7nr
cid: 409131585
dashedName: convolutional-neural-networks-the-convolutional-layer
---
# --question--
## --text--
每个卷积层的三个主要属性是什么?
## --answers--
输入大小、过滤器数量和过滤器的样本大小。
---
输入大小、输入尺寸和输入的颜色值。
---
输入大小、输入填充和步长。
## --video-solution--
1