<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Delta-Rule on Chandras Edu | AI, US Stocks, Courses &amp; Jobs India</title>
    <link>https://chandrashaker.in/tags/delta-rule/</link>
    <description>Recent content in Delta-Rule 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/delta-rule/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>
  </channel>
</rss>
