Files
freeCodeCamp/curriculum/challenges/italian/11-machine-learning-with-python/how-neural-networks-work/deep-learning-demystified.md
Nicholas Carrigan (he/him) f25e3e69f8 feat: enable new langs (#42491)
Enable italian and portuguese
2021-06-15 13:19:18 +05:30

417 B

id, title, challengeType, videoId, dashedName
id title challengeType videoId dashedName
5e9a0e9ef99a403d019610cc Deep Learning Demystified 11 bejQ-W9BGJg 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