
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to use SVM for classification</title>
	<atom:link href="http://www.oliveragustin.com/how-to-use-svm-for-classification/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oliveragustin.com/how-to-use-svm-for-classification/</link>
	<description>Tech, IT, Security, Research, Trends and  Tips</description>
	<lastBuildDate>Sat, 02 Jan 2010 01:27:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: whaldsz</title>
		<link>http://www.oliveragustin.com/how-to-use-svm-for-classification/comment-page-1/#comment-92</link>
		<dc:creator>whaldsz</dc:creator>
		<pubDate>Wed, 25 Feb 2009 12:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.oliveragustin.com/how-to-use-svm-for-classification#comment-92</guid>
		<description>Hi atq,

from what i understand, you have 48 instances with 14 columns per instance and 6 classes. i think you don&#039;t have enough training data to build your svm classification model.

basically, to use classify your data using svm, you got to have training sets for building your svm model and test set for determining the performance of your classification model.  accuracy of your classification depends on the features you use during svm training.

if you need more information, try to google libsvm.  They have nice examples and tools to simplify svm classification in your programming language of choice.

vlad</description>
		<content:encoded><![CDATA[<p>Hi atq,</p>
<p>from what i understand, you have 48 instances with 14 columns per instance and 6 classes. i think you don&#8217;t have enough training data to build your svm classification model.</p>
<p>basically, to use classify your data using svm, you got to have training sets for building your svm model and test set for determining the performance of your classification model.  accuracy of your classification depends on the features you use during svm training.</p>
<p>if you need more information, try to google libsvm.  They have nice examples and tools to simplify svm classification in your programming language of choice.</p>
<p>vlad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: atq</title>
		<link>http://www.oliveragustin.com/how-to-use-svm-for-classification/comment-page-1/#comment-91</link>
		<dc:creator>atq</dc:creator>
		<pubDate>Tue, 17 Feb 2009 10:00:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.oliveragustin.com/how-to-use-svm-for-classification#comment-91</guid>
		<description>Hi, 
I am using MHI method for action recognition. I have 6 actions from 8 persons. So 48 different videos. From each video, I finally create a feature file or text file having 14 numbers [14 moment values - all are floating numbers]. So this way, I have 48 text files each having 14 moment values. 

How can I manage these for SVM for classification? Please kindly guide me, or mail me in-person.

Thanks a lot in adv.

Atq</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am using MHI method for action recognition. I have 6 actions from 8 persons. So 48 different videos. From each video, I finally create a feature file or text file having 14 numbers [14 moment values - all are floating numbers]. So this way, I have 48 text files each having 14 moment values. </p>
<p>How can I manage these for SVM for classification? Please kindly guide me, or mail me in-person.</p>
<p>Thanks a lot in adv.</p>
<p>Atq</p>
]]></content:encoded>
	</item>
</channel>
</rss>
