An open API service indexing awesome lists of open source software.

https://github.com/vaeth/machine-learning-mv

Some Machine Learning Experiments
https://github.com/vaeth/machine-learning-mv

email-spam-filter machine-learning machine-learning-algorithms

Last synced: 12 months ago
JSON representation

Some Machine Learning Experiments

Awesome Lists containing this project

README

          

# machine-learning

Machine Learning Experiment(s)

The license of the package is MIT.
SPDX-License-Identifier: MIT

For installation, copy the content of `bin/` into your path.
For zsh completion support, copy the content of `zsh/` into your
zsh's `$fpath`.
If you do not have root access, you can add the corresponding directory
with `fpath+=("...")`

Currently, this package contains only the following experiment:

## naivebayes

A perl script to "sort" an email into mboxes, using a
naive Bayes algorithm, assuming a multinomial distribution of
the words in the email.