ナイーブベイズ分類器

例文

The naive Bayes classifier performed well on the email spam detection task.

ナイーブベイズ分類器はメールのスパム検出タスクで良い結果を出した。

コアイメージ

各クラスに属する事後確率をベイズ則で算出して最も確からしいクラスを選ぶ手法

英英

A classifier that computes class posterior probabilities using Bayes' rule and predicts the class with the highest posterior under the assumption of conditional independence of features.

語源

naive Bayes classifierは、Bayesの定理を用いる分類法にnaive(単純な)という語が付され、特徴の独立仮定がその由来となっている。

コラム

  • Gaussian・Multinomial・Bernoulliなどの変種があり、データと特徴の性質に応じてモデルを使い分ける点が実務上重要である。

おすすめの単語帳

1 / 1
QRコード