Posts Tagged ‘naive bayes’

semi supervised naive bayes for text classification

Sunday, February 14th, 2010

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…

an intro to semi supervised document classification

Sunday, January 31st, 2010

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!!