<?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: How to calculate parameters for Generalized Additive Neural Network? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-parameters-for-Generalized-Additive-Neural/m-p/918758#M45608</link>
    <description>&lt;P&gt;Thanks for the explanation!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2024 04:12:32 GMT</pubDate>
    <dc:creator>xliu1</dc:creator>
    <dc:date>2024-03-04T04:12:32Z</dc:date>
    <item>
      <title>How to calculate parameters for Generalized Additive Neural Network?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-parameters-for-Generalized-Additive-Neural/m-p/918273#M45568</link>
      <description>&lt;P&gt;This is a sample question from the certification preparation for advanced predictive modeling:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Consider a Generalized Additive Neural Network (GANN) with 3 continuous inputs and 2 hidden nodes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for each input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How many parameters do you need to estimate when training the neural network?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A. 19&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B. 21&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C. 22&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;D. 25&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;correct_answer = "C"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I would like to know why the correct answer is C? Is there a formula that could be used to calculate the parameters estimated in GANN or can someone please draw a diagram to illustrate the correct answer? Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 17:14:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-parameters-for-Generalized-Additive-Neural/m-p/918273#M45568</guid>
      <dc:creator>xliu1</dc:creator>
      <dc:date>2024-02-28T17:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate parameters for Generalized Additive Neural Network?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-parameters-for-Generalized-Additive-Neural/m-p/918668#M45599</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;I think (!)&lt;/STRONG&gt;&lt;/EM&gt; it's like this :&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The basic architecture for a generalized additive neural network (GANN) has a separate MLP (multilayer perceptron) with a single hidden layer of h units for each input variable (h=2 in your example).&lt;/LI&gt;
&lt;LI&gt;Each individual univariate function has 3*h parameters (where h could vary across inputs).&lt;/LI&gt;
&lt;LI&gt;The individual output bias terms are absorbed into the overall bias&lt;/LI&gt;
&lt;LI&gt;An enhanced architecture includes an additional parameter for a direct connection (skip layer)&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;So, 3 continuous inputs with each of them having two hidden nodes (in one hidden layer) and a skip layer ... that makes:&lt;BR /&gt;&lt;STRONG&gt;3 * (3 * 2 + 1) + 1 = 22&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;First 3 due to 3 continuous inputs&lt;/LI&gt;
&lt;LI&gt;3 * 2 = 3 * h (see point 2 above)&lt;/LI&gt;
&lt;LI&gt;+ 1 between the brackets is for the direct connection (skip layer)&lt;/LI&gt;
&lt;LI&gt;the last + 1 (outside the brackets) is for the overall bias (see point 3 above)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 23:16:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-parameters-for-Generalized-Additive-Neural/m-p/918668#M45599</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2024-03-01T23:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate parameters for Generalized Additive Neural Network?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-parameters-for-Generalized-Additive-Neural/m-p/918758#M45608</link>
      <description>&lt;P&gt;Thanks for the explanation!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 04:12:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-parameters-for-Generalized-Additive-Neural/m-p/918758#M45608</guid>
      <dc:creator>xliu1</dc:creator>
      <dc:date>2024-03-04T04:12:32Z</dc:date>
    </item>
  </channel>
</rss>

