Machine learningMachine learning
正则化朴素贝叶斯
正则化朴素贝叶斯通过显式的平滑或收缩(最常见的是拉普拉斯(加性)平滑)来增强经典的朴素贝叶斯概率分类器,以防止对未见特征值产生零概率估计并减少过拟合。其结果是一个快速、鲁棒的分类器,与未平滑的朴素贝叶斯相比,泛化能力更好,尤其是在文本等稀疏或高维数据上。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
如何引用本页
ScholarGate. (2026, June 3). Regularized Naive Bayes Classifier. ScholarGate. https://scholargate.app/zh/machine-learning/regularized-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