<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>LeafLabs Garden &#187; Topic: Help me  use SVM Light to recognize patterns it is in c</title>
		<link>http://forums.leaflabs.com/topic.php?id=1979</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:09:07 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=1979" rel="self" type="application/rss+xml" />

		<item>
			<title>josheeg on "Help me  use SVM Light to recognize patterns it is in c"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1979#post-20261</link>
			<pubDate>Thu, 11 Oct 2012 11:01:07 +0000</pubDate>
			<dc:creator>josheeg</dc:creator>
			<guid isPermaLink="false">20261@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I have worked through a spread sheet example with a hand calculator the simple ones with just add subtract multiply and divide and maby it will work I guess I wondered if someone else already looked at the problem in the past and did it. Sometimes resources or knowing terms that I might not could have shown a result I apologize for inconveniencing people.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "Help me  use SVM Light to recognize patterns it is in c"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1979#post-11457</link>
			<pubDate>Fri, 29 Jun 2012 15:09:46 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">11457@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Did you read the page you linked to? The Makefile targets produce either executables for running within an OS, or a shared library, which also requires an operating system.&#60;/p&#62;
&#60;p&#62;The thing is, josheeg, that &#60;a href=&#34;http://forums.leaflabs.com/topic.php?id=602&#34;&#62;over the years&#60;/a&#62;, you've periodically &#60;a href=&#34;http://forums.leaflabs.com/topic.php?id=793&#34;&#62;come to the forum&#60;/a&#62; asking about &#60;a href=&#34;http://forums.leaflabs.com/topic.php?id=1494&#34;&#62;applying complex numeric methods&#60;/a&#62; for &#60;a href=&#34;http://forums.leaflabs.com/topic.php?id=767&#34;&#62;use with Maple&#60;/a&#62;, but it's clear that you haven't taken the time to learn enough about the resource requirements, the underlying mathematics, or the implementations of the technology you want to use before asking us to &#60;a href=&#34;http://forums.leaflabs.com/topic.php?id=607&#34;&#62;do your homework for you&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;For another example (in this instance): because all but the most trivial applications of SVMs reduce to nonlinear optimization problems requiring heavy use of floating point and a fair amount of memory, microcontrollers are unsuitable for dealing with them, especially given the recent batch of inexpensive application-class single-board ARM computers that have been released in recent years. If you had done your reading beforehand (even just a cursory overview of the kernel trick explained in the &#60;a href=&#34;http://en.wikipedia.org/wiki/Support_vector_machine&#34;&#62;Wikipedia article on SVM&#60;/a&#62;), you would have realized this for yourself.&#60;/p&#62;
&#60;p&#62;If you're interested in machine learning and robotics, I applaud you. That's great. I studied a fair amount of machine learning myself, when I was in school, and it's a fascinating field. But before posting here, please take the time to &#60;strong&#62;read a book&#60;/strong&#62; before causing a nuisance by repeatedly asking nonsensical questions and disregarding the helpful advice the users of this forum have given you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>josheeg on "Help me  use SVM Light to recognize patterns it is in c"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1979#post-11456</link>
			<pubDate>Fri, 29 Jun 2012 13:42:40 +0000</pubDate>
			<dc:creator>josheeg</dc:creator>
			<guid isPermaLink="false">11456@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I thought pattern matching would be useful for robot things and automation so thats why I wondered if it could be compiled into the maple. What would make it need to be run in a OS?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "Help me  use SVM Light to recognize patterns it is in c"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1979#post-11445</link>
			<pubDate>Thu, 28 Jun 2012 15:01:19 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">11445@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;It looks like the program is meant to be run from within an operating system; it's not designed to run on a microcontroller. As such, this forum isn't really an appropriate place to ask for help about it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>josheeg on "Help me  use SVM Light to recognize patterns it is in c"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1979#post-11444</link>
			<pubDate>Thu, 28 Jun 2012 11:57:14 +0000</pubDate>
			<dc:creator>josheeg</dc:creator>
			<guid isPermaLink="false">11444@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Can someone help me use SVM Light to recognize patterns it is in c?&#60;/p&#62;
&#60;p&#62;SVM uses supervised learning methods to recognize patterns their are c examples and example data. I want to apply it to 5 pieces of data in a new piece of data and compare it with 7 previous sets of 5 pieces of data.&#60;/p&#62;
&#60;p&#62;The website is &#60;a href=&#34;http://svmlight.joachims.org/&#34; rel=&#34;nofollow&#34;&#62;http://svmlight.joachims.org/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
