Files
freeCodeCamp/curriculum/challenges/english/11-machine-learning-with-python/how-neural-networks-work/deep-learning-demystified.md
Oliver Eyton-Williams 0bd52f8bd1 Feat: add new Markdown parser (#39800)
and change all the challenges to new `md` format.
2020-11-27 10:02:05 -08:00

379 B

id, title, challengeType, videoId
id title challengeType videoId
5e9a0e9ef99a403d019610cc Deep Learning Demystified 11 bejQ-W9BGJg

--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