bayes-classifier topic
naive-apl
Naive Bayesian Classifier written in APL
bayes_user_input_prediction
Demonstration of using Naive Bayes to predict user inputs with Kotlin 1.2 std-lib
bayesian-classifier
A Naive Bayesian Classifier written in Python
antispam
Dead simple bayesian anti-spam classifier written in Python.
Java-Naive-Bayes-Classifier
A java classifier based on the naive Bayes approach complete with Maven support and a runnable example.
naive-bayes-classifier
yet another general purpose naive bayesian classifier.
ML-Experiments
整理记录本人担任课程助教设计的四个机器学习实验,主要涉及简单的线性回归、朴素贝叶斯分类器、支持向量机、CNN做文本分类。内附实验指导书、讲解PPT、参考代码,欢迎各位码友讨论交流。
linguist
Detect programming language used in git repository. Go port of github linguist.
bayes-classifier-js
A JavaScript library for Bayesisan classification
gauss-naive-bayes
Gauss Naive Bayes in Python From Scratch.