Files
freeCodeCamp/curriculum/challenges/chinese/11-machine-learning-with-python/tensorflow/convolutional-neural-networks.md
2021-07-15 13:04:11 +05:30

517 B
Raw Blame History

id, title, challengeType, videoId, dashedName
id title challengeType videoId dashedName
5e8f2f13c4cdbe86b5c72d96 卷积神经网络 11 _1kTP7uoU9E convolutional-neural-networks

--question--

--text--

密集神经网络在全局范围内分析输入,并识别特定区域的模式。 卷积神经网络......

--answers--

也在全局分析输入并从特定区域提取特征。


在图像分类或物体检测方面效果不佳。


每次一点点地扫描整个输入,并学习局部模式。

--video-solution--

3