<?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 Understand neural network output in EMiner in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Understand-neural-network-output-in-EMiner/m-p/305273#M4547</link>
    <description>&lt;P&gt;I have a csv file with 100 rows and 16 variables. My target variable is numerical. I am trying to use neural&amp;nbsp;network to build a model. When I run the model (neural network node), I get some result. However I am unable to understand what that result actually means and how can i use it to predict values. How can I get a table of all the actual target values and the predicted target values?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The model i used is as follow&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/5351i676587D0EAE752F2/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="model.PNG" title="model.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I am new to AI and EMiner, any help given will be very appreciated.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Oct 2016 01:51:31 GMT</pubDate>
    <dc:creator>devmaaza</dc:creator>
    <dc:date>2016-10-18T01:51:31Z</dc:date>
    <item>
      <title>Understand neural network output in EMiner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Understand-neural-network-output-in-EMiner/m-p/305273#M4547</link>
      <description>&lt;P&gt;I have a csv file with 100 rows and 16 variables. My target variable is numerical. I am trying to use neural&amp;nbsp;network to build a model. When I run the model (neural network node), I get some result. However I am unable to understand what that result actually means and how can i use it to predict values. How can I get a table of all the actual target values and the predicted target values?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The model i used is as follow&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/5351i676587D0EAE752F2/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="model.PNG" title="model.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I am new to AI and EMiner, any help given will be very appreciated.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 01:51:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Understand-neural-network-output-in-EMiner/m-p/305273#M4547</guid>
      <dc:creator>devmaaza</dc:creator>
      <dc:date>2016-10-18T01:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Understand neural network output in EMiner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Understand-neural-network-output-in-EMiner/m-p/305369#M4551</link>
      <description>&lt;P&gt;I&amp;nbsp;just started to&amp;nbsp;involve some&amp;nbsp;predictive modeling, this is what I know about&amp;nbsp;Neural network, experts please do chip in.&lt;/P&gt;
&lt;P&gt;NN&amp;nbsp;model is known to be difficult on explanations.&amp;nbsp;They are useful but in many cases, we don't know why.&amp;nbsp;One of the popular implementations of neural network is fraud detection in banking , you will get Yes&amp;nbsp;or No for each event,&amp;nbsp;however, you may not be able to explain it to your boss.&lt;/P&gt;
&lt;P&gt;If you are aiming at&amp;nbsp;obtaining a traditional model with parameters that can be explained, after first doing a neural network model, you can then try to&amp;nbsp;simulate it using decision tree (regular regresion model seems to be harder to simulate NN model).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 13:57:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Understand-neural-network-output-in-EMiner/m-p/305369#M4551</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2016-10-18T13:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Understand neural network output in EMiner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Understand-neural-network-output-in-EMiner/m-p/305397#M4552</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can view the predicted target values by clicking on Exported Data from the properties panel (shown below), then "Browse...". &amp;nbsp;The predicted values will be in a column named P_&lt;EM&gt;target&amp;nbsp;&lt;/EM&gt;where&amp;nbsp;&lt;EM&gt;target&amp;nbsp;&lt;/EM&gt;is the name of your target variable. &amp;nbsp;It also might be helpful to&amp;nbsp;view the score code from the Results of the Neural Network node (under View&amp;gt;Scoring&amp;gt;SAS Code) to see the calculations for&amp;nbsp;the hidden units and output units that are used to calculate &lt;SPAN&gt;P_&lt;/SPAN&gt;&lt;EM&gt;target&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/5356i9992EA4A2CE43EF9/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="ExportedData.PNG" title="ExportedData.PNG" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To help you understand what inputs are important in your neural network, see this post:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Data-Mining/Interpreting-Neural-Network/m-p/250372/highlight/true#M3705" target="_self"&gt;https://communities.sas.com/t5/SAS-Data-Mining/Interpreting-Neural-Network/m-p/250372/highlight/true#M3705&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 14:38:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Understand-neural-network-output-in-EMiner/m-p/305397#M4552</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2016-10-18T14:38:48Z</dc:date>
    </item>
  </channel>
</rss>

