<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Neural Network operator - learning rate, momentum setting in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Neural-Network-operator-learning-rate-momentum-setting/m-p/100351#M831</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Enterprise Miner 5.3 and I cannot find learning rate and momentum setting for Neural Network operator. &lt;/P&gt;&lt;P&gt;There is a plenty of other settings, but I can't find this. Am I missing something? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for an answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Aug 2012 14:20:39 GMT</pubDate>
    <dc:creator>julob</dc:creator>
    <dc:date>2012-08-21T14:20:39Z</dc:date>
    <item>
      <title>Neural Network operator - learning rate, momentum setting</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Neural-Network-operator-learning-rate-momentum-setting/m-p/100351#M831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Enterprise Miner 5.3 and I cannot find learning rate and momentum setting for Neural Network operator. &lt;/P&gt;&lt;P&gt;There is a plenty of other settings, but I can't find this. Am I missing something? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for an answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 14:20:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Neural-Network-operator-learning-rate-momentum-setting/m-p/100351#M831</guid>
      <dc:creator>julob</dc:creator>
      <dc:date>2012-08-21T14:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Neural Network operator - learning rate, momentum setting</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Neural-Network-operator-learning-rate-momentum-setting/m-p/388256#M5828</link>
      <description>&lt;P&gt;I don't have SAS Enterprise Miner 5.3 installed, but in the current version you can click on the Neural Network node in question and then click on the ... to the right of the &lt;STRONG&gt;Optimization&lt;/STRONG&gt; property in order to access these settings. &amp;nbsp; There are several properties listed in the &lt;STRONG&gt;Propagation Options&lt;/STRONG&gt; section of the dialog that appears including &lt;STRONG&gt;Learn&lt;/STRONG&gt; and &lt;STRONG&gt;Momentum&lt;/STRONG&gt;. &amp;nbsp;You can find more information about these properties if you access the help utility in SAS Enterprise Miner by opening the application and clicking on &lt;STRONG&gt;Help&lt;/STRONG&gt; --&amp;gt; Contents and then navigating in the panel on the left to&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Node Reference&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Model&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Neural Network Node: Usage&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then click on &lt;STRONG&gt;Neural Network Node Train Properties&lt;/STRONG&gt; in the panel on the right and scroll down to the Propagation Options. &amp;nbsp;I'm pasting an excerpt from the help utility below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Propagation Options&lt;/STRONG&gt; — The Propagation Options section of the Optimization window contains the following settings:
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Accelerate&lt;/STRONG&gt; — Use the Accelerate propagation option to specify the rate of increase of learning for the RPROP optimization technique.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Decelerate&lt;/STRONG&gt; — Use the Decelerate propagation option to specify the rate of decrease of learning for the RPROP optimization technique.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Learn&lt;/STRONG&gt; — Use the Learn propagation option to specify the learning rate for BACKPROP or the initial learning rate for QPROP and RPROP optimization techniques.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Maximum Learning&lt;/STRONG&gt; — Use the Maximum Learning propagation option to specify the maximum learning rate for the RPROP optimization technique.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Minimum Learning&lt;/STRONG&gt; — Use the Minimum Learning propagation option to specify the minimum learning rate for the RPROP optimization technique.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Momentum&lt;/STRONG&gt; — Use the Momentum propagation option to specify the momentum rate.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Maximum Momentum&lt;/STRONG&gt; — Use the Momentum propagation option to specify the maximum momentum rate for the QPROP optimization technique.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Tilt&lt;/STRONG&gt; — Use the Tilt propagation option to specify the tilt rate for the QPROP optimization technique.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;
&lt;P&gt;Doug&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 18:45:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Neural-Network-operator-learning-rate-momentum-setting/m-p/388256#M5828</guid>
      <dc:creator>DougWielenga</dc:creator>
      <dc:date>2017-08-15T18:45:00Z</dc:date>
    </item>
  </channel>
</rss>

