Code for text mining through Bayes Classifier?

5 visualizzazioni (ultimi 30 giorni)
Vineet
Vineet il 24 Apr 2013
I am looking for an example of text mining problem through Bayes Classifier. The problem under consideration is analyzing news text for stock market prediction.

Risposte (2)

Sarah Palfreyman
Sarah Palfreyman il 30 Apr 2018

Christopher Creutzig
Christopher Creutzig il 26 Nov 2018
MathWorks has examples like this one using classifiers from the Statistics and Machine Learning Toolbox to work on text data. The main problem with converting this to using a naïve Bayes algorithm is that fitcnb is not optimized to work with high-dimensional sparse data, such as a basic word count.
To alleviate that problem, use a dimensionality reduction step, such as fitlsa.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by