Files
freeCodeCamp/curriculum/challenges/chinese/11-machine-learning-with-python/how-neural-networks-work/deep-learning-demystified.md
Randell Dawson 94f0cf0ef8 chore(learn): Remove remaining isHidden keys from frontmatter (English and Chinese challenges) (#39809)
* fix: remove isHidden key from tool template

* fix: removed isHidden key from English challenges

* fix: remove isHidden key from Chinese challenges
2020-10-08 14:18:47 +02:00

471 B

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