<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: 3129 Abhinav Kumar</title>
    <description>The latest articles on DEV Community by 3129 Abhinav Kumar (@abhinavkumar).</description>
    <link>https://dev.to/abhinavkumar</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1547884%2F41c0d9e7-b7c1-4cd7-8851-33262e00baef.png</url>
      <title>DEV Community: 3129 Abhinav Kumar</title>
      <link>https://dev.to/abhinavkumar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abhinavkumar"/>
    <language>en</language>
    <item>
      <title>why ReLU activation is preffered over sigmoid activation in hidden layers?</title>
      <dc:creator>3129 Abhinav Kumar</dc:creator>
      <pubDate>Sun, 09 Jun 2024 17:46:32 +0000</pubDate>
      <link>https://dev.to/abhinavkumar/why-relu-activation-is-preffered-over-sigmoid-activation-in-hidden-layers-3038</link>
      <guid>https://dev.to/abhinavkumar/why-relu-activation-is-preffered-over-sigmoid-activation-in-hidden-layers-3038</guid>
      <description></description>
      <category>machinelearning</category>
      <category>deeplearning</category>
    </item>
    <item>
      <title>Doubt with the defer in GOLang</title>
      <dc:creator>3129 Abhinav Kumar</dc:creator>
      <pubDate>Thu, 30 May 2024 09:45:33 +0000</pubDate>
      <link>https://dev.to/abhinavkumar/doubt-with-the-defer-in-golang-4o2f</link>
      <guid>https://dev.to/abhinavkumar/doubt-with-the-defer-in-golang-4o2f</guid>
      <description>&lt;p&gt;package main&lt;br&gt;
import "fmt"&lt;/p&gt;

&lt;p&gt;func main(){&lt;br&gt;
    x:=1;&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;if x==1{
    fmt.Print("Hello  ");
    return 
}
defer fmt.Print("Bye");
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;}&lt;br&gt;
Why the output of the program is not Hello Bye. As defer statement should be executed after returning it.Please Explain?&lt;/p&gt;

</description>
      <category>go</category>
      <category>help</category>
    </item>
  </channel>
</rss>
