Slides for UOIT lecture
http://softwareprocess.es/z/ahindle-naive-bayes.pdf (1.7MB)Web Demo
- Live Demo of naive-bayes: http://softwareprocess.es/z/naive-bayes.html
- Poorly commented code: http://softwareprocess.es/z/naive-bayes.js
Code
- C implementation of a rolling window character n-gram filter
- Weka - a machine learning framework
- Apache Mahout library -- large scale machine learning
Links
- Feature Vectors
- Naive Bayes