Skip to content

python implementation of the naive bayes algorithm and the mcap algorithm with l2 data regularization

Notifications You must be signed in to change notification settings

myociss/probabilistic-classifiers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Probabilistic Classifiers

Naive Bayes

to run naive bayes algorithm: python bayes.py exclude-stopwords=

MCAP with L2 Regularization

to run mcap algorithm: python mcap.py lambda=(any number) learning_rate=(any number) iterations=(positive integer) exclude-stopwords=(true or false)

Author

  • Megan Yociss

About

python implementation of the naive bayes algorithm and the mcap algorithm with l2 data regularization

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages