Files
freeCodeCamp/curriculum/challenges/chinese/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-part-2.md

35 lines
588 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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