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

35 lines
585 B
Markdown
Raw Permalink Normal View History

---
id: 5e8f2f13c4cdbe86b5c72d96
title: 卷积神经网络
challengeType: 11
videoId: _1kTP7uoU9E
bilibiliIds:
aid: 805604251
bvid: BV1D34y1S7zS
cid: 409131358
dashedName: convolutional-neural-networks
---
# --question--
## --text--
密集神经网络在全局范围内分析输入,并识别特定区域的模式。 卷积神经网络......
## --answers--
也在全局分析输入并从特定区域提取特征。
---
在图像分类或物体检测方面效果不佳。
---
每次一点点地扫描整个输入,并学习局部模式。
## --video-solution--
3