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

35 lines
657 B
Markdown

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