2020-04-21 12:42:19 -04:00
|
|
|
---
|
|
|
|
id: 5e9a0e9ef99a403d019610cc
|
|
|
|
title: Deep Learning Demystified
|
|
|
|
challengeType: 11
|
|
|
|
videoId: bejQ-W9BGJg
|
|
|
|
---
|
|
|
|
|
|
|
|
## Description
|
2020-08-04 20:56:41 +01:00
|
|
|
|
2020-04-21 12:42:19 -04:00
|
|
|
<section id='description'>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
## Tests
|
2020-08-04 20:56:41 +01:00
|
|
|
|
2020-04-21 12:42:19 -04:00
|
|
|
<section id='tests'>
|
|
|
|
|
|
|
|
```yml
|
|
|
|
question:
|
2020-08-04 20:56:41 +01: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-08-04 20:56:41 +01:00
|
|
|
- |
|
|
|
|
From smallest to largest.
|
|
|
|
- |
|
|
|
|
Completely randomly.
|
|
|
|
- |
|
|
|
|
Alphabetically.
|
|
|
|
- |
|
|
|
|
None of the above.
|
2020-05-28 22:40:36 +09:00
|
|
|
solution: 2
|
2020-04-21 12:42:19 -04:00
|
|
|
```
|
|
|
|
|
|
|
|
</section>
|