朴素贝叶斯分类器Naive Bayes

Posted focusonoutput

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了朴素贝叶斯分类器Naive Bayes相关的知识,希望对你有一定的参考价值。

优点Naive Bayes classifiers tend to perform especially well in one of the following situations:

  • When the naive assumptions actually match the data (very rare in practice)
  • For very well-separated categories, when model complexity is less important
  • For very high-dimensional data, when model complexity is less important

以上是关于朴素贝叶斯分类器Naive Bayes的主要内容,如果未能解决你的问题,请参考以下文章

干货|非常通俗的朴素贝叶斯算法(Naive Bayes)

朴素贝叶斯分类器Naive Bayes

朴素贝叶斯(Naive Bayes)算法

朴素贝叶斯(naive bayes)原理小结

详解线性分类-朴素贝叶斯分类器(Naive Bayes Classifer)白板推导系列笔记

朴素贝叶斯算法(Naive Bayes)