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

35 lines
657 B
Markdown
Raw Permalink Normal View History

---
id: 5e8f2f13c4cdbe86b5c72d9f
title: '使用 RNN 进行自然语言处理:进行预测'
challengeType: 11
videoId: WO1hINnBj20
bilibiliIds:
aid: 848023400
bvid: BV1WL4y1a75i
cid: 409136303
dashedName: natural-language-processing-with-rnns-making-predictions
---
# --question--
## --text--
在你通过自己的评论做出预测之前,你应该:
## --answers--
对训练数据集进行解码,并将结果与测试数据进行比较。
---
使用训练数据集的编码对你的评论进行编码。
---
将 0 和数据集中最大词汇量之间的值,随机分配给你的评论中的每个单词。
## --video-solution--
2