<?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: Methodology on how to build a neural network in SAS Academy for Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Methodology-on-how-to-build-a-neural-network/m-p/657887#M902</link>
    <description>&lt;P&gt;Re: Neural Network Modelling&lt;/P&gt;
&lt;P&gt;I would appreciate some feedback on how a neural network should be developed in practice.&lt;/P&gt;
&lt;P&gt;What I mean is that the course text presents several interesting topics and techniques but I feel that it does not make it clear how those elements fits together.&lt;/P&gt;
&lt;P&gt;For instance, should variable selection be done before or after defining a network architecture in terms of hidden units required? Asking this because all three methods presented in chapter 4 (i.e. Hinton diagrams, Importance Metric and Sensitivity-Based Pruning) assume a network structure is already known...however, the optimisazion of the number of hidden units, for instance by using Sequential Network Construction, may be affected by having too many inputs...so, which one should come first?&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#0000FF"&gt;&lt;STRONG&gt;My Answer:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#0000FF"&gt;&lt;STRONG&gt;Unlike a decision tree or logistic regression there is no built-in variable selection for pre-screening redundant variables is available in NN.&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#0000FF"&gt;&lt;STRONG&gt;Therefore, pre-screening step is a recommended best practice in NN model development. Otherwise model convergence issues might occur.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Secondly, would it be correct to say that Early Stopping should always be tried as a starting point and other techniques could be used to refine that initial network?&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#0000FF"&gt;&lt;STRONG&gt;My Answer:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#0000FF"&gt;In predictive model building during the model development and in model assessment optimizing complexity&amp;nbsp;of the model is always performed using validation assessment statistics. Therefore, during NN model development or during model assessment Early stopping using the validation data is always recommended.&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#0000FF"&gt;&lt;STRONG&gt;I am attaching a classic paper on over-fitting for your reference:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jun 2020 05:14:13 GMT</pubDate>
    <dc:creator>gcjfernandez</dc:creator>
    <dc:date>2020-06-12T05:14:13Z</dc:date>
    <item>
      <title>Methodology on how to build a neural network</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Methodology-on-how-to-build-a-neural-network/m-p/654243#M882</link>
      <description>&lt;P&gt;Re: Neural Network Modelling&lt;/P&gt;
&lt;P&gt;I would appreciate some feedback on how a neural network should be developed in practice.&lt;/P&gt;
&lt;P&gt;What I mean is that the course text presents several interesting topics and techniques but I feel that it does not make it clear how those elements fits together.&lt;/P&gt;
&lt;P&gt;For instance, should variable selection be done before or after defining a network architecture in terms of hidden units required? Asking this because all three methods presented in chapter 4 (i.e. Hinton diagrams, Importance Metric and Sensitivity-Based Pruning) assume a network structure is already known...however, the optimisazion of the number of hidden units, for instance by using Sequential Network Construction, may be affected by having too many inputs...so, which one should come first?&lt;/P&gt;
&lt;P&gt;Secondly, would it be correct to say that Early Stopping should always be tried as a starting point and other techniques could be used to refine that initial network?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 07:38:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Methodology-on-how-to-build-a-neural-network/m-p/654243#M882</guid>
      <dc:creator>pvareschi</dc:creator>
      <dc:date>2020-06-08T07:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Methodology on how to build a neural network</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Methodology-on-how-to-build-a-neural-network/m-p/657887#M902</link>
      <description>&lt;P&gt;Re: Neural Network Modelling&lt;/P&gt;
&lt;P&gt;I would appreciate some feedback on how a neural network should be developed in practice.&lt;/P&gt;
&lt;P&gt;What I mean is that the course text presents several interesting topics and techniques but I feel that it does not make it clear how those elements fits together.&lt;/P&gt;
&lt;P&gt;For instance, should variable selection be done before or after defining a network architecture in terms of hidden units required? Asking this because all three methods presented in chapter 4 (i.e. Hinton diagrams, Importance Metric and Sensitivity-Based Pruning) assume a network structure is already known...however, the optimisazion of the number of hidden units, for instance by using Sequential Network Construction, may be affected by having too many inputs...so, which one should come first?&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#0000FF"&gt;&lt;STRONG&gt;My Answer:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#0000FF"&gt;&lt;STRONG&gt;Unlike a decision tree or logistic regression there is no built-in variable selection for pre-screening redundant variables is available in NN.&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#0000FF"&gt;&lt;STRONG&gt;Therefore, pre-screening step is a recommended best practice in NN model development. Otherwise model convergence issues might occur.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Secondly, would it be correct to say that Early Stopping should always be tried as a starting point and other techniques could be used to refine that initial network?&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#0000FF"&gt;&lt;STRONG&gt;My Answer:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#0000FF"&gt;In predictive model building during the model development and in model assessment optimizing complexity&amp;nbsp;of the model is always performed using validation assessment statistics. Therefore, during NN model development or during model assessment Early stopping using the validation data is always recommended.&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#0000FF"&gt;&lt;STRONG&gt;I am attaching a classic paper on over-fitting for your reference:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 05:14:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Methodology-on-how-to-build-a-neural-network/m-p/657887#M902</guid>
      <dc:creator>gcjfernandez</dc:creator>
      <dc:date>2020-06-12T05:14:13Z</dc:date>
    </item>
  </channel>
</rss>

