Machine learningMachine learning
在线朴素贝叶斯
在线朴素贝叶斯是经典朴素贝叶斯分类器的一种增量式适应,它一次更新一个观测值(或一个迷你批次)的类条件统计数据,使其非常适合数据流、无法完全载入内存的超大型数据集,以及模型必须随着新标记样本的到来而持续适应的场景。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
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/zh/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.
- 逻辑回归(机器学习)机器学习↔ compare
- 朴素贝叶斯 (Naive Bayes) 是一种快速的概率分类器,它应用贝叶斯定理,同时假设特征在给定类别时是条件独立的机器学习↔ compare
- 在线决策树机器学习↔ compare
- 在线学习机器学习↔ compare
- 在线逻辑回归机器学习↔ compare
- 半监督朴素贝叶斯机器学习↔ compare