<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/244303</link>
    <title>MATLAB Central Newsreader - Neural Networks and Genetic Algorithm</title>
    <description>Feed for thread: Neural Networks and Genetic Algorithm</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Wed, 04 Mar 2009 10:59:02 -0500</pubDate>
      <title>Re: Neural Networks and Genetic Algorithm</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/244303#632389</link>
      <author>Akmal Aulia</author>
      <description>&quot;zaheer ahmad&quot; &amp;lt;ahmad.zaheer@yah00000.com&amp;gt; wrote in message &amp;lt;gmv4l2$7ib$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi All of You&lt;br&gt;
&amp;gt; How to optimize Feed Forward Neural Network output using Genetic Algorithm instead of backpropagation Algorithm. i.e. to used GA for weights optimization.&lt;br&gt;
&amp;gt; A small Matlab code will help me alot &lt;br&gt;
&amp;gt; thanks&lt;br&gt;
&lt;br&gt;
That should be simple.&lt;br&gt;
&lt;br&gt;
If you're dealing with a backprop NN with 1 hidden layer consisting 3 hidden nodes, and 2 input, then you have some (2x3)+(3x1) = 9 connection weights.  Using gatool, you can specify in the Problem section of the GUI, that you have 9 variables.  You can lower and/or upper bounds of these weights as you wish.&lt;br&gt;
&lt;br&gt;
And then, gatool will do the rest.&lt;br&gt;
&lt;br&gt;
Good luck!</description>
    </item>
    <item>
      <pubDate>Tue, 10 Mar 2009 15:35:06 -0400</pubDate>
      <title>Re: Neural Networks and Genetic Algorithm</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/244303#633773</link>
      <author>Greg Heath</author>
      <description>On Mar 4, 6:59=A0am, &quot;Akmal Aulia&quot; &amp;lt;akmalt...@yahoo.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; &quot;zaheer ahmad&quot; &amp;lt;ahmad.zah...@yah00000.com&amp;gt; wrote in message &amp;lt;gmv4l2$7i...=&lt;br&gt;
@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; Hi All of You&lt;br&gt;
&amp;gt; &amp;gt; How to optimize Feed ForwardNeuralNetwork output using Genetic Algorith=&lt;br&gt;
m instead of backpropagation Algorithm. i.e. to used GA for weights optimiz=&lt;br&gt;
ation.&lt;br&gt;
&amp;gt; &amp;gt; A small Matlab code will help me alot&lt;br&gt;
&amp;gt; &amp;gt; thanks&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; That should be simple.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; If you're dealing with a backprop NN with 1 hidden layer consisting 3 hid=&lt;br&gt;
den nodes, and 2 input, then you have some (2x3)+(3x1) =3D 9 connection wei=&lt;br&gt;
ghts. =A0Using gatool, you can specify in the Problem section of the GUI, t=&lt;br&gt;
hat you have 9 variables. =A0You can lower and/or upper bounds of these wei=&lt;br&gt;
ghts as you wish.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; And then, gatool will do the rest.&lt;br&gt;
&lt;br&gt;
The number of weights is&lt;br&gt;
&lt;br&gt;
Nw =3D (2+1)*3 + (3+1)*1 =3D 13&lt;br&gt;
&lt;br&gt;
Hope this helps.&lt;br&gt;
&lt;br&gt;
Greg</description>
    </item>
    <item>
      <pubDate>Wed, 11 Feb 2009 18:16:02 -0500</pubDate>
      <title>Neural Networks and Genetic Algorithm</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/244303#627685</link>
      <author>zaheer ahmad</author>
      <description>Hi All of You&lt;br&gt;
How to optimize Feed Forward Neural Network output using Genetic Algorithm instead of backpropagation Algorithm. i.e. to used GA for weights optimization.&lt;br&gt;
A small Matlab code will help me alot &lt;br&gt;
thanks</description>
    </item>
  </channel>
</rss>

