<?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 Re: Neural Network: Auto-tuing in SAS Visual Data Mining and Machine Learning in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Neural-Network-Auto-tuning-in-SAS-Visual-Data-Mining-and-Machine/m-p/427064#M6552</link>
    <description>&lt;P&gt;Hi Brett,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, the video&amp;nbsp;did inspire me to consider&amp;nbsp;auto-tuning in my research in the first place.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Stewart&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jan 2018 23:54:17 GMT</pubDate>
    <dc:creator>Stewartli</dc:creator>
    <dc:date>2018-01-11T23:54:17Z</dc:date>
    <item>
      <title>Neural Network: Auto-tuning in SAS Visual Data Mining and Machine Learning</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Neural-Network-Auto-tuning-in-SAS-Visual-Data-Mining-and-Machine/m-p/425419#M6512</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;My dataset contains 113 variables. The half of it was selected to develop the neural network. It does not make sense if you look at the graph (but only one hidden layer was included). Thereafter, auto-tuning (SAS VDMML) was used, the neural network became a little crazy (4 hidden layers were included). Can anybody tell me what is wrong with it? Thank you very much.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Stewart&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.PNG" style="width: 541px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/17673i0DB453C3315FD5EF/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.PNG" alt="1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 16:48:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Neural-Network-Auto-tuning-in-SAS-Visual-Data-Mining-and-Machine/m-p/425419#M6512</guid>
      <dc:creator>Stewartli</dc:creator>
      <dc:date>2018-07-17T16:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Neural Network: Auto-tuing in SAS Visual Data Mining and Machine Learning</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Neural-Network-Auto-tuning-in-SAS-Visual-Data-Mining-and-Machine/m-p/426680#M6536</link>
      <description>&lt;P&gt;It is not clear that anything is wrong.&amp;nbsp; &amp;nbsp;A single hidden layer neural&amp;nbsp; network is a universal approximator which means that a single hidden layer neural network can model any surface within a specified amount of error given a sufficient number hidden units.&amp;nbsp; Moving to multiple hidden layers won't necessarily improve the model but just changes the architecture of the network so that there might be fewer hidden units needed at each layer.&amp;nbsp; Neither is guaranteed to produce a better-fitting model.&amp;nbsp; You do need to be careful to avoid overfitting but you can overfit a single hidden layer network as easily as a network with more hidden layers.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;BR /&gt;Doug&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 21:29:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Neural-Network-Auto-tuning-in-SAS-Visual-Data-Mining-and-Machine/m-p/426680#M6536</guid>
      <dc:creator>DougWielenga</dc:creator>
      <dc:date>2018-01-10T21:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Neural Network: Auto-tuing in SAS Visual Data Mining and Machine Learning</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Neural-Network-Auto-tuning-in-SAS-Visual-Data-Mining-and-Machine/m-p/426869#M6543</link>
      <description>&lt;P&gt;As Doug states, it's not clear that there is necessarily anything wrong here.&amp;nbsp; But yeah, the final model from the autotuning process is definitely more (overly) complex. I strongly suggest that you try autotuning your model with code in SAS Studio so that you can see much more detail and have control over the ranges of the hyperparameters (e.g., if you just wanted a single hidden layer you can tell it to not autotune that), and you can see the top 10 models from the process so that you can perform tradeoffs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For an example of using the SAS Studio Neural Network task to autotune a neural network, see this video. The first part is just all about the process...at the 5:25 mark I start showing how to do it with the task.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DZx0Q9gmid6o&amp;amp;type=text%2Fhtml&amp;amp;schema=google&amp;amp;display_name=YouTube&amp;amp;src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FZx0Q9gmid6o" width="200" height="112" scrolling="no" title="YouTube embed" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 13:50:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Neural-Network-Auto-tuning-in-SAS-Visual-Data-Mining-and-Machine/m-p/426869#M6543</guid>
      <dc:creator>BrettWujek</dc:creator>
      <dc:date>2018-01-11T13:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Neural Network: Auto-tuing in SAS Visual Data Mining and Machine Learning</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Neural-Network-Auto-tuning-in-SAS-Visual-Data-Mining-and-Machine/m-p/427061#M6551</link>
      <description>&lt;P&gt;Hi Doug,&lt;/P&gt;&lt;P&gt;Thank you very much. It does help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Stewart&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 23:51:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Neural-Network-Auto-tuning-in-SAS-Visual-Data-Mining-and-Machine/m-p/427061#M6551</guid>
      <dc:creator>Stewartli</dc:creator>
      <dc:date>2018-01-11T23:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Neural Network: Auto-tuing in SAS Visual Data Mining and Machine Learning</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Neural-Network-Auto-tuning-in-SAS-Visual-Data-Mining-and-Machine/m-p/427064#M6552</link>
      <description>&lt;P&gt;Hi Brett,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, the video&amp;nbsp;did inspire me to consider&amp;nbsp;auto-tuning in my research in the first place.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Stewart&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 23:54:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Neural-Network-Auto-tuning-in-SAS-Visual-Data-Mining-and-Machine/m-p/427064#M6552</guid>
      <dc:creator>Stewartli</dc:creator>
      <dc:date>2018-01-11T23:54:17Z</dc:date>
    </item>
  </channel>
</rss>

