2020-04-21 11:19:42 -04:00
|
|
|
---
|
|
|
|
id: 5e8f2f13c4cdbe86b5c72d9b
|
2020-04-24 05:52:42 -05:00
|
|
|
title: Natural Language Processing With RNNs
|
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: ZyCaF5S-lKg
|
|
|
|
---
|
|
|
|
|
|
|
|
## Description
|
|
|
|
<section id='description'>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
## Tests
|
|
|
|
<section id='tests'>
|
|
|
|
|
|
|
|
```yml
|
|
|
|
question:
|
2020-05-28 22:40:36 +09:00
|
|
|
text: |
|
|
|
|
Natural Language Processing is a branch of artifitial intelligence that...:
|
2020-04-21 11:19:42 -04:00
|
|
|
answers:
|
2020-05-28 22:40:36 +09:00
|
|
|
- deals with how computers understand and process natural/human languages.
|
|
|
|
- translates image data into natural/human languages.
|
|
|
|
- is focused on translating computer languages into natural/human languages.
|
|
|
|
solution: 1
|
2020-04-21 11:19:42 -04:00
|
|
|
```
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|