
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Visioneers &#187; classification</title>
	<atom:link href="http://www.oliveragustin.com/tag/classification/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oliveragustin.com</link>
	<description>Tech, IT, Security, Research, Trends and  Tips</description>
	<lastBuildDate>Thu, 26 Jan 2012 10:45:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to use SVM for classification</title>
		<link>http://www.oliveragustin.com/how-to-use-svm-for-classification/</link>
		<comments>http://www.oliveragustin.com/how-to-use-svm-for-classification/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 22:42:22 +0000</pubDate>
		<dc:creator>whaldsz</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[classification]]></category>
		<category><![CDATA[how-to svm]]></category>
		<category><![CDATA[LibSVM]]></category>
		<category><![CDATA[support vectors]]></category>
		<category><![CDATA[svc]]></category>
		<category><![CDATA[SVM]]></category>
		<category><![CDATA[svr]]></category>

		<guid isPermaLink="false">http://www.oliveragustin.com/how-to-use-svm-for-classification</guid>
		<description><![CDATA[Support Vector Machine or simply SVM is a machine learning algorithm for data regression and classification.&#160; I have adopted it for use in my project in milled rice kernel classification according to the following categories: Chalky Sound/Good Damaged Red Paddy Discolored My goal is to share how to build a model, apply this classifier to [...]]]></description>
			<content:encoded><![CDATA[<p>Support Vector Machine or simply SVM is a machine learning algorithm for data regression and classification.&nbsp; I have adopted it for use in my project in milled rice kernel classification according to the following categories:</p>
<ul>
<li>Chalky
<li>Sound/Good
<li>Damaged
<li>Red
<li>Paddy
<li>Discolored</li>
</ul>
<p>My goal is to share how to build a model, apply this classifier to your test data to determine its accuracy, and finally, implement the model as an application.&nbsp; The library called <a href="http://www.csie.ntu.edu.tw/~cjlin/libsvm/">LibSVM</a> has made my work a lot simpler.&nbsp; Why reinvent the wheel?&nbsp; Here&#8217;s how you do it:</p>
<ol>
<li>Acquire the image.&nbsp; This could be accomplished by various methods.&nbsp; You can use scanner, digital camera, or video camera.
<li>Pre-process the captured image.&nbsp; The goal is to ensure that unimportant objects are discarded, and enhance your region of interests to prevent lost of features.
<li>Extract features (Morphological &amp; Color), one set for training and another set for testing.
<li>You may need to scale your data, especially if the value of some features are a lot&nbsp; larger than the other.
<li>Train and build the SVM model.&nbsp; You may need to find the optimal parameters (the penalty, C and kernel parameter, gamma).&nbsp; This may take a while depending on the type of SVM and kernel you choose.
<li>If you are satisfied with the prediction accuracy of your model, then apply it to your test data, or real data.
<li>Build your application.</li>
</ol>
<p>Simple, eh? </p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:e527ae05-f1dc-4dba-91a9-2a9b254198cb" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/SVM" rel="tag">SVM</a>,<a href="http://technorati.com/tags/SVR" rel="tag">SVR</a>,<a href="http://technorati.com/tags/SVC" rel="tag">SVC</a>,<a href="http://technorati.com/tags/support%20vectors" rel="tag">support vectors</a>,<a href="http://technorati.com/tags/LibSVM" rel="tag">LibSVM</a></div>
<p style="white-space:nowrap"><img style="border:0px" src="http://tarpipe.com/img/tarpipe.png" />&nbsp;<a target="_blank" href="http://tarpipe.com/share/?t=How+to+use+SVM+for+classification&u=http%3A%2F%2Fwww.oliveragustin.com%2Fhow-to-use-svm-for-classification%2F&b=Reading %22How+to+use+SVM+for+classification%22">Share now!</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.oliveragustin.com/how-to-use-svm-for-classification/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Weight estimation of milled rice</title>
		<link>http://www.oliveragustin.com/weight-estimation-and-classification-of-milled-rice/</link>
		<comments>http://www.oliveragustin.com/weight-estimation-and-classification-of-milled-rice/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 17:10:03 +0000</pubDate>
		<dc:creator>whaldsz</dc:creator>
				<category><![CDATA[research]]></category>
		<category><![CDATA[classification]]></category>
		<category><![CDATA[grain]]></category>
		<category><![CDATA[GRNN]]></category>
		<category><![CDATA[Milled Rice]]></category>
		<category><![CDATA[milled rice classification]]></category>
		<category><![CDATA[milled rice weight estimation]]></category>
		<category><![CDATA[SVM]]></category>
		<category><![CDATA[Weight estimation]]></category>

		<guid isPermaLink="false">http://www.oliveragustin.com/?p=15</guid>
		<description><![CDATA[This article presents a method for weight estimation and classification of milled rice kernels using supervised learning algorithm. Shape descriptors are used as geometric features for determining the grade factors such as headrice, broken kernel, and brewer. Color histogram is extracted from milled rice image to obtain 24 color features in RGB and Cielab color [...]]]></description>
			<content:encoded><![CDATA[<p>This article presents a method for weight estimation and classification of milled rice kernels using supervised learning algorithm. Shape descriptors are used as geometric features for determining the grade factors such as headrice, broken kernel, and brewer. Color histogram is extracted from milled rice image to obtain 24 color features in RGB and Cielab color spaces. A support vector machines (SVM) is adopted for addressing the classification and regression problem in milled rice quality evaluation. We built a support vector regression (SVR) model for estimating rice kernel weight and support vector classifier (SVC) for rice defectives.<br />
<!--adsense#top_square--><br />
Results showed that in real data, the performance of SVR is better than linear regression (LR) with a mean square error (MSE), mean absolute error (MAE) and correlation coefficient of 0.078, 0.21 and 99.4%, respectively. For classification of rice defectives using SVC, the accuracy is 98.9% outperforming the general regression neural network (GRNN) model.</p>
<p style="white-space:nowrap"><img style="border:0px" src="http://tarpipe.com/img/tarpipe.png" />&nbsp;<a target="_blank" href="http://tarpipe.com/share/?t=Weight+estimation+of+milled+rice&u=http%3A%2F%2Fwww.oliveragustin.com%2Fweight-estimation-and-classification-of-milled-rice%2F&b=Reading %22Weight+estimation+of+milled+rice%22">Share now!</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.oliveragustin.com/weight-estimation-and-classification-of-milled-rice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

