Oliver Eyton-Williams bd68b70f3d
Feat: hide blocks not challenges (#39504)
* fix: remove isHidden flag from frontmatter

* fix: add isUpcomingChange

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

* feat: hide blocks not challenges

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
2020-09-03 15:07:40 -07:00

504 B

id, title, challengeType, videoId
id title challengeType videoId
5e9a0e9ef99a403d019610cc Deep Learning Demystified 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