<?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: Neural networks in ActionScript 3</title> <atom:link href="http://blog.another-d-mention.ro/programming/neural-networks-in-actionscript-3/feed/" rel="self" type="application/rss+xml" /><link>http://blog.another-d-mention.ro/programming/neural-networks-in-actionscript-3/</link> <description>No matter how you see things, reality changes when you reach understanding</description> <lastBuildDate>Thu, 29 Sep 2011 13:33:02 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.1</generator> <item><title>By: admin</title><link>http://blog.another-d-mention.ro/programming/neural-networks-in-actionscript-3/comment-page-1/#comment-739</link> <dc:creator>admin</dc:creator> <pubDate>Thu, 09 Jun 2011 07:41:34 +0000</pubDate> <guid
isPermaLink="false">http://blog.another-d-mention.ro/?p=807#comment-739</guid> <description>a training pattern must contain binary input and binary output.
if you have a large 64 bit number as input, then you must add 64 inputNeurons and covert your Number to binary and give it like that. a neuron can input either a 0 or a 1 not a decimal number.</description> <content:encoded><![CDATA[<p>a training pattern must contain binary input and binary output.<br
/> if you have a large 64 bit number as input, then you must add 64 inputNeurons and covert your Number to binary and give it like that. a neuron can input either a 0 or a 1 not a decimal number.</p> ]]></content:encoded> </item> <item><title>By: nt</title><link>http://blog.another-d-mention.ro/programming/neural-networks-in-actionscript-3/comment-page-1/#comment-737</link> <dc:creator>nt</dc:creator> <pubDate>Wed, 08 Jun 2011 19:16:34 +0000</pubDate> <guid
isPermaLink="false">http://blog.another-d-mention.ro/?p=807#comment-737</guid> <description>Very nice work!
I have a problem though. Using this configuration
var inputNeurons : int = 4;
var outputNeurons : int = 3;
var hiddenNeuronsPerLayer : int = 3;
var hiddenLayers : int = 2;
var neuronalBias : Number = 1;
var initialWeightRange : Number = 1;
patterns.push(new TrainingPattern(&quot;0.40591048,0.387517028,-0.244808193,0.346336001&quot;,&quot;001&quot;));
the program doesn&#039;t seem to work.
I just changed this line in TrainingPattern.as:
this.input = inputPattern.split(&quot;,&quot;);
in order to split the input, which in my case contains commas.
Thanks!</description> <content:encoded><![CDATA[<p>Very nice work!<br
/> I have a problem though. Using this configuration</p><p>var inputNeurons : int = 4;<br
/> var outputNeurons : int = 3;<br
/> var hiddenNeuronsPerLayer : int = 3;<br
/> var hiddenLayers : int = 2;<br
/> var neuronalBias : Number = 1;<br
/> var initialWeightRange : Number = 1;</p><p>patterns.push(new TrainingPattern(&#8220;0.40591048,0.387517028,-0.244808193,0.346336001&#8243;,&#8221;001&#8243;));</p><p>the program doesn&#8217;t seem to work.<br
/> I just changed this line in TrainingPattern.as:<br
/> this.input = inputPattern.split(&#8220;,&#8221;);</p><p>in order to split the input, which in my case contains commas.</p><p>Thanks!</p> ]]></content:encoded> </item> <item><title>By: oliver merx</title><link>http://blog.another-d-mention.ro/programming/neural-networks-in-actionscript-3/comment-page-1/#comment-429</link> <dc:creator>oliver merx</dc:creator> <pubDate>Fri, 17 Dec 2010 16:33:07 +0000</pubDate> <guid
isPermaLink="false">http://blog.another-d-mention.ro/?p=807#comment-429</guid> <description>excellent code-example. We are working an a NN-approach in flex too to recognise patterns of rectangles.
I will keep you and knight.zhou updated.
with best regards from germany
oliver merx</description> <content:encoded><![CDATA[<p>excellent code-example. We are working an a NN-approach in flex too to recognise patterns of rectangles.<br
/> I will keep you and knight.zhou updated.</p><p>with best regards from germany</p><p>oliver merx</p> ]]></content:encoded> </item> <item><title>By: Knight.zhou</title><link>http://blog.another-d-mention.ro/programming/neural-networks-in-actionscript-3/comment-page-1/#comment-402</link> <dc:creator>Knight.zhou</dc:creator> <pubDate>Thu, 28 Oct 2010 03:39:47 +0000</pubDate> <guid
isPermaLink="false">http://blog.another-d-mention.ro/?p=807#comment-402</guid> <description>Great post! and I have do the same research on AS3 AI programming, did you have any interesting we discuss it?</description> <content:encoded><![CDATA[<p>Great post! and I have do the same research on AS3 AI programming, did you have any interesting we discuss it?<br
/> <span
class="cluv">Knight.zhou recently posted..<a
class="78977d44bf 402" rel="nofollow" href="http://blog.lookbackon.com/lang/zh-cn/2010/04/08/bitboards">Bitboards</a><span
class="heart_tip_box"><img
class="heart_tip  402" alt="My Profile" style="border:0" width="16" height="14" src="http://blog.another-d-mention.ro/wp-content/plugins/commentluv/images/littleheart.gif"/></span></span></p> ]]></content:encoded> </item> </channel> </rss>
