2020-04-21 11:19:42 -04:00
|
|
|
---
|
|
|
|
id: 5e8f2f13c4cdbe86b5c72da1
|
2020-04-24 05:52:42 -05:00
|
|
|
title: 'Natural Language Processing With RNNs: Building the Model'
|
2020-04-21 11:19:42 -04:00
|
|
|
challengeType: 11
|
2020-05-25 19:15:32 +05:30
|
|
|
isHidden: true
|
2020-04-21 11:19:42 -04:00
|
|
|
videoId: 32WBFS7lfsw
|
|
|
|
---
|
|
|
|
|
|
|
|
## Description
|
|
|
|
<section id='description'>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
## Tests
|
|
|
|
<section id='tests'>
|
|
|
|
|
|
|
|
```yml
|
|
|
|
question:
|
|
|
|
text: Question
|
|
|
|
answers:
|
|
|
|
- one
|
|
|
|
- two
|
|
|
|
- three
|
|
|
|
solution: 3
|
|
|
|
```
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|