Files
freeCodeCamp/curriculum/challenges/chinese-traditional/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