<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: About</title>
	<atom:link href="http://alpmestan.wordpress.com/about/feed/" rel="self" type="application/rss+xml" />
	<link>http://alpmestan.wordpress.com</link>
	<description>C++, Haskell and Math for pleasure</description>
	<lastBuildDate>Thu, 08 Mar 2012 20:44:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: alpmestan</title>
		<link>http://alpmestan.wordpress.com/about/#comment-108</link>
		<dc:creator><![CDATA[alpmestan]]></dc:creator>
		<pubDate>Mon, 10 Jan 2011 01:53:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-108</guid>
		<description><![CDATA[Robert,

I just wrote this first version when I was learning Haskell and so I went for simplicity and since theoretically we&#039;re guaranteed that it&#039;s enough, I just stopped there. However, we&#039;re preparing (for a long time now) a new version. But let me warn you that I&#039;m quite busy, so is the other guy working on HNN so we&#039;re a bit short on time and don&#039;t know at all when it&#039;ll be available. So let me know if you&#039;re interested!]]></description>
		<content:encoded><![CDATA[<p>Robert,</p>
<p>I just wrote this first version when I was learning Haskell and so I went for simplicity and since theoretically we&#8217;re guaranteed that it&#8217;s enough, I just stopped there. However, we&#8217;re preparing (for a long time now) a new version. But let me warn you that I&#8217;m quite busy, so is the other guy working on HNN so we&#8217;re a bit short on time and don&#8217;t know at all when it&#8217;ll be available. So let me know if you&#8217;re interested!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RobertG</title>
		<link>http://alpmestan.wordpress.com/about/#comment-107</link>
		<dc:creator><![CDATA[RobertG]]></dc:creator>
		<pubDate>Sun, 09 Jan 2011 19:35:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-107</guid>
		<description><![CDATA[Hi Alp,

is there possible to build neural network with multiple layers in HNN? From its sources it seams, that it can have only two tiers:

check :: [[Neuron]] -&gt; Bool
check nss = let l = length nss in l &gt; 1 &amp;&amp; l  [[Neuron]]
nn nss &#124; check nss = nss
       &#124; otherwise = error &quot;Invalid nn&quot;

Why it can&#039;t take here any number of layers?

best regards,
Robert]]></description>
		<content:encoded><![CDATA[<p>Hi Alp,</p>
<p>is there possible to build neural network with multiple layers in HNN? From its sources it seams, that it can have only two tiers:</p>
<p>check :: [[Neuron]] -&gt; Bool<br />
check nss = let l = length nss in l &gt; 1 &amp;&amp; l  [[Neuron]]<br />
nn nss | check nss = nss<br />
       | otherwise = error &#8220;Invalid nn&#8221;</p>
<p>Why it can&#8217;t take here any number of layers?</p>
<p>best regards,<br />
Robert</p>
]]></content:encoded>
	</item>
</channel>
</rss>