https://github.com/anantzoid/naive-bayes-classifier
https://github.com/anantzoid/naive-bayes-classifier
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anantzoid/naive-bayes-classifier
- Owner: anantzoid
- Created: 2013-04-27T19:08:50.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-27T19:14:42.000Z (about 13 years ago)
- Last Synced: 2024-04-16T04:22:56.904Z (about 2 years ago)
- Language: PHP
- Homepage:
- Size: 99.6 KB
- Stars: 5
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Naive-Bayes-Classifier
======================
This is a simple Naive Bayes Classifier based on Bayes theorem and is a fundamental classification
method in Machine Learning (Supervised Learning).
More details about Naive Bayes can be found here: https://en.wikipedia.org/wiki/Naive_Bayes_classifier
and http://software.ucv.ro/~cmihaescu/ro/teaching/AIR/docs/Lab4-NaiveBayes.pdf