- Keras 2.x Projects
- Giuseppe Ciaburro
- 125字
- 2021-07-02 14:36:17
Naive Bayes algorithm
A Bayesian classifier is a classifier based on the application of Bayes' theorem. This classifier requires the knowledge of apriori and conditional probabilities related to the problem, quantities that, in general, are not known but are typically estimable. If reliable estimates of the probabilities involved in the theorem can be obtained, the Bayesian classifier is generally reliable and potentially compact.
In texts classification, with the term Bayesian classifier, we conventionally refer to the Naive Bayes classifier, that is, a simplified Bayesian classifier with an underlying probability model that makes the assumption of independence of the features, or assumes that the presence or absence of a particular feature in a textual document is not related to the presence or absence of other features.
- 腦動(dòng)力:Linux指令速查效率手冊
- 2018西門子工業(yè)專家會(huì)議論文集(上)
- Google App Inventor
- 大數(shù)據(jù)技術(shù)入門(第2版)
- 現(xiàn)代機(jī)械運(yùn)動(dòng)控制技術(shù)
- Docker Quick Start Guide
- AWS Certified SysOps Administrator:Associate Guide
- Prometheus監(jiān)控實(shí)戰(zhàn)
- Learning Azure Cosmos DB
- 精通數(shù)據(jù)科學(xué):從線性回歸到深度學(xué)習(xí)
- 教育機(jī)器人的風(fēng)口:全球發(fā)展現(xiàn)狀及趨勢
- AI的25種可能
- Embedded Linux Development using Yocto Projects(Second Edition)
- WPF專業(yè)編程指南
- 從零開始學(xué)ASP.NET