* fix: remove isHidden key from tool template * fix: removed isHidden key from English challenges * fix: remove isHidden key from Chinese challenges
471 B
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