Files
freeCodeCamp/curriculum/challenges/japanese/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-part-2.md

35 lines
762 B
Markdown
Raw Permalink Normal View History

---
id: 5e8f2f13c4cdbe86b5c72d9c
title: 'RNN を使用した自然言語処理: パート 2'
challengeType: 11
videoId: mUU9YXOFbZg
bilibiliIds:
aid: 975558435
bvid: BV1L44y1b7Lp
cid: 409135242
dashedName: natural-language-processing-with-rnns-part-2
---
# --question--
## --text--
単語埋め込みとは何ですか?
## --answers--
与えられた文書での単語の頻度を表す、エンコードされた単語の順序なしグループ。
---
与えられた文書での単語の元の順序を保持する、エンコードされた単語のグループ。
---
互いに似たような意味を持つ単語を近くに配置する、与えられた文書にある単語のベクトル化された表現。
## --video-solution--
3