me on twitter

brain of mat kelcey


semi supervised naive bayes for text classification

February 14, 2010 at 09:46 PM | categories: e13, semi supervised, naive bayes | View Comments

experiment 13; a test of semi supervised naive bayes for text classification is complete.semi supervised algorithms seem to work pretty well and i can see how they are a huge benefit for text classification where you can have an enormous corpus but not enough time to label it all......
Read and Post Comments

an intro to semi supervised document classification

January 31, 2010 at 02:02 PM | categories: semi supervised, naive bayes, machine learning | View Comments

here's a great lecture from tom mitchell about document classification using a semi supervised version of naive bayes.semi supervised algorithms only require some of the training examples to be labeled and are able to make use of any unlabelled ones, very common when we have a huge corpus.i've started an experiment brewing to test this out by porting some previous naive bayes work i did to use this semi supervised scheme and will published it when it's done.cool stuff!!...
Read and Post Comments

old projects...