<?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: Running a StatExplore on top of a Neural Network - H1=1, H1=2, H1=3? in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Running-a-StatExplore-on-top-of-a-Neural-Network-H1-1-H1-2-H1-3/m-p/329804#M4932</link>
    <description>&lt;P&gt;Yes, those do correspond to the units/neurons in the hidden layer(s), so H11 is the first unit in the first hidden layer, and so on. &amp;nbsp;You can have those dropped from the data exported from the Neural Network node by setting the &lt;STRONG&gt;Hidden Units&lt;/STRONG&gt; property (in the Score section) to No. &amp;nbsp;Or if you want them in there but not used by StatExplore, you can set Use=No for those variables from the &lt;STRONG&gt;Variables&lt;/STRONG&gt; property of StatExplore.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Feb 2017 14:50:52 GMT</pubDate>
    <dc:creator>WendyCzika</dc:creator>
    <dc:date>2017-02-03T14:50:52Z</dc:date>
    <item>
      <title>Running a StatExplore on top of a Neural Network - H1=1, H1=2, H1=3?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Running-a-StatExplore-on-top-of-a-Neural-Network-H1-1-H1-2-H1-3/m-p/329176#M4926</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have built a neural network to predict a binary target with several class/interval predictors. To gain an understanding of the predictors on the model, I am running a StatExplore node out of my Neural Network node (see output below).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is,&lt;STRONG&gt; what are the H13, H12, H11 variables which have been created&lt;/STRONG&gt;? I thought they were referring to the first/second/third nodes which are in the first layer, but this doesn't seem to make sense. They make up a significant percentage of the model, so I am looking to understand their influence. Also, is there another method for explaining a neural net (besides approximating it with a decision tree)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Target&lt;/TD&gt;&lt;TD&gt;Variable&lt;/TD&gt;&lt;TD&gt;Importance&lt;/TD&gt;&lt;TD&gt;Worth&lt;/TD&gt;&lt;TD&gt;Analysis Variable&lt;/TD&gt;&lt;TD&gt;Label&lt;/TD&gt;&lt;TD&gt;plot&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;target_ind&lt;/TD&gt;&lt;TD&gt;H13&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1.53E-05&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Hidden: H1=3&lt;/TD&gt;&lt;TD&gt;NaN&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;target_ind&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;H12&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;1.16E-05&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Hidden: H1=2&lt;/TD&gt;&lt;TD&gt;NaN&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;target_ind&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;var1&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;9.29E-06&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;var1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;NaN&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;target_ind&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;H11&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;7.41E-06&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Hidden: H1=1&lt;/TD&gt;&lt;TD&gt;NaN&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 18:40:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Running-a-StatExplore-on-top-of-a-Neural-Network-H1-1-H1-2-H1-3/m-p/329176#M4926</guid>
      <dc:creator>helenn</dc:creator>
      <dc:date>2017-02-01T18:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Running a StatExplore on top of a Neural Network - H1=1, H1=2, H1=3?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Running-a-StatExplore-on-top-of-a-Neural-Network-H1-1-H1-2-H1-3/m-p/329804#M4932</link>
      <description>&lt;P&gt;Yes, those do correspond to the units/neurons in the hidden layer(s), so H11 is the first unit in the first hidden layer, and so on. &amp;nbsp;You can have those dropped from the data exported from the Neural Network node by setting the &lt;STRONG&gt;Hidden Units&lt;/STRONG&gt; property (in the Score section) to No. &amp;nbsp;Or if you want them in there but not used by StatExplore, you can set Use=No for those variables from the &lt;STRONG&gt;Variables&lt;/STRONG&gt; property of StatExplore.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 14:50:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Running-a-StatExplore-on-top-of-a-Neural-Network-H1-1-H1-2-H1-3/m-p/329804#M4932</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2017-02-03T14:50:52Z</dc:date>
    </item>
  </channel>
</rss>

