Bayesian: Difference between revisions
No edit summary |
(→Crew) |
||
| (5 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
This will be a page where I want to start working on new updated Bayesian filtering functionality. My very first plan is to create a new component, more flexible (for example multistate - not only bitwise spam/nospam results but also usable for mail classification, labeling etc.). Then polish it, update Thunderbird to use it, move it to Toolkit and use it for Firefox (links prefetching, intelligent bookmarks etc.). | This will be a page where I want to start working on new updated Bayesian filtering functionality. My very first plan is to create a new component, more flexible (for example multistate - not only bitwise spam/nospam results but also usable for mail classification, labeling etc.), using recent alghoritms. Then polish it, update Thunderbird to use it, move it to Toolkit and use it for Firefox (links prefetching, intelligent bookmarks etc.). | ||
I started reading current implementation, and planning new classes. I will need a lot of help to properly implement this and to make it work good in Mozilla way. | I started reading current implementation, and planning new classes. I will need a lot of help to properly implement this and to make it work good in Mozilla way. | ||
If you're interesting in this subject, you'd like to help, or you're Mozilla dev and can give me a hand - sign in please :) | |||
== Ideas == | |||
* Autoorganizing bookmarks | |||
== Crew == | |||
* [[User:Gandalf|Gandalf]] | |||
* [[User:Dietrich|Dietrich]] | |||
== Links == | == Links == | ||
[http://www.entrian.com/sbwiki/FrontPage SpamBayes Wiki] | [http://www.entrian.com/sbwiki/FrontPage SpamBayes Wiki]<br/> | ||
[http://spambayes.sourceforge.net/ SpamBayes SF page] | [http://spambayes.sourceforge.net/ SpamBayes SF page]<br/> | ||
[http://www.mozilla.org/mailnews/spam.html Mozilla Bayesian page] | [http://www.paulgraham.com/spam.html A Plan for Spam]<br/> | ||
[http://en.wikipedia.org/wiki/Bayesian_filtering Wikipedia entry] | [http://www.paulgraham.com/better.html Better Bayesian filtering]<br/> | ||
[http://dbacl.sourceforge.net/spam_chess-1.html Bayesian based chess alghoritm] | [http://www.mozilla.org/mailnews/spam.html Mozilla Bayesian page]<br/> | ||
[http://en.wikipedia.org/wiki/Bayesian_filtering Wikipedia entry]<br/> | |||
[http://dbacl.sourceforge.net/spam_chess-1.html Bayesian based chess alghoritm]<br/> | |||
[http://www.acfr.usyd.edu.au/technology/bayesianfilter/Bayes++.htm Bayesian Filtering Class]<br/> | |||
[http://people.mech.kuleuven.be/~kgadeyne/bfl.html Bayesian Filtering Library] | |||
Latest revision as of 22:05, 19 June 2008
This will be a page where I want to start working on new updated Bayesian filtering functionality. My very first plan is to create a new component, more flexible (for example multistate - not only bitwise spam/nospam results but also usable for mail classification, labeling etc.), using recent alghoritms. Then polish it, update Thunderbird to use it, move it to Toolkit and use it for Firefox (links prefetching, intelligent bookmarks etc.).
I started reading current implementation, and planning new classes. I will need a lot of help to properly implement this and to make it work good in Mozilla way.
If you're interesting in this subject, you'd like to help, or you're Mozilla dev and can give me a hand - sign in please :)
Ideas
- Autoorganizing bookmarks
Crew
Links
SpamBayes Wiki
SpamBayes SF page
A Plan for Spam
Better Bayesian filtering
Mozilla Bayesian page
Wikipedia entry
Bayesian based chess alghoritm
Bayesian Filtering Class
Bayesian Filtering Library