<?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: GHAPACK: A Library for the Generalized Hebbian Algorithm</title>
	<atom:link href="http://kurtgrandis.com/blog/2009/02/08/ghapack-a-library-for-the-generalized-hebbian-algorithm/feed/" rel="self" type="application/rss+xml" />
	<link>http://kurtgrandis.com/blog/2009/02/08/ghapack-a-library-for-the-generalized-hebbian-algorithm/</link>
	<description>Software Engineering &#38; Entrepreneurship</description>
	<lastBuildDate>Fri, 09 Jul 2010 06:40:00 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bob Carpenter</title>
		<link>http://kurtgrandis.com/blog/2009/02/08/ghapack-a-library-for-the-generalized-hebbian-algorithm/comment-page-1/#comment-10</link>
		<dc:creator>Bob Carpenter</dc:creator>
		<pubDate>Fri, 14 Aug 2009 00:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://kurtgrandis.com/blog/?p=31#comment-10</guid>
		<description>Stochastic algorithms, like Gorrell&#039;s GHA approach to SVD, are much faster at finding solutions quickly to a few decimal places of accuracy.  With fixed floating-point arithmetic, it&#039;s all approximate, so it&#039;s just a matter of how much accuracy you need from your SVD.  Just tweak the convergence parameters.

I discuss this in &lt;a href=&quot;http://lingpipe-blog.com/2009/04/08/convergence-relative-sgd-pegasos-liblinear-svmlight-svmper/&quot; rel=&quot;nofollow&quot;&gt;a blog entry&lt;/a&gt; on SVMs and logistic regression, but the ideas also apply to SVD.

I reimplemented the GHA approach as part of LingPipe.  There&#039;s an &lt;a href=&quot;http://alias-i.com/lingpipe/demos/tutorial/svd/read-me.html&quot; rel=&quot;nofollow&quot;&gt;SVD Tutorial&lt;/a&gt; which goes over some of the classic demos.</description>
		<content:encoded><![CDATA[<p>Stochastic algorithms, like Gorrell&#8217;s GHA approach to SVD, are much faster at finding solutions quickly to a few decimal places of accuracy.  With fixed floating-point arithmetic, it&#8217;s all approximate, so it&#8217;s just a matter of how much accuracy you need from your SVD.  Just tweak the convergence parameters.</p>
<p>I discuss this in <a href="http://lingpipe-blog.com/2009/04/08/convergence-relative-sgd-pegasos-liblinear-svmlight-svmper/" rel="nofollow">a blog entry</a> on SVMs and logistic regression, but the ideas also apply to SVD.</p>
<p>I reimplemented the GHA approach as part of LingPipe.  There&#8217;s an <a href="http://alias-i.com/lingpipe/demos/tutorial/svd/read-me.html" rel="nofollow">SVD Tutorial</a> which goes over some of the classic demos.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
