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
- Host: GitHub
- URL: https://github.com/vaeth/machine-learning-mv
- Owner: vaeth
- Created: 2017-09-17T16:42:10.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-06-13T11:35:47.000Z (almost 5 years ago)
- Last Synced: 2025-03-26T15:54:20.503Z (about 1 year ago)
- Topics: email-spam-filter, machine-learning, machine-learning-algorithms
- Language: Perl
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
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.