Files
freeCodeCamp/curriculum/challenges/japanese/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-part-2.md
2022-01-20 20:30:18 +01:00

762 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e8f2f13c4cdbe86b5c72d9c RNN を使用した自然言語処理: パート 2 11 mUU9YXOFbZg
aid bvid cid
975558435 BV1L44y1b7Lp 409135242
natural-language-processing-with-rnns-part-2

--question--

--text--

単語埋め込みとは何ですか?

--answers--

与えられた文書での単語の頻度を表す、エンコードされた単語の順序なしグループ。


与えられた文書での単語の元の順序を保持する、エンコードされた単語のグループ。


互いに似たような意味を持つ単語を近くに配置する、与えられた文書にある単語のベクトル化された表現。

--video-solution--

3