27 lines
317 B
Markdown
27 lines
317 B
Markdown
|
---
|
||
|
id: 5e8f2f13c4cdbe86b5c72d9e
|
||
|
title: Natural Language Processing With RNNs D
|
||
|
challengeType: 11
|
||
|
videoId: lYeLtu8Nq7c
|
||
|
---
|
||
|
|
||
|
## Description
|
||
|
<section id='description'>
|
||
|
</section>
|
||
|
|
||
|
## Tests
|
||
|
<section id='tests'>
|
||
|
|
||
|
```yml
|
||
|
question:
|
||
|
text: Question
|
||
|
answers:
|
||
|
- one
|
||
|
- two
|
||
|
- three
|
||
|
solution: 3
|
||
|
```
|
||
|
|
||
|
</section>
|
||
|
|