freeCodeCamp/curriculum/challenges/japanese/11-machine-learning-with-py.../tensorflow/natural-language-processing...

814 B

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