<?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 Identifying the number of hidden nodes in SAS Academy for Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Identifying-the-number-of-hidden-nodes/m-p/785652#M1099</link>
    <description>&lt;P&gt;Course: AI and Machine Learning Professional&lt;/P&gt;&lt;P&gt;Module: Natural Language and Computer Vision&lt;/P&gt;&lt;P&gt;Topic: Intro to Deep Learning&lt;/P&gt;&lt;P&gt;Time Point in the Video: 0:51&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this video, the presenter is building a CNN.&amp;nbsp; On line 23 of the demonstration code we have the following line:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; AddLayer / model = BatchDLL name = 'Batchlayer2' layer = {Batchnorm act = 'Tanh} srclayer = {'HLayer2}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How many nodes are in this hidden layer?&amp;nbsp; In the previous line of code within the demo, the user had to explicitly state the number of nodes.&amp;nbsp; In the code example contained within the message, there is no mention of the number of nodes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it is possible, may I get a picture of the network?&amp;nbsp; In the module for CNNs, the presenter prints out pictures of the CNN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bill Donaldson&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 12 Dec 2021 21:18:11 GMT</pubDate>
    <dc:creator>WWD</dc:creator>
    <dc:date>2021-12-12T21:18:11Z</dc:date>
    <item>
      <title>Identifying the number of hidden nodes</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Identifying-the-number-of-hidden-nodes/m-p/785652#M1099</link>
      <description>&lt;P&gt;Course: AI and Machine Learning Professional&lt;/P&gt;&lt;P&gt;Module: Natural Language and Computer Vision&lt;/P&gt;&lt;P&gt;Topic: Intro to Deep Learning&lt;/P&gt;&lt;P&gt;Time Point in the Video: 0:51&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this video, the presenter is building a CNN.&amp;nbsp; On line 23 of the demonstration code we have the following line:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; AddLayer / model = BatchDLL name = 'Batchlayer2' layer = {Batchnorm act = 'Tanh} srclayer = {'HLayer2}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How many nodes are in this hidden layer?&amp;nbsp; In the previous line of code within the demo, the user had to explicitly state the number of nodes.&amp;nbsp; In the code example contained within the message, there is no mention of the number of nodes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it is possible, may I get a picture of the network?&amp;nbsp; In the module for CNNs, the presenter prints out pictures of the CNN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bill Donaldson&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Dec 2021 21:18:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Identifying-the-number-of-hidden-nodes/m-p/785652#M1099</guid>
      <dc:creator>WWD</dc:creator>
      <dc:date>2021-12-12T21:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying the number of hidden nodes</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Identifying-the-number-of-hidden-nodes/m-p/793531#M1115</link>
      <description>&lt;P&gt;Hi Bill,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this layer we don't specify nodes because it is a batch normalization layer.&amp;nbsp;The layer that's being normalized is HLayer2, which has 20 hidden units, so we're taking the 20 hidden unit outputs and normalizing them prior to applying our non-linear activation function. We then take these 20 outputs and send them to the next HLayer which has 10 hidden units. I've attached an image below of the NN we end up building in this demo. What isn't explicitly shown is the batch normalization. You can think of that normalization occurring when we're connecting the lines from one hidden layer to the next.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jjcolon_0-1643642345466.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/68029i713C1B59C1A88B71/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jjcolon_0-1643642345466.png" alt="jjcolon_0-1643642345466.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jason&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 15:21:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Identifying-the-number-of-hidden-nodes/m-p/793531#M1115</guid>
      <dc:creator>JasonColon</dc:creator>
      <dc:date>2022-01-31T15:21:36Z</dc:date>
    </item>
  </channel>
</rss>

