Skip to content

mydnight/bayes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bayes

Naive Bayes Classifier written in Go. Accuracy is improved if you feed your data through a stemmer such as http://godoc.org/github.com/surge/porter2 before training or classifying. Sampledriver.go shows how the code works and implements the ability to load and save models from a SQLite database.

About

Naive Bayes Classifier written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages