Machine learningMachine learning
オンラインナイーブベイズ
Online Naive Bayesは、古典的なNaive Bayes分類器の逐次的な適応であり、1度に1つの観測値(または1つのミニバッチ)でクラス条件付き統計を更新するため、データストリーム、メモリに保持できない非常に大きなデータセット、および新しいラベル付き例が到着するにつれてモデルが継続的に適応する必要がある設定に適しています。
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
Method map
The neighbourhood of related methods — select a node to explore.
出典
- Domingos, P. & Hulten, G. (2000). Mining high-speed data streams. Proceedings of the 6th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, 71–80. ACM. DOI: 10.1145/347090.347107 ↗
- Online machine learning. Wikipedia. link ↗
このページの引用方法
ScholarGate. (2026, June 3). Online (Incremental) Naive Bayes Classifier. ScholarGate. https://scholargate.app/ja/machine-learning/online-naive-bayes
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- ロジスティック回帰 (ML)機械学習↔ compare
- ナイーブベイズ機械学習↔ compare
- オンライン決定木機械学習↔ compare
- オンライン学習機械学習↔ compare
- オンラインロジスティック回帰機械学習↔ compare
- 半教師ありナイーブベイズ機械学習↔ compare