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

653 B

id, title, challengeType, videoId
id title challengeType videoId
5e8f2f13c4cdbe86b5c72d96 Convolutional Neural Networks 11 _1kTP7uoU9E

Description

Tests

question:
  text: |
    Dense neural networks analyze input on a global scale and recognize patterns in specific areas. Convolutional neural networks...:
  answers:
    - |
      also analyze input globally and extract features from specific areas.
    - |
      do not work well for image classification or object detection.
    - |
      scan through the entire input a little at a time and learn local patterns.
  solution: 3