<?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/"
	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>nn log &#187; cascade</title>
	<atom:link href="http://alyonsnn.wordpress.com/category/cascade/feed/" rel="self" type="application/rss+xml" />
	<link>http://alyonsnn.wordpress.com</link>
	<description>neural nets + sound</description>
	<lastBuildDate>Sat, 08 Mar 2008 04:39:12 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='alyonsnn.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/d08071665353dabc88b11fe6c5b131ae?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>nn log &#187; cascade</title>
		<link>http://alyonsnn.wordpress.com</link>
	</image>
			<item>
		<title>&#8230;</title>
		<link>http://alyonsnn.wordpress.com/2008/01/14/66/</link>
		<comments>http://alyonsnn.wordpress.com/2008/01/14/66/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 21:45:24 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[cascade]]></category>
		<category><![CDATA[ff]]></category>
		<category><![CDATA[mma]]></category>
		<category><![CDATA[quickprop]]></category>

		<guid isPermaLink="false">http://alyonsnn.wordpress.com/2008/01/14/66/</guid>
		<description><![CDATA[the method described in the previous post doesn&#8217;t seem to work so well on other problems&#8230; i have been trying it on the &#8220;circle&#8221; problem and the &#8220;two circle&#8221; problem and it does not work very well on those.  it seems the way that is working best in general now is the old standard [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alyonsnn.wordpress.com&blog=2146973&post=66&subd=alyonsnn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>the method described in the previous post doesn&#8217;t seem to work so well on other problems&#8230; i have been trying it on the &#8220;circle&#8221; problem and the &#8220;two circle&#8221; problem and it does not work very well on those.  it seems the way that is working best in general now is the old standard backprop/gradient descent method that looks at every training pattern individually.</p>
<p>also, the new method didn&#8217;t work very well on the cascade spiral problem, either.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alyonsnn.wordpress.com/66/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alyonsnn.wordpress.com/66/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alyonsnn.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alyonsnn.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alyonsnn.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alyonsnn.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alyonsnn.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alyonsnn.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alyonsnn.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alyonsnn.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alyonsnn.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alyonsnn.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alyonsnn.wordpress.com&blog=2146973&post=66&subd=alyonsnn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alyonsnn.wordpress.com/2008/01/14/66/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db1c9b6d305717d0d8a1f55c80930df4?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Alex</media:title>
		</media:content>
	</item>
		<item>
		<title>quickprop on ff nets</title>
		<link>http://alyonsnn.wordpress.com/2008/01/14/quickprop-on-ff-nets/</link>
		<comments>http://alyonsnn.wordpress.com/2008/01/14/quickprop-on-ff-nets/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 19:08:21 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[cascade]]></category>
		<category><![CDATA[ff]]></category>
		<category><![CDATA[mma]]></category>
		<category><![CDATA[quickprop]]></category>

		<guid isPermaLink="false">http://alyonsnn.wordpress.com/2008/01/14/quickprop-on-ff-nets/</guid>
		<description><![CDATA[i&#8217;ve completed putting the quickprop algorithm into my feedforward network and i&#8217;m now running some tests on it.  it seems that the method i was using in the cascade network of calculating the error on all of the training set and minimizing that does not seem to work as well as simply going through [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alyonsnn.wordpress.com&blog=2146973&post=65&subd=alyonsnn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>i&#8217;ve completed putting the quickprop algorithm into my feedforward network and i&#8217;m now running some tests on it.  it seems that the method i was using in the cascade network of calculating the error on all of the training set and minimizing that does not seem to work as well as simply going through the training set and calculating the error on a single point, then adjusting the weights after each point.  this is more similar to the old method i used on feedforward nets in which the weights were adjusted after each point in the training set.  a {2, 4, 4, 1} net was able to match the &#8220;x&#8221; problem after 1000 epochs and get close to the solution in less than 100 using the new method, while the old method was unable to even get close within 1500 epochs.  the current file is ffqp3.nb.</p>
<p>on another computer i&#8217;ve decided to try this new method on the old cascade network on the spiral problem and see what happens.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alyonsnn.wordpress.com/65/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alyonsnn.wordpress.com/65/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alyonsnn.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alyonsnn.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alyonsnn.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alyonsnn.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alyonsnn.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alyonsnn.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alyonsnn.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alyonsnn.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alyonsnn.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alyonsnn.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alyonsnn.wordpress.com&blog=2146973&post=65&subd=alyonsnn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alyonsnn.wordpress.com/2008/01/14/quickprop-on-ff-nets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db1c9b6d305717d0d8a1f55c80930df4?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Alex</media:title>
		</media:content>
	</item>
		<item>
		<title>the last cascade spiral for now</title>
		<link>http://alyonsnn.wordpress.com/2008/01/14/the-last-cascade-spiral-for-now/</link>
		<comments>http://alyonsnn.wordpress.com/2008/01/14/the-last-cascade-spiral-for-now/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 15:05:43 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[cascade]]></category>
		<category><![CDATA[mma]]></category>
		<category><![CDATA[quickprop]]></category>

		<guid isPermaLink="false">http://alyonsnn.wordpress.com/2008/01/14/the-last-cascade-spiral-for-now/</guid>
		<description><![CDATA[here are the results of the last spiral i&#8217;ll be doing with the cascade correlation algorithm.  183 hidden nodes were added and the network error was 0.290283.  it trained over the entire weekend and i used much lower stopping criteria than previously, which is why it was able to add so many hidden [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alyonsnn.wordpress.com&blog=2146973&post=63&subd=alyonsnn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>here are the results of the last spiral i&#8217;ll be doing with the cascade correlation algorithm.  183 hidden nodes were added and the network error was 0.290283.  it trained over the entire weekend and i used much lower stopping criteria than previously, which is why it was able to add so many hidden nodes.</p>
<p><img src='http://alyonsnn.files.wordpress.com/2008/01/spiral183.png' alt='spiral183.png' /></p>
<p><code>\[Rho] = 1.0;<br />
\[Alpha] = 0.35;<br />
\[Beta] = 0.35;<br />
\[Mu] = 1.5;<br />
\[Zeta] = 0.1;<br />
r = 1.0;<br />
MinError = 0.01;<br />
MinSChange = 0.1;<br />
MinEChange = 0.0005;<br />
loopsize = 10;<br />
maxweightval = 100.0;<br />
stopafter = 1000;<br />
candidatenodes = 8;</code></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alyonsnn.wordpress.com/63/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alyonsnn.wordpress.com/63/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alyonsnn.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alyonsnn.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alyonsnn.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alyonsnn.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alyonsnn.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alyonsnn.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alyonsnn.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alyonsnn.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alyonsnn.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alyonsnn.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alyonsnn.wordpress.com&blog=2146973&post=63&subd=alyonsnn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alyonsnn.wordpress.com/2008/01/14/the-last-cascade-spiral-for-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db1c9b6d305717d0d8a1f55c80930df4?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Alex</media:title>
		</media:content>

		<media:content url="http://alyonsnn.files.wordpress.com/2008/01/spiral183.png" medium="image">
			<media:title type="html">spiral183.png</media:title>
		</media:content>
	</item>
		<item>
		<title>overnight spiral again&#8230;</title>
		<link>http://alyonsnn.wordpress.com/2008/01/11/overnight-spiral-again/</link>
		<comments>http://alyonsnn.wordpress.com/2008/01/11/overnight-spiral-again/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 15:09:56 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[cascade]]></category>
		<category><![CDATA[mma]]></category>
		<category><![CDATA[quickprop]]></category>

		<guid isPermaLink="false">http://alyonsnn.wordpress.com/2008/01/11/overnight-spiral-again/</guid>
		<description><![CDATA[trained the spiral overnight again, but since no changes in the actual training algorithm were made (just changes that increased the speed) it still did poorly.  however, 27 hidden nodes were added in about the same amount of time as the previous trial, in which only 16 hidden nodes were added.  the network [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alyonsnn.wordpress.com&blog=2146973&post=60&subd=alyonsnn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>trained the spiral overnight again, but since no changes in the actual training algorithm were made (just changes that increased the speed) it still did poorly.  however, 27 hidden nodes were added in about the same amount of time as the previous trial, in which only 16 hidden nodes were added.  the network error was 0.492361.</p>
<p><img src='http://alyonsnn.files.wordpress.com/2008/01/spiral27.png' alt='spiral27.png' /></p>
<p><code>\[Rho] = 1.0;<br />
\[Alpha] = 0.35;<br />
\[Beta] = 0.35;<br />
\[Mu] = 1.5;<br />
\[Zeta] = 0.1;<br />
r = 1.0;<br />
MinError = 0.01;<br />
MinSChange = 0.1;<br />
MinEChange = 0.0005;<br />
loopsize = 100;<br />
maxweightval = 20.0;<br />
stopafter = 10000;<br />
candidatenodes = 8;</code></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alyonsnn.wordpress.com/60/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alyonsnn.wordpress.com/60/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alyonsnn.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alyonsnn.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alyonsnn.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alyonsnn.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alyonsnn.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alyonsnn.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alyonsnn.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alyonsnn.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alyonsnn.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alyonsnn.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alyonsnn.wordpress.com&blog=2146973&post=60&subd=alyonsnn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alyonsnn.wordpress.com/2008/01/11/overnight-spiral-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db1c9b6d305717d0d8a1f55c80930df4?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Alex</media:title>
		</media:content>

		<media:content url="http://alyonsnn.files.wordpress.com/2008/01/spiral27.png" medium="image">
			<media:title type="html">spiral27.png</media:title>
		</media:content>
	</item>
		<item>
		<title>speeding up candidate training</title>
		<link>http://alyonsnn.wordpress.com/2008/01/10/speeding-up-candidate-training/</link>
		<comments>http://alyonsnn.wordpress.com/2008/01/10/speeding-up-candidate-training/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 20:10:48 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[cascade]]></category>
		<category><![CDATA[mma]]></category>
		<category><![CDATA[quickprop]]></category>

		<guid isPermaLink="false">http://alyonsnn.wordpress.com/2008/01/10/speeding-up-candidate-training/</guid>
		<description><![CDATA[just made some changes to the code for the cascade-quickprop network to make candidate training quite a bit quicker.  previously it took about 14 seconds to go 100 times through a training set of 194 points when training the first candidate node.  with the changes i&#8217;ve made it now takes about 7 seconds. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alyonsnn.wordpress.com&blog=2146973&post=59&subd=alyonsnn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>just made some changes to the code for the cascade-quickprop network to make candidate training quite a bit quicker.  previously it took about 14 seconds to go 100 times through a training set of 194 points when training the first candidate node.  with the changes i&#8217;ve made it now takes about 7 seconds.  the current file is cascnet24.nb.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alyonsnn.wordpress.com/59/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alyonsnn.wordpress.com/59/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alyonsnn.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alyonsnn.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alyonsnn.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alyonsnn.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alyonsnn.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alyonsnn.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alyonsnn.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alyonsnn.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alyonsnn.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alyonsnn.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alyonsnn.wordpress.com&blog=2146973&post=59&subd=alyonsnn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alyonsnn.wordpress.com/2008/01/10/speeding-up-candidate-training/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db1c9b6d305717d0d8a1f55c80930df4?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Alex</media:title>
		</media:content>
	</item>
		<item>
		<title>overnight spiral&#8230;</title>
		<link>http://alyonsnn.wordpress.com/2008/01/10/overnight-spiral/</link>
		<comments>http://alyonsnn.wordpress.com/2008/01/10/overnight-spiral/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 18:52:24 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[cascade]]></category>
		<category><![CDATA[mma]]></category>
		<category><![CDATA[quickprop]]></category>

		<guid isPermaLink="false">http://alyonsnn.wordpress.com/2008/01/10/overnight-spiral/</guid>
		<description><![CDATA[here&#8217;s the spiral trained overnight with the most recent changes and the parameters below.  the network error is 0.556669 and there are 16 hidden nodes.

\[Rho] = 0.1;
\[Alpha] = 0.35;
\[Beta] = 0.35;
\[Mu] = 1.5;
\[Zeta] = 0.1;
r = 1.0;
MinError = 0.01;
MinSChange = 0.1;
MinEChange = 0.0005;
loopsize = 100;
maxweightval = 100.;
stopafter = 10000;
candidatenodes = 10;
    [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alyonsnn.wordpress.com&blog=2146973&post=58&subd=alyonsnn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>here&#8217;s the spiral trained overnight with the most recent changes and the parameters below.  the network error is 0.556669 and there are 16 hidden nodes.</p>
<p><img src='http://alyonsnn.files.wordpress.com/2008/01/spiral16.png' alt='spiral16.png' /></p>
<p><code>\[Rho] = 0.1;<br />
\[Alpha] = 0.35;<br />
\[Beta] = 0.35;<br />
\[Mu] = 1.5;<br />
\[Zeta] = 0.1;<br />
r = 1.0;<br />
MinError = 0.01;<br />
MinSChange = 0.1;<br />
MinEChange = 0.0005;<br />
loopsize = 100;<br />
maxweightval = 100.;<br />
stopafter = 10000;<br />
candidatenodes = 10;</code></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alyonsnn.wordpress.com/58/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alyonsnn.wordpress.com/58/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alyonsnn.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alyonsnn.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alyonsnn.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alyonsnn.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alyonsnn.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alyonsnn.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alyonsnn.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alyonsnn.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alyonsnn.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alyonsnn.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alyonsnn.wordpress.com&blog=2146973&post=58&subd=alyonsnn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alyonsnn.wordpress.com/2008/01/10/overnight-spiral/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db1c9b6d305717d0d8a1f55c80930df4?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Alex</media:title>
		</media:content>

		<media:content url="http://alyonsnn.files.wordpress.com/2008/01/spiral16.png" medium="image">
			<media:title type="html">spiral16.png</media:title>
		</media:content>
	</item>
		<item>
		<title>for tomorrow</title>
		<link>http://alyonsnn.wordpress.com/2008/01/09/for-tomorrow/</link>
		<comments>http://alyonsnn.wordpress.com/2008/01/09/for-tomorrow/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 21:49:44 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[cascade]]></category>
		<category><![CDATA[mma]]></category>
		<category><![CDATA[quickprop]]></category>

		<guid isPermaLink="false">http://alyonsnn.wordpress.com/2008/01/09/for-tomorrow/</guid>
		<description><![CDATA[i will work on trying to speed up the candidate node training.  there are a few spots where it seems to calculate the same things twice or more (CalcVBar, CalcEoBar, CalcSigmaO&#8230;).
currently training the spiral problem with todays changes.  file is cascnet22.nb.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alyonsnn.wordpress.com&blog=2146973&post=56&subd=alyonsnn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>i will work on trying to speed up the candidate node training.  there are a few spots where it seems to calculate the same things twice or more (CalcVBar, CalcEoBar, CalcSigmaO&#8230;).</p>
<p>currently training the spiral problem with todays changes.  file is cascnet22.nb.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alyonsnn.wordpress.com/56/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alyonsnn.wordpress.com/56/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alyonsnn.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alyonsnn.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alyonsnn.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alyonsnn.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alyonsnn.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alyonsnn.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alyonsnn.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alyonsnn.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alyonsnn.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alyonsnn.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alyonsnn.wordpress.com&blog=2146973&post=56&subd=alyonsnn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alyonsnn.wordpress.com/2008/01/09/for-tomorrow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db1c9b6d305717d0d8a1f55c80930df4?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Alex</media:title>
		</media:content>
	</item>
		<item>
		<title>today</title>
		<link>http://alyonsnn.wordpress.com/2008/01/09/today/</link>
		<comments>http://alyonsnn.wordpress.com/2008/01/09/today/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 20:54:01 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[cascade]]></category>
		<category><![CDATA[mma]]></category>
		<category><![CDATA[quickprop]]></category>

		<guid isPermaLink="false">http://alyonsnn.wordpress.com/2008/01/09/today/</guid>
		<description><![CDATA[i caught a sign error in the network code today, in the dE/dw term, or the function called TheSTerm.  fixed that and have been trying to figure out if the network will train right&#8230;  it&#8217;s still sort of jumping around a lot on the output nodes, still much worse than the candidate nodes, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alyonsnn.wordpress.com&blog=2146973&post=54&subd=alyonsnn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>i caught a sign error in the network code today, in the dE/dw term, or the function called TheSTerm.  fixed that and have been trying to figure out if the network will train right&#8230;  it&#8217;s still sort of jumping around a lot on the output nodes, still much worse than the candidate nodes, but it generally seems to be in the right area at least (less than an error of 1, for example).  here is an example of what it looks like when training the spiral&#8230; i think the &#8220;line&#8221; patterns are because i set the rho term to be very low, which results in sharp differences between the &#8220;red&#8221; and &#8220;blue&#8221; regions.  therefore when the division between the regions crosses a training pattern point it will jump up or down to the next error &#8220;level&#8221;.</p>
<p><img src='http://alyonsnn.files.wordpress.com/2008/01/weirderrors.png' alt='weirderrors.png' /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alyonsnn.wordpress.com/54/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alyonsnn.wordpress.com/54/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alyonsnn.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alyonsnn.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alyonsnn.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alyonsnn.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alyonsnn.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alyonsnn.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alyonsnn.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alyonsnn.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alyonsnn.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alyonsnn.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alyonsnn.wordpress.com&blog=2146973&post=54&subd=alyonsnn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alyonsnn.wordpress.com/2008/01/09/today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db1c9b6d305717d0d8a1f55c80930df4?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Alex</media:title>
		</media:content>

		<media:content url="http://alyonsnn.files.wordpress.com/2008/01/weirderrors.png" medium="image">
			<media:title type="html">weirderrors.png</media:title>
		</media:content>
	</item>
		<item>
		<title>training output nodes</title>
		<link>http://alyonsnn.wordpress.com/2008/01/08/training-output-nodes/</link>
		<comments>http://alyonsnn.wordpress.com/2008/01/08/training-output-nodes/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 16:58:25 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[cascade]]></category>
		<category><![CDATA[mma]]></category>
		<category><![CDATA[quickprop]]></category>

		<guid isPermaLink="false">http://alyonsnn.wordpress.com/2008/01/08/training-output-nodes/</guid>
		<description><![CDATA[training of the output nodes using quickprop doesn&#8217;t seem to be working right&#8230; here is the plot of the errors after each weight adjustment:

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alyonsnn.wordpress.com&blog=2146973&post=53&subd=alyonsnn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>training of the output nodes using quickprop doesn&#8217;t seem to be working right&#8230; here is the plot of the errors after each weight adjustment:</p>
<p><img src='http://alyonsnn.files.wordpress.com/2008/01/baderror.png' alt='baderror.png' /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alyonsnn.wordpress.com/53/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alyonsnn.wordpress.com/53/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alyonsnn.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alyonsnn.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alyonsnn.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alyonsnn.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alyonsnn.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alyonsnn.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alyonsnn.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alyonsnn.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alyonsnn.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alyonsnn.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alyonsnn.wordpress.com&blog=2146973&post=53&subd=alyonsnn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alyonsnn.wordpress.com/2008/01/08/training-output-nodes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db1c9b6d305717d0d8a1f55c80930df4?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Alex</media:title>
		</media:content>

		<media:content url="http://alyonsnn.files.wordpress.com/2008/01/baderror.png" medium="image">
			<media:title type="html">baderror.png</media:title>
		</media:content>
	</item>
		<item>
		<title>spiral overnight after changes made</title>
		<link>http://alyonsnn.wordpress.com/2008/01/08/spiral-overnight-after-changes-made/</link>
		<comments>http://alyonsnn.wordpress.com/2008/01/08/spiral-overnight-after-changes-made/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 14:58:27 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[cascade]]></category>
		<category><![CDATA[mma]]></category>
		<category><![CDATA[quickprop]]></category>

		<guid isPermaLink="false">http://alyonsnn.wordpress.com/2008/01/08/spiral-overnight-after-changes-made/</guid>
		<description><![CDATA[here is the output from an overnight run on the spiral problem after the changes i described yesterday:

15 hidden nodes were added and the network&#8217;s error was 0.318231.  this is an improvement in both number of nodes and error over the previous spiral test.  also, it trained for a much smaller amount of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alyonsnn.wordpress.com&blog=2146973&post=51&subd=alyonsnn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>here is the output from an overnight run on the spiral problem after the changes i described yesterday:</p>
<p><img src='http://alyonsnn.files.wordpress.com/2008/01/spiral15.png' alt='spiral15.png' /></p>
<p>15 hidden nodes were added and the network&#8217;s error was 0.318231.  this is an improvement in both number of nodes and error over the previous spiral test.  also, it trained for a much smaller amount of time.  here are the parameters used:</p>
<p><code>\[Rho] = 1.0;<br />
\[Alpha] = 0.35;<br />
\[Beta] = 0.35;<br />
\[Mu] = 1.75;<br />
\[Zeta] = 0.01;<br />
r = 1.0;<br />
MinError = 0.01;<br />
MinSChange = 0.01;<br />
MinEChange = 0.00005;<br />
ConsecutiveSChange = 3;<br />
ConsecutiveEChange = 6;<br />
loopsize = 100;<br />
maxweightval = 100.;<br />
stopafter = 10000;</code></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alyonsnn.wordpress.com/51/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alyonsnn.wordpress.com/51/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alyonsnn.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alyonsnn.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alyonsnn.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alyonsnn.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alyonsnn.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alyonsnn.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alyonsnn.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alyonsnn.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alyonsnn.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alyonsnn.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alyonsnn.wordpress.com&blog=2146973&post=51&subd=alyonsnn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alyonsnn.wordpress.com/2008/01/08/spiral-overnight-after-changes-made/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/db1c9b6d305717d0d8a1f55c80930df4?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Alex</media:title>
		</media:content>

		<media:content url="http://alyonsnn.files.wordpress.com/2008/01/spiral15.png" medium="image">
			<media:title type="html">spiral15.png</media:title>
		</media:content>
	</item>
	</channel>
</rss>