[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Next topic: Text classification (required reading: Chapter 14 of Manning et al's book)
- To: "Rao Kambhampati" <rao@asu.edu>
- Subject: Next topic: Text classification (required reading: Chapter 14 of Manning et al's book)
- From: "Subbarao Kambhampati" <rao@asu.edu>
- Date: Wed, 29 Oct 2008 09:51:06 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:x-google-sender-auth; bh=/e/Vpt7A4pscGQHBl90IL3pS2hbhGL44Q2jsE33hIME=; b=KeKnDmnqN1hRvqtvGZhVfE1UPQItbNhlyd92jtfTLuuBnrb3ob9FycTNFOCtCpsZ3M 0DYdw4lmWNmBVPzZJPAlHrNTfcTkONfm8FxRt71rlDhhProgtFSjGr+PvWKDRxL3aFGk xLV+mXawne6rxgz7TGJeuV8SDGOtKkVgXb4uQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :x-google-sender-auth; b=oWdk5FhOkF83ZD9wolpNKItzw44xiVHMrX7Kmaq30yP9HYoFeQ/ryNejdvh69eqsGE imojXfEUDJvVS9gmpGIFFmADQfCOBPyANN+LPDNs49TlgtVG0fytTlIpxxcQN2kDxaWp VIuYxu2wPcdS5Cm3mOWR+T0UIgp3udnnAUofM=
- Sender: subbarao2z2@gmail.com
Our next topic is classification techniques. Classification is an enormous area and entire courses are devoted to it.
We will only spend about 1.5 classes on it and get a birds eye view of the main issues, and look at Naive Bayes Classifier--a techniques that works about as well
as a default strategy in text classification as K-means does as a default strategy for clustering.
The classification techniques are also useful in content-based filtering (which will come up in the discussion of recommender systems to start next week).
The reading for tomorrow is chapter 14 of Manning et al's book
rao