<?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: Why is lift for neural network that stable in SAS Viya demo? in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Why-is-lift-for-neural-network-that-stable-in-SAS-Viya-demo/m-p/334080#M5145</link>
    <description>&lt;P&gt;Thanks a lot for the fast and clear answer. I also posted my quesion on Stack Overflow. Is it OK if I post your answer there as well? /Mats&lt;/P&gt;</description>
    <pubDate>Sat, 18 Feb 2017 15:39:23 GMT</pubDate>
    <dc:creator>Mats</dc:creator>
    <dc:date>2017-02-18T15:39:23Z</dc:date>
    <item>
      <title>Why is lift for neural network that stable in SAS Viya demo?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Why-is-lift-for-neural-network-that-stable-in-SAS-Viya-demo/m-p/333331#M5142</link>
      <description>&lt;P&gt;I'm looking at the SAS Viya machine learing demo. It races some machine Learning algorithms against each other on a given dataset. All models produce almost equally good "lift" as shown in lift diagrams in the output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you tweak the Learning to perform on a smaller subset of the data; only 0.002% of the total data set (proc partition data=&amp;amp;casdata partition samppct=0.002;), most algorithms get into problems producing lift.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the neural network is still performing very well. Feature or bug? I could imagine that the script does not re-initilize the network, but it is hard to guess from the calls alone.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 10:45:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Why-is-lift-for-neural-network-that-stable-in-SAS-Viya-demo/m-p/333331#M5142</guid>
      <dc:creator>Mats</dc:creator>
      <dc:date>2017-02-16T10:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Why is lift for neural network that stable in SAS Viya demo?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Why-is-lift-for-neural-network-that-stable-in-SAS-Viya-demo/m-p/333912#M5143</link>
      <description>&lt;P&gt;Mats - the short answer without running some studies of my own is that neural networks are highly adaptive and can&amp;nbsp;train very accurate models with far fewer observations than many other techniques. &amp;nbsp;The tree-based models are going to be quite unstable with very few observations. &amp;nbsp;In this case you sampled all the way down to around 20 observations...even that might be sufficient for a neural network if the space it not overly nonlinear.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for your last comment - it seems you are referring to what is known as warm start, where a previously trained model can be used as a starting point and refined by providing new observations. &amp;nbsp;That is NOT what is happening here, as that capability is only coming available in our upcoming release which is just over a month away.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for trying out the software and experimenting...please continue to provide feedback and ask questions over this forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Brett&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 19:56:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Why-is-lift-for-neural-network-that-stable-in-SAS-Viya-demo/m-p/333912#M5143</guid>
      <dc:creator>BrettWujek</dc:creator>
      <dc:date>2017-02-17T19:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why is lift for neural network that stable in SAS Viya demo?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Why-is-lift-for-neural-network-that-stable-in-SAS-Viya-demo/m-p/333949#M5144</link>
      <description>&lt;P&gt;Mats, PROC NNET initializes weight random, if you specify a seed in the train statement, the initial weights are repeatable. NNET training is powered by a sophiscated nonlinear optimization solver, if the log shows "converged" status, it means the model is fit very well.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 20:56:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Why-is-lift-for-neural-network-that-stable-in-SAS-Viya-demo/m-p/333949#M5144</guid>
      <dc:creator>Xinmin</dc:creator>
      <dc:date>2017-02-17T20:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why is lift for neural network that stable in SAS Viya demo?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Why-is-lift-for-neural-network-that-stable-in-SAS-Viya-demo/m-p/334080#M5145</link>
      <description>&lt;P&gt;Thanks a lot for the fast and clear answer. I also posted my quesion on Stack Overflow. Is it OK if I post your answer there as well? /Mats&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2017 15:39:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Why-is-lift-for-neural-network-that-stable-in-SAS-Viya-demo/m-p/334080#M5145</guid>
      <dc:creator>Mats</dc:creator>
      <dc:date>2017-02-18T15:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why is lift for neural network that stable in SAS Viya demo?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Why-is-lift-for-neural-network-that-stable-in-SAS-Viya-demo/m-p/334334#M5146</link>
      <description>Thanks a lot for the fast and clear answer! I also posted my quesion on Stack Overflow. Is it OK if I post your answer there as well!? /Mats</description>
      <pubDate>Mon, 20 Feb 2017 13:55:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Why-is-lift-for-neural-network-that-stable-in-SAS-Viya-demo/m-p/334334#M5146</guid>
      <dc:creator>Mats</dc:creator>
      <dc:date>2017-02-20T13:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why is lift for neural network that stable in SAS Viya demo?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Why-is-lift-for-neural-network-that-stable-in-SAS-Viya-demo/m-p/334338#M5147</link>
      <description>&lt;P&gt;Hi Mats - Certainly feel free to post my answer on Stack Overflow. &amp;nbsp;If you don't mind, would you provide the link to that posting here so that people can jump over and see what others might have to say. &amp;nbsp;Cross-posting is always good :-).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 14:00:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Why-is-lift-for-neural-network-that-stable-in-SAS-Viya-demo/m-p/334338#M5147</guid>
      <dc:creator>BrettWujek</dc:creator>
      <dc:date>2017-02-20T14:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why is lift for neural network that stable in SAS Viya demo?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Why-is-lift-for-neural-network-that-stable-in-SAS-Viya-demo/m-p/334341#M5148</link>
      <description>&lt;P&gt;Thanks again, here is my &lt;A href="http://stackoverflow.com/questions/42271142/why-is-lift-for-neural-network-that-stable-in-sas-viya-demo" target="_self"&gt;cross-posting over att Stack Overflow&lt;/A&gt;!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 14:09:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Why-is-lift-for-neural-network-that-stable-in-SAS-Viya-demo/m-p/334341#M5148</guid>
      <dc:creator>Mats</dc:creator>
      <dc:date>2017-02-20T14:09:49Z</dc:date>
    </item>
  </channel>
</rss>

