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

384 B

id, title, challengeType, videoId, dashedName
id title challengeType videoId dashedName
5e9a0e9ef99a403d019610cc 解密深度学习 11 bejQ-W9BGJg deep-learning-demystified

--question--

--text--

在你第一次训练你的网络之前,你应该如何给输入层节点分配权重?

--answers--

从小到大


完全随机的


按字母顺序


以上都不对

--video-solution--

2