Files
freeCodeCamp/curriculum/challenges/chinese/11-machine-learning-with-python/how-neural-networks-work/deep-learning-demystified.md

35 lines
384 B
Markdown
Raw Permalink Normal View History

---
id: 5e9a0e9ef99a403d019610cc
title: 解密深度学习
challengeType: 11
videoId: bejQ-W9BGJg
dashedName: deep-learning-demystified
---
# --question--
## --text--
在你第一次训练你的网络之前,你应该如何给输入层节点分配权重?
## --answers--
从小到大
---
完全随机的
---
按字母顺序
---
以上都不对
## --video-solution--
2