Classification Tag

Pages (1):  1

Bayesian Opinion Mining

21 Jan 2010 In: , , and

A bigger type of miner The web is a great place for people to express their opinions, on just about any subject. Even the professionally opinionated, like movie reviewers, have blogs where the public can comment and respond with what they think, and there are a number of sites that deal in nothing more than this. The ability to automatically extract people's opinions from all this raw text can be a very powerful one, and it's a well studied area - no doubt because of the commercial possibilities.

Read More »

Support Vector Machines In PHP

2 Dec 2009 In: , and

1432654927_49b9cefffc_m.jpgWhen it comes to classification, and machine learning in general, at the head of the pack there's often a Support Vector Machine based method. In this post we'll look at what SVMs do and how they work, and as usual there's a some example code. However, even a simple PHP only SVM implementation is a little bit long, so this time the complete source is available separately in a zip file.

Read More »

Text Classification (And Twitter)

29 Sep 2009 In:

DrawsClassification techniques are used for spam filters, author identification, intrusion detection and a host of other applications. They can be used to help organise data into a structure, or to add tags to allow users to find documents. While the latest classification algorithms are at the cutting edge of machine learning, there are still thousands of systems using simpler algorithms to great effect.

Read More »
Pages (1):  1