bayes-classifier topic

List bayes-classifier repositories

naive-apl

22
Stars
6
Forks
Watchers

Naive Bayesian Classifier written in APL

bayes_user_input_prediction

27
Stars
3
Forks
Watchers

Demonstration of using Naive Bayes to predict user inputs with Kotlin 1.2 std-lib

bayesian-classifier

102
Stars
45
Forks
Watchers

A Naive Bayesian Classifier written in Python

antispam

100
Stars
22
Forks
Watchers

Dead simple bayesian anti-spam classifier written in Python.

Java-Naive-Bayes-Classifier

295
Stars
147
Forks
Watchers

A java classifier based on the naive Bayes approach complete with Maven support and a runnable example.

naive-bayes-classifier

170
Stars
73
Forks
Watchers

yet another general purpose naive bayesian classifier.

ML-Experiments

103
Stars
32
Forks
Watchers

整理记录本人担任课程助教设计的四个机器学习实验,主要涉及简单的线性回归、朴素贝叶斯分类器、支持向量机、CNN做文本分类。内附实验指导书、讲解PPT、参考代码,欢迎各位码友讨论交流。

linguist

72
Stars
9
Forks
Watchers

Detect programming language used in git repository. Go port of github linguist.

bayes-classifier-js

27
Stars
7
Forks
Watchers

A JavaScript library for Bayesisan classification

gauss-naive-bayes

43
Stars
21
Forks
Watchers

Gauss Naive Bayes in Python From Scratch.