2020-08-13 12:00:20 +02:00
|
|
|
---
|
|
|
|
id: 5e8f2f13c4cdbe86b5c72d9c
|
|
|
|
challengeType: 11
|
|
|
|
videoId: mUU9YXOFbZg
|
2021-01-13 03:31:00 +01:00
|
|
|
dashedName: natural-language-processing-with-rnns-part-2
|
2020-08-13 12:00:20 +02:00
|
|
|
---
|
|
|
|
|
2020-12-16 00:37:30 -07:00
|
|
|
# --question--
|
|
|
|
|
|
|
|
## --text--
|
|
|
|
|
|
|
|
Word embeddings are...:
|
|
|
|
|
|
|
|
## --answers--
|
|
|
|
|
|
|
|
an unordered group of encoded words that describes the frequency of words in a given document.
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
a group of encoded words that preserves the original order of the words in a given document.
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
a vectorized representation of words in a given document that places words with similar meanings near each other.
|
|
|
|
|
|
|
|
## --video-solution--
|
|
|
|
|
|
|
|
3
|
|
|
|
|