Files
freeCodeCamp/curriculum/challenges/english/11-machine-learning-with-python/how-neural-networks-work/deep-learning-demystified.english.md
2020-05-28 19:10:36 +05:30

482 B

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

Description

Tests

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.
  solution: 2