<?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: Regularization for Non linear regression in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Regularization-for-Non-linear-regression/m-p/379687#M5652</link>
    <description>&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;Can you point me to any tutorial that teaches the syntax and capabilties of these regression models and others?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For parametric linear models, I recommend the GLMSELECT and HPGENSELECT procedures. The HPGENSELECT procedure provides link functions which enable you to model a variety of response distributions, such as binary, binomial, Poisson, etc. The GLMSELECT procedure supports the EFFECT statement which enables you to use splines to model nonlinear relationships in the data. (A spline model&amp;nbsp;is not really parametric in the usual sense, so might be what you need when you say "nonlinear.") &amp;nbsp; Both procedures permit you to use regularization methods that shrink the coefficients of some variables to zero, thus resulting in a parsimonious model.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you want a PARAMETRIC but NONLINEAR&amp;nbsp;regression model, then PROC NLMIXED is the best option. &lt;A href="http://support.sas.com/kb/60/240.html" target="_self"&gt;This SAS Note shows how to set up a penalized likelihood function&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For reference, see the previous SAS Note, which includes many links to reference material. &amp;nbsp;Also see &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Tip-Top-five-reasons-for-using-penalized-regression-for-modeling/ta-p/223734" target="_self"&gt;the article about penalized regression by Funde&amp;nbsp;Gunes&lt;/A&gt;, which includes references at the end.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jul 2017 12:37:46 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2017-07-27T12:37:46Z</dc:date>
    <item>
      <title>Regularization for Non linear regression</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Regularization-for-Non-linear-regression/m-p/367314#M5476</link>
      <description>&lt;P&gt;How can I run a non linear regression with regularization?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 11:05:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Regularization-for-Non-linear-regression/m-p/367314#M5476</guid>
      <dc:creator>NiceToBeHere</dc:creator>
      <dc:date>2017-06-15T11:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Regularization for Non linear regression</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Regularization-for-Non-linear-regression/m-p/367349#M5477</link>
      <description>&lt;P&gt;PROC ADAPTATIVE&lt;/P&gt;
&lt;P&gt;PROC LOESS&lt;/P&gt;
&lt;P&gt;PROC GAML&lt;/P&gt;
&lt;P&gt;PROC GAM&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 13:18:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Regularization-for-Non-linear-regression/m-p/367349#M5477</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-06-15T13:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Regularization for Non linear regression</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Regularization-for-Non-linear-regression/m-p/367967#M5493</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks - I would like to clarify my question:&lt;/P&gt;&lt;P&gt;I would like to run a parametric model, it can be linear or non linear but I would like to ensure that the coefficients are positive and that they have small magnitutes.&lt;/P&gt;&lt;P&gt;If I understand correctly, the methods you have mentioned are non parametric.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2017 19:24:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Regularization-for-Non-linear-regression/m-p/367967#M5493</guid>
      <dc:creator>NiceToBeHere</dc:creator>
      <dc:date>2017-06-17T19:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Regularization for Non linear regression</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Regularization-for-Non-linear-regression/m-p/368028#M5495</link>
      <description>&lt;P&gt;OK. You might want check EFFECT statement.&lt;/P&gt;
&lt;P&gt;Here is a blog written by &amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt; . You could find more blog about non-linear regression in his blog.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/iml/2017/04/19/restricted-cubic-splines-sas.html" target="_blank"&gt;http://blogs.sas.com/content/iml/2017/04/19/restricted-cubic-splines-sas.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2017 03:16:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Regularization-for-Non-linear-regression/m-p/368028#M5495</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-06-18T03:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Regularization for Non linear regression</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Regularization-for-Non-linear-regression/m-p/379534#M5649</link>
      <description>&lt;P&gt;Thanks for the reply -&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you point me to any tutorial that teaches the syntax and capabilties of these regression models and others?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 19:55:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Regularization-for-Non-linear-regression/m-p/379534#M5649</guid>
      <dc:creator>NiceToBeHere</dc:creator>
      <dc:date>2017-07-26T19:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Regularization for Non linear regression</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Regularization-for-Non-linear-regression/m-p/379685#M5651</link>
      <description>&lt;P&gt;I would like to leave it to &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 12:21:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Regularization-for-Non-linear-regression/m-p/379685#M5651</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-07-27T12:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Regularization for Non linear regression</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Regularization-for-Non-linear-regression/m-p/379687#M5652</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;Can you point me to any tutorial that teaches the syntax and capabilties of these regression models and others?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For parametric linear models, I recommend the GLMSELECT and HPGENSELECT procedures. The HPGENSELECT procedure provides link functions which enable you to model a variety of response distributions, such as binary, binomial, Poisson, etc. The GLMSELECT procedure supports the EFFECT statement which enables you to use splines to model nonlinear relationships in the data. (A spline model&amp;nbsp;is not really parametric in the usual sense, so might be what you need when you say "nonlinear.") &amp;nbsp; Both procedures permit you to use regularization methods that shrink the coefficients of some variables to zero, thus resulting in a parsimonious model.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you want a PARAMETRIC but NONLINEAR&amp;nbsp;regression model, then PROC NLMIXED is the best option. &lt;A href="http://support.sas.com/kb/60/240.html" target="_self"&gt;This SAS Note shows how to set up a penalized likelihood function&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For reference, see the previous SAS Note, which includes many links to reference material. &amp;nbsp;Also see &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Tip-Top-five-reasons-for-using-penalized-regression-for-modeling/ta-p/223734" target="_self"&gt;the article about penalized regression by Funde&amp;nbsp;Gunes&lt;/A&gt;, which includes references at the end.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 12:37:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Regularization-for-Non-linear-regression/m-p/379687#M5652</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-07-27T12:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Regularization for Non linear regression</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Regularization-for-Non-linear-regression/m-p/379688#M5653</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;Can you point me to any tutorial that teaches the syntax and capabilties of these regression models and others?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For parametric linear models, I recommend the GLMSELECT and HPGENSELECT procedures. The HPGENSELECT procedure provides link functions which enable you to model a variety of response distributions, such as binary, binomial, Poisson, etc. The GLMSELECT procedure supports the EFFECT statement which enables you to use splines to model nonlinear relationships in the data. (A spline model&amp;nbsp;is not really parametric in the usual sense, so might be what you need when you say "nonlinear.") &amp;nbsp; Both procedures permit you to use regularization methods that shrink the coefficients of some variables to zero, thus resulting in a parsimonious model.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you want a PARAMETRIC but NONLINEAR&amp;nbsp;regression model, then PROC NLMIXED is the best option. &lt;A href="http://support.sas.com/kb/60/240.html" target="_self"&gt;This SAS Note shows how to set up a penalized likelihood function&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For reference, see the previous SAS Note, which includes many links to reference material. &amp;nbsp;Also see &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Tip-Top-five-reasons-for-using-penalized-regression-for-modeling/ta-p/223734" target="_self"&gt;the article about penalized regression by Funde&amp;nbsp;Gunes&lt;/A&gt;, which includes references at the end.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 12:37:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Regularization-for-Non-linear-regression/m-p/379688#M5653</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-07-27T12:37:46Z</dc:date>
    </item>
  </channel>
</rss>

