<?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: Eigenfaces Tutorial</title>
	<atom:link href="http://blog.zabarauskas.com/eigenfaces-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zabarauskas.com/eigenfaces-tutorial/</link>
	<description>We are what we repeatedly do; excellence, then, is not an act but a habit. -- Aristotle</description>
	<lastBuildDate>Fri, 14 May 2010 17:16:57 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Manfredas Zabarauskas</title>
		<link>http://blog.zabarauskas.com/eigenfaces-tutorial/comment-page-1/#comment-134</link>
		<dc:creator>Manfredas Zabarauskas</dc:creator>
		<pubDate>Tue, 12 Jan 2010 16:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zabarauskas.com/?p=286#comment-134</guid>
		<description>Thanks, Midorj, glad to hear that!

&lt;blockquote cite=&quot;#commentbody-130&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-130&quot; rel=&quot;nofollow&quot;&gt;Midorj&lt;/a&gt; :&lt;/strong&gt;
          &lt;p&gt;Great, thank so much. Your tutorial helps me a lot. very much appreciate!!&lt;/p&gt;
         &lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Thanks, Midorj, glad to hear that!</p>
<blockquote cite="#commentbody-130"><p>
<strong><a href="#comment-130" rel="nofollow">Midorj</a> :</strong></p>
<p>Great, thank so much. Your tutorial helps me a lot. very much appreciate!!</p>
</blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manfredas Zabarauskas</title>
		<link>http://blog.zabarauskas.com/eigenfaces-tutorial/comment-page-1/#comment-132</link>
		<dc:creator>Manfredas Zabarauskas</dc:creator>
		<pubDate>Tue, 12 Jan 2010 16:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zabarauskas.com/?p=286#comment-132</guid>
		<description>Laisvalaikiu, tėvai... Deja... :-}

&lt;blockquote cite=&quot;#commentbody-128&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-128&quot; rel=&quot;nofollow&quot;&gt;Martyns Papartyns&lt;/a&gt; :&lt;/strong&gt;
          &lt;p&gt;Čia tai geras ^^ Čia laisvalaikiu ar su mokslu susiję ? &lt;img src=&quot;http://blog.zabarauskas.com/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot;&gt; &lt;/p&gt;
         &lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Laisvalaikiu, tėvai&#8230; Deja&#8230; :-}</p>
<blockquote cite="#commentbody-128"><p>
<strong><a href="#comment-128" rel="nofollow">Martyns Papartyns</a> :</strong></p>
<p>Čia tai geras ^^ Čia laisvalaikiu ar su mokslu susiję ? <img src="http://blog.zabarauskas.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley"/> </p>
</blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manfredas Zabarauskas</title>
		<link>http://blog.zabarauskas.com/eigenfaces-tutorial/comment-page-1/#comment-131</link>
		<dc:creator>Manfredas Zabarauskas</dc:creator>
		<pubDate>Tue, 12 Jan 2010 16:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zabarauskas.com/?p=286#comment-131</guid>
		<description>Thanks, Alex!
Apologies, but the source code is not available at the moment... On the other hand - it&#039;s literally following the maths described in this tutorial, so if you&#039;re worried about implementing these algebraic operations - you might want to look at GSL (GNU Scientific Library, you can find a pretty good documentation for it online). Also, to get a better grip on the method behind eigenfaces itself, I suggest you to read a bit about PCA (Principal Component Analysis), there are quite a few tutorials online on the subject.

&lt;blockquote cite=&quot;#commentbody-127&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-127&quot; rel=&quot;nofollow&quot;&gt;Alex&lt;/a&gt; :&lt;/strong&gt;
          &lt;p&gt;Hi,&lt;br&gt;
just thought i’d say that you’ve done a great tutorial (from what i understand of it lol). i was just wondering if i could take a look at your source code or if you have a sample project for me to better understaind eigenfaces as my algebra isn’t too great :p&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br&gt;
Alex&lt;/p&gt;
         &lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Thanks, Alex!<br />
Apologies, but the source code is not available at the moment&#8230; On the other hand &#8211; it&#8217;s literally following the maths described in this tutorial, so if you&#8217;re worried about implementing these algebraic operations &#8211; you might want to look at GSL (GNU Scientific Library, you can find a pretty good documentation for it online). Also, to get a better grip on the method behind eigenfaces itself, I suggest you to read a bit about PCA (Principal Component Analysis), there are quite a few tutorials online on the subject.</p>
<blockquote cite="#commentbody-127"><p>
<strong><a href="#comment-127" rel="nofollow">Alex</a> :</strong></p>
<p>Hi,<br />
just thought i’d say that you’ve done a great tutorial (from what i understand of it lol). i was just wondering if i could take a look at your source code or if you have a sample project for me to better understaind eigenfaces as my algebra isn’t too great :p</p>
<p>Thanks,<br />
Alex</p>
</blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Midorj</title>
		<link>http://blog.zabarauskas.com/eigenfaces-tutorial/comment-page-1/#comment-130</link>
		<dc:creator>Midorj</dc:creator>
		<pubDate>Tue, 12 Jan 2010 03:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zabarauskas.com/?p=286#comment-130</guid>
		<description>Great, thank so much. Your tutorial helps me a lot. very much appreciate!!</description>
		<content:encoded><![CDATA[<p>Great, thank so much. Your tutorial helps me a lot. very much appreciate!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martyns Papartyns</title>
		<link>http://blog.zabarauskas.com/eigenfaces-tutorial/comment-page-1/#comment-128</link>
		<dc:creator>Martyns Papartyns</dc:creator>
		<pubDate>Sun, 03 Jan 2010 09:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zabarauskas.com/?p=286#comment-128</guid>
		<description>Čia tai geras ^^ Čia laisvalaikiu ar su mokslu susiję ? :)</description>
		<content:encoded><![CDATA[<p>Čia tai geras ^^ Čia laisvalaikiu ar su mokslu susiję ? <img src='http://blog.zabarauskas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.zabarauskas.com/eigenfaces-tutorial/comment-page-1/#comment-127</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 01 Jan 2010 22:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zabarauskas.com/?p=286#comment-127</guid>
		<description>Hi,
just thought i&#039;d say that you&#039;ve done a great tutorial (from what i understand of it lol). i was just wondering if i could take a look at your source code or if you have a sample project for me to better understaind eigenfaces as my algebra isn&#039;t too great :p

Thanks, 
Alex</description>
		<content:encoded><![CDATA[<p>Hi,<br />
just thought i&#8217;d say that you&#8217;ve done a great tutorial (from what i understand of it lol). i was just wondering if i could take a look at your source code or if you have a sample project for me to better understaind eigenfaces as my algebra isn&#8217;t too great :p</p>
<p>Thanks,<br />
Alex</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
