Package com.namsor.oss.samples
This package contains three examples of Naive Bayes Classification that are well documented on the Internet :
- Sport / No Sport, with and without Laplace smoothing (http://ai.fon.bg.ac.rs/wp-content/uploads/2015/04/ML-Classification-NaiveBayes-2014.pdf) ;
- https://towardsdatascience.com/introduction-to-na%C3%AFve-bayes-classifier-fa59e3e24aaf
- Banana / Orange or other Fruit (https://www.machinelearningplus.com/predictive-modeling/how-naive-bayes-algorithm-works-with-example-and-full-code/)
- Author:
- elian
-
Class Summary Class Description MainSample1 Simple example of Naive Bayes Classification (Sport / No Sport) inspired by http://ai.fon.bg.ac.rs/wp-content/uploads/2015/04/ML-Classification-NaiveBayes-2014.pdfMainSample1Laplaced Simple example of Naive Bayes Classification (Sport / No Sport) with Laplace smoothing inspired by http://ai.fon.bg.ac.rs/wp-content/uploads/2015/04/ML-Classification-NaiveBayes-2014.pdfMainSample2 Simple example of Naive Bayes Classification inspired by https://towardsdatascience.com/introduction-to-na%C3%AFve-bayes-classifier-fa59e3e24aafMainSample2Laplaced Simple example of Naive Bayes Classification with Laplace smoothing inspired by https://towardsdatascience.com/introduction-to-na%C3%AFve-bayes-classifier-fa59e3e24aafMainSample3 Simple example of Naive Bayes Classification (Banana, Orange or other Fruit) inspired by https://www.machinelearningplus.com/predictive-modeling/how-naive-bayes-algorithm-works-with-example-and-full-code/