35 lines
417 B
Markdown
35 lines
417 B
Markdown
![]() |
---
|
||
|
id: 5e9a0e9ef99a403d019610cc
|
||
|
title: Deep Learning Demystified
|
||
|
challengeType: 11
|
||
|
videoId: bejQ-W9BGJg
|
||
|
dashedName: deep-learning-demystified
|
||
|
---
|
||
|
|
||
|
# --question--
|
||
|
|
||
|
## --text--
|
||
|
|
||
|
How should you assign weights to input neurons before training your network for the first time?
|
||
|
|
||
|
## --answers--
|
||
|
|
||
|
From smallest to largest.
|
||
|
|
||
|
---
|
||
|
|
||
|
Completely randomly.
|
||
|
|
||
|
---
|
||
|
|
||
|
Alphabetically.
|
||
|
|
||
|
---
|
||
|
|
||
|
None of the above.
|
||
|
|
||
|
## --video-solution--
|
||
|
|
||
|
2
|
||
|
|