Back to Freecodecamp

Deep Learning Demystified

curriculum/challenges/english/blocks/how-neural-networks-work/5e9a0e9ef99a403d019610cc.md

latest268 B
Original Source

--questions--

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