2020-04-21 12:42:19 -04:00
|
|
|
---
|
|
|
|
id: 5e9a0e9ef99a403d019610cc
|
|
|
|
title: Deep Learning Demystified
|
|
|
|
challengeType: 11
|
2020-06-23 17:36:39 +05:30
|
|
|
isHidden: false
|
2020-04-21 12:42:19 -04:00
|
|
|
videoId: bejQ-W9BGJg
|
|
|
|
---
|
|
|
|
|
|
|
|
## Description
|
|
|
|
<section id='description'>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
## Tests
|
|
|
|
<section id='tests'>
|
|
|
|
|
|
|
|
```yml
|
|
|
|
question:
|
2020-05-28 22:40:36 +09:00
|
|
|
text: How should you assign weights to input neurons before training your network for the first time?
|
2020-06-23 17:36:39 +05:30
|
|
|
|
2020-04-21 12:42:19 -04:00
|
|
|
answers:
|
2020-05-28 22:40:36 +09:00
|
|
|
- From smallest to largest.
|
|
|
|
- Completely randomly.
|
|
|
|
- Alphabetically.
|
|
|
|
- None of the above.
|
|
|
|
solution: 2
|
2020-04-21 12:42:19 -04:00
|
|
|
```
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|