Files
miyaliu666 3ea2fe4f77 feat(i18n,curriculum): add Bilibili ids for Chinese (#43564)
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-10-01 09:54:12 +05:30

647 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e8f2f13c4cdbe86b5c72d96 Convolutional Neural Networks 11 _1kTP7uoU9E
aid bvid cid
805604251 BV1D34y1S7zS 409131358
convolutional-neural-networks

--question--

--text--

Dense neural networks analyze input on a global scale and recognize patterns in specific areas. Convolutional neural networks...:

--answers--

also analyze input globally and extract features from specific areas.


do not work well for image classification or object detection.


scan through the entire input a little at a time and learn local patterns.

--video-solution--

3