35 lines
588 B
Markdown
35 lines
588 B
Markdown
---
|
||
id: 5e8f2f13c4cdbe86b5c72d9c
|
||
title: '使用 RNN 進行自然語言處理:第 2 部分'
|
||
challengeType: 11
|
||
videoId: mUU9YXOFbZg
|
||
bilibiliIds:
|
||
aid: 975558435
|
||
bvid: BV1L44y1b7Lp
|
||
cid: 409135242
|
||
dashedName: natural-language-processing-with-rnns-part-2
|
||
---
|
||
|
||
# --question--
|
||
|
||
## --text--
|
||
|
||
詞嵌入是指...:
|
||
|
||
## --answers--
|
||
|
||
一組無序的編碼詞,描述給定文檔中詞的頻率。
|
||
|
||
---
|
||
|
||
一組編碼單詞,保留給定文檔中單詞的原始順序。
|
||
|
||
---
|
||
|
||
給定文檔中單詞的矢量化表示,將具有相似含義的單詞彼此靠近。
|
||
|
||
## --video-solution--
|
||
|
||
3
|
||
|