Files
freeCodeCamp/curriculum/challenges/chinese/11-machine-learning-with-python/how-neural-networks-work/deep-learning-demystified.md
2020-10-06 23:10:08 +05:30

487 B

id, challengeType, isHidden, videoId
id challengeType isHidden videoId
5e9a0e9ef99a403d019610cc 11 false 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