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

585 B
Raw Permalink Blame History

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e8f2f13c4cdbe86b5c72d96 卷积神经网络 11 _1kTP7uoU9E
aid bvid cid
805604251 BV1D34y1S7zS 409131358
convolutional-neural-networks

--question--

--text--

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

--answers--

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


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


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

--video-solution--

3