<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Gradient-Descent on Chandras Edu | AI, US Stocks, Courses &amp; Jobs India</title>
    <link>https://chandrashaker.in/tags/gradient-descent/</link>
    <description>Recent content in Gradient-Descent on Chandras Edu | AI, US Stocks, Courses &amp; Jobs India</description>
    <generator>Hugo</generator>
    <language>en-in</language>
    <copyright>© 2026 Chandra Shaker · [Privacy Policy](/privacy-policy/) · [Disclaimer](/disclaimer/) · [Contact](/contact/)</copyright>
    <lastBuildDate>Mon, 01 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://chandrashaker.in/tags/gradient-descent/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Perceptrons</title>
      <link>https://chandrashaker.in/courses/paiml/unit4/perceptrons/</link>
      <pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://chandrashaker.in/courses/paiml/unit4/perceptrons/</guid>
      <description>&lt;h2 id=&#34;unit-4-navigation&#34;&gt;Unit 4 Navigation&lt;/h2&gt;&#xA;&lt;p&gt;&lt;strong&gt;← &lt;a href=&#34;https://chandrashaker.in/courses/paiml/unit4/appropriate-problems/&#34;&gt;Appropriate Problems for NN Learning&lt;/a&gt;&lt;/strong&gt;&#xA; | &#xA;&lt;strong&gt;Next → &lt;a href=&#34;https://chandrashaker.in/courses/paiml/unit4/backpropagation/&#34;&gt;Multilayer Networks and Backpropagation&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;44-perceptrons&#34;&gt;4.4 Perceptrons&lt;/h2&gt;&#xA;&lt;h3 id=&#34;what-is-a-perceptron&#34;&gt;What Is a Perceptron?&lt;/h3&gt;&#xA;&lt;p&gt;A &lt;strong&gt;perceptron&lt;/strong&gt; is a single computational unit that takes a vector of real-valued inputs x₁, x₂, …, xₙ, computes their weighted sum, and outputs &lt;strong&gt;+1&lt;/strong&gt; if the sum exceeds a threshold, &lt;strong&gt;-1&lt;/strong&gt; otherwise.&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Output o(x₁, ..., xₙ):&#xA;  = +1   if   w₀ + w₁x₁ + w₂x₂ + ... + wₙxₙ  &amp;gt;  0&#xA;  = -1   otherwise&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Each wᵢ is a real-valued &lt;strong&gt;weight&lt;/strong&gt;. The quantity &lt;strong&gt;−w₀&lt;/strong&gt; is the &lt;strong&gt;threshold&lt;/strong&gt; that the weighted sum must exceed.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Multilayer Networks and Backpropagation Algorithm</title>
      <link>https://chandrashaker.in/courses/paiml/unit4/backpropagation/</link>
      <pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://chandrashaker.in/courses/paiml/unit4/backpropagation/</guid>
      <description>&lt;h2 id=&#34;unit-4-navigation&#34;&gt;Unit 4 Navigation&lt;/h2&gt;&#xA;&lt;p&gt;&lt;strong&gt;← &lt;a href=&#34;https://chandrashaker.in/courses/paiml/unit4/perceptrons/&#34;&gt;Perceptrons&lt;/a&gt;&lt;/strong&gt;&#xA; | &#xA;&lt;strong&gt;Next → &lt;a href=&#34;https://chandrashaker.in/courses/paiml/unit4/remarks-backpropagation/&#34;&gt;Remarks on Backpropagation&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;why-multilayer-networks&#34;&gt;Why Multilayer Networks?&lt;/h2&gt;&#xA;&lt;p&gt;The &lt;a href=&#34;https://chandrashaker.in/courses/paiml/unit4/perceptrons/&#34;&gt;perceptron&lt;/a&gt; can only represent &lt;strong&gt;linear decision surfaces&lt;/strong&gt;. Real-world problems like vowel recognition or face direction require &lt;strong&gt;nonlinear&lt;/strong&gt; boundaries.&lt;/p&gt;&#xA;&lt;p&gt;Multilayer networks trained with Backpropagation learn &lt;strong&gt;rich nonlinear decision surfaces&lt;/strong&gt; — curved, irregular boundaries that no single perceptron could produce.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;451-the-sigmoid-unit&#34;&gt;4.5.1 The Sigmoid Unit&lt;/h2&gt;&#xA;&lt;h3 id=&#34;the-problem-with-perceptrons-in-multilayer-networks&#34;&gt;The Problem with Perceptrons in Multilayer Networks&lt;/h3&gt;&#xA;&lt;p&gt;We need units that are:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Nonlinear&lt;/strong&gt; — to express complex functions&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Differentiable everywhere&lt;/strong&gt; — to apply gradient descent&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Perceptrons fail condition 2 (hard threshold is not differentiable at the boundary). Linear units fail condition 1 (stacking linear units still gives a linear function).&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
