1. NCA-GENL トピック 1 問題 11. NCA-GENL Topic 1 Question 1
問題Question
Word2vec を最もよく説明しているのは次のうちどれですか?
- A. 人工知能モデルの構築に使用されるプログラミング言語。
- B. テキスト コーパス内の単語の頻度を分析するために使用される統計手法。
- C. テキスト データから単語埋め込みを生成するために使用される深層学習アルゴリズム。
- D. 単語データの保存とクエリを行うために設計されたデータベース管理システム。
Which of the following best describes Word2vec?
- A. A programming language used to build artificial intelligence models.
- B. A statistical technique used to analyze word frequency in a text corpus.
- C. A deep learning algorithm used to generate word embeddings from text data.
- D. A database management system designed for storing and querying word data.
推奨解答Suggested Answer
C
解答の説明Answer Description クリックして展開Click to expand
コミュニティ解答投票Community Answer Votes
- C: 3
コメント 1Comment 1
Word2vec は Google が開発した技術で、浅いニューラル ネットワークを使用して単語のベクトル表現 (埋め込み) を学習し、大規模なテキスト コーパス内のコンテキストに基づいて単語の意味関係をキャプチャします。
Word2vec is a technique developed by Google that uses shallow neural networks to learn vector representations (embeddings) of words, capturing their semantic relationships based on context in large text corpora.