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

657 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e8f2f13c4cdbe86b5c72d9f 使用 RNN 进行自然语言处理:进行预测 11 WO1hINnBj20
aid bvid cid
848023400 BV1WL4y1a75i 409136303
natural-language-processing-with-rnns-making-predictions

--question--

--text--

在你通过自己的评论做出预测之前,你应该:

--answers--

对训练数据集进行解码,并将结果与测试数据进行比较。


使用训练数据集的编码对你的评论进行编码。


将 0 和数据集中最大词汇量之间的值,随机分配给你的评论中的每个单词。

--video-solution--

2