Files
freeCodeCamp/curriculum/challenges/chinese/11-machine-learning-with-python/tensorflow/convolutional-neural-networks.md
2024-06-11 19:02:29 +02:00

777 B
Raw 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

--description--

The next few video lessons will reference this Colab notebook.

--question--

--text--

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

--answers--

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


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


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

--video-solution--

3