Javascript implementation of linear regression you can add more values to the default examples to see how the regression works.
Archive for the ‘Fun@Work’ Category
0
Spam Filtering Problem AI-Class
Posted: November 18, 2011 by Giju Eldhose in Fun@WorkTags: ai-class
This is the implementation for the Native Bayes spam filtering problem with training data as mentioned in the class , implementation also takes care of Laplaces smoothing, if the Laplaces smoothing factor is 0 – then what we have is a ML solution. You can add more data to the training set and how it [...]