I plan to implement a spam filter using a naive Bayesian classification.
On the Internet, I see a lot of information about the naive Bayesian classification, but the problem is that this is a lot of mathematical material, than it is clear how this is done. And the problem is that I am more a programmer than a mathematician (yes, I learned about probability and the Bayesian theorem at school, but for a long time Iโm not connected, and I donโt have the luxury to teach it now (have about 3 weeks to create a working prototype)).
So, if someone can explain or show me the place where they explained it to programmers than mathematicians, that would be a big help.
PS: By the way, I have to implement it in C if you want to know. :(
Regards, Microkernel
source share