项目作者: sonnnaya

项目描述 :
Gaussian Naive Bayes Classifier implementation.
高级语言: Jupyter Notebook
项目地址: git://github.com/sonnnaya/GaussianNaiveBayesClassifier.git
创建时间: 2021-01-17T12:24:06Z
项目社区:https://github.com/sonnnaya/GaussianNaiveBayesClassifier

开源协议:

下载


Gaussian naive bayes classifier

There is described and implemented Naive Bayes Classifier used for normally distributed values.
This classifier works the most effectively for value’s features that are independent to each other.
So, if your classification images represented by much more complex and dependent to each other attributes,
naive classifier wouldn’t give some good predictions about image belonging to the class.

Follow the link for more detailed information.