5 ms·
The Cadillac of bayes classifiers is CRM114--it can use classifiers that are far more advanced than naive bayes, such as clustering, or with hidden markov model
by food79 19y ago
The Cadillac of bayes classifiers is CRM114--it can use classifiers that are far more advanced than naive bayes, such as clustering, or with hidden markov modeling.
- henning 19y agoBeware, the source code to CRM114 ain't no freakin' Cadillac.
- ketralnis 19y agoI can not over-recommend crm114. I've been using it to classify some database entries and its accuracy is second-to-none, and its custom language makes working with strangely-stored data (like database entries) easy (after you learn the strange language)
- fiaz 19y agoIs there any documentation that stands out for learning the alien language? No doubt, I'll be combing through all of the CRM114 information on the website. Is there anything that is not referenced there that will be of use?
- food79 19y agoIf you are doing a ham/spam type classification, then you won't need the alien language. I am almost a total tech novice and I was able to do well with just some bash scripts. Of course the docs will teach you about better ways to train the system, if you are interested in going from 98% correct classification to 99.5% correct. learn ham.css < file_to_learn.txt learn spam.css < file_to_learn.txt classify < file_to_classify.txt
- fiaz 19y agoI am NOT doing ham/spam type classification. I need to define some classifications for specific types of content.