<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Unit4 on Chandras Edu | AI, US Stocks, Courses &amp; Jobs India</title>
    <link>https://chandrashaker.in/tags/unit4/</link>
    <description>Recent content in Unit4 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/unit4/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Introduction to Artificial Neural Networks</title>
      <link>https://chandrashaker.in/courses/paiml/unit4/introduction/</link>
      <pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://chandrashaker.in/courses/paiml/unit4/introduction/</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/&#34;&gt;Unit 4 Overview&lt;/a&gt;&lt;/strong&gt;&#xA; | &#xA;&lt;strong&gt;Next → &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;&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;p&gt;Artificial Neural Networks (ANNs) provide a &lt;strong&gt;general, practical method for learning real-valued, discrete-valued, and vector-valued functions from examples&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;The Backpropagation algorithm — the cornerstone of ANN learning — uses gradient descent to tune network parameters to best fit a training set of input-output pairs.&lt;/p&gt;&#xA;&lt;h3 id=&#34;why-anns-matter&#34;&gt;Why ANNs Matter&lt;/h3&gt;&#xA;&lt;p&gt;ANN learning has been proven effective in:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Recognising handwritten characters (LeCun et al., 1989)&lt;/li&gt;&#xA;&lt;li&gt;Recognising spoken words (Lang et al., 1990)&lt;/li&gt;&#xA;&lt;li&gt;Recognising faces (Cottrell, 1990)&lt;/li&gt;&#xA;&lt;li&gt;Steering autonomous vehicles (Pomerleau, 1993)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;41-biological-motivation&#34;&gt;4.1 Biological Motivation&lt;/h2&gt;&#xA;&lt;p&gt;The study of ANNs was inspired by the observation that &lt;strong&gt;biological learning systems are built of densely interconnected neurons&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Appropriate Problems for Neural Network Learning</title>
      <link>https://chandrashaker.in/courses/paiml/unit4/appropriate-problems/</link>
      <pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://chandrashaker.in/courses/paiml/unit4/appropriate-problems/</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/introduction/&#34;&gt;Introduction to ANN&lt;/a&gt;&lt;/strong&gt;&#xA; | &#xA;&lt;strong&gt;Next → &lt;a href=&#34;https://chandrashaker.in/courses/paiml/unit4/perceptrons/&#34;&gt;Perceptrons&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;43-when-should-you-use-neural-networks&#34;&gt;4.3 When Should You Use Neural Networks?&lt;/h2&gt;&#xA;&lt;p&gt;The Backpropagation algorithm is the most commonly used ANN learning technique. It is appropriate for problems with the following six characteristics:&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h3 id=&#34;characteristic-1-instances-described-by-many-attribute-value-pairs&#34;&gt;Characteristic 1: Instances Described by Many Attribute-Value Pairs&lt;/h3&gt;&#xA;&lt;p&gt;The target function is defined over instances described by a &lt;strong&gt;vector of predefined features&lt;/strong&gt; — such as pixel values in an image.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Input attributes may be &lt;strong&gt;highly correlated&lt;/strong&gt; or &lt;strong&gt;independent&lt;/strong&gt; of one another&lt;/li&gt;&#xA;&lt;li&gt;Input values can be &lt;strong&gt;any real number&lt;/strong&gt; (not just binary or integer)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt; In ALVINN, each instance is described by 960 pixel intensity values.&lt;br&gt;&#xA;&lt;strong&gt;Counter-example:&lt;/strong&gt; Symbolic logic problems where inputs are categorical labels are less naturally suited (though ANNs can still be applied).&lt;/p&gt;</description>
    </item>
    <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>
    <item>
      <title>Remarks on the Backpropagation Algorithm</title>
      <link>https://chandrashaker.in/courses/paiml/unit4/remarks-backpropagation/</link>
      <pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://chandrashaker.in/courses/paiml/unit4/remarks-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/backpropagation/&#34;&gt;Multilayer Networks and Backpropagation&lt;/a&gt;&lt;/strong&gt;&#xA; | &#xA;&lt;strong&gt;Next → &lt;a href=&#34;https://chandrashaker.in/courses/paiml/unit4/face-recognition/&#34;&gt;An Example: Face Recognition&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;461-convergence-and-local-minima&#34;&gt;4.6.1 Convergence and Local Minima&lt;/h2&gt;&#xA;&lt;h3 id=&#34;the-local-minima-problem&#34;&gt;The Local Minima Problem&lt;/h3&gt;&#xA;&lt;p&gt;Unlike the linear unit — which has a single smooth bowl-shaped error surface — multilayer network error surfaces may have &lt;strong&gt;many local minima&lt;/strong&gt;. Backpropagation is therefore only guaranteed to converge to &lt;strong&gt;some local minimum&lt;/strong&gt;, not necessarily the global one.&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;    E(w)&#xA;     │         Local    Global&#xA;     │    Local Min     Min&#xA;     │    Max  ↓   \   /&#xA;     │   / \  / \  /\_/&#xA;     │  /   \/   \/&#xA;     └──────────────────── w&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Despite this, Backpropagation works well in practice. Local minima are less severe than expected for two reasons:&lt;/p&gt;</description>
    </item>
    <item>
      <title>An Example: Face Recognition Using Backpropagation</title>
      <link>https://chandrashaker.in/courses/paiml/unit4/face-recognition/</link>
      <pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://chandrashaker.in/courses/paiml/unit4/face-recognition/</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/remarks-backpropagation/&#34;&gt;Remarks on Backpropagation&lt;/a&gt;&lt;/strong&gt;&#xA; | &#xA;&lt;strong&gt;Next → &lt;a href=&#34;https://chandrashaker.in/courses/paiml/unit4/advanced-error-functions/&#34;&gt;Advanced Topics: Error Functions&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;47-face-recognition-with-backpropagation&#34;&gt;4.7 Face Recognition with Backpropagation&lt;/h2&gt;&#xA;&lt;p&gt;This section walks through applying Backpropagation to a real learning task — recognising which direction a person is facing from a camera image. It illustrates the &lt;strong&gt;design decisions&lt;/strong&gt; every ANN practitioner must make, and what the network actually learns internally.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;471-the-task&#34;&gt;4.7.1 The Task&lt;/h2&gt;&#xA;&lt;h3 id=&#34;dataset&#34;&gt;Dataset&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Property&lt;/th&gt;&#xA;          &lt;th&gt;Detail&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Total images&lt;/td&gt;&#xA;          &lt;td&gt;624 greyscale images&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Subjects&lt;/td&gt;&#xA;          &lt;td&gt;20 different people&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Images per person&lt;/td&gt;&#xA;          &lt;td&gt;~32&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Image resolution&lt;/td&gt;&#xA;          &lt;td&gt;120 × 128 pixels&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Pixel depth&lt;/td&gt;&#xA;          &lt;td&gt;Greyscale, 0–255&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;&lt;strong&gt;Variations within the dataset:&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Advanced Topics of ANN: Alternative Error Functions</title>
      <link>https://chandrashaker.in/courses/paiml/unit4/advanced-error-functions/</link>
      <pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://chandrashaker.in/courses/paiml/unit4/advanced-error-functions/</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/face-recognition/&#34;&gt;An Example: Face Recognition&lt;/a&gt;&lt;/strong&gt;&#xA; | &#xA;&lt;strong&gt;Next → &lt;a href=&#34;https://chandrashaker.in/courses/paiml/unit4/recurrent-networks/&#34;&gt;Recurrent Networks&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;why-modify-the-error-function&#34;&gt;Why Modify the Error Function?&lt;/h2&gt;&#xA;&lt;p&gt;Standard Backpropagation minimises:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;E(w) = (1/2) × Σ_d Σ_k  (t_kd − o_kd)²&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;This works for many cases. But we may also want to:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Reduce overfitting&lt;/strong&gt; by penalising large weights&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Enforce invariance&lt;/strong&gt; by matching how the output varies with inputs&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Output probabilities&lt;/strong&gt; rather than arbitrary real values&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Enforce symmetry&lt;/strong&gt; across equivalent inputs&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Each new objective leads to a &lt;strong&gt;different error function E&lt;/strong&gt;, and hence a &lt;strong&gt;different gradient descent update rule&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Recurrent Networks</title>
      <link>https://chandrashaker.in/courses/paiml/unit4/recurrent-networks/</link>
      <pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://chandrashaker.in/courses/paiml/unit4/recurrent-networks/</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/advanced-error-functions/&#34;&gt;Advanced Topics: Error Functions&lt;/a&gt;&lt;/strong&gt;&#xA; | &#xA;&lt;strong&gt;→ &lt;a href=&#34;https://chandrashaker.in/courses/paiml/unit5/&#34;&gt;Unit 5: Decision Trees &amp;amp; Reinforcement Learning&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;483-recurrent-networks&#34;&gt;4.8.3 Recurrent Networks&lt;/h2&gt;&#xA;&lt;h3 id=&#34;why-feedforward-networks-fall-short-for-time-series&#34;&gt;Why Feedforward Networks Fall Short for Time Series&lt;/h3&gt;&#xA;&lt;p&gt;All networks discussed so far are &lt;strong&gt;feedforward&lt;/strong&gt; — they map a fixed-size input to an output with &lt;strong&gt;no memory of previous inputs&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;For time series problems, this is a fundamental limitation.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt; Predict tomorrow&amp;rsquo;s stock market index y(t+1) from today&amp;rsquo;s economic indicators x(t).&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Feedforward network:   x(t)  →  [Network]  →  y(t+1)&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;This uses only x(t). But if y(t+1) also depends on x(t−1), x(t−2), etc., the feedforward network has no access to that history.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Unit 4: Artificial Neural Networks</title>
      <link>https://chandrashaker.in/courses/paiml/unit4/</link>
      <pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://chandrashaker.in/courses/paiml/unit4/</guid>
      <description>&lt;h2 id=&#34;unit-4-topics&#34;&gt;Unit 4 Topics&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;#&lt;/th&gt;&#xA;          &lt;th&gt;Topic&lt;/th&gt;&#xA;          &lt;th&gt;Description&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;4.1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://chandrashaker.in/courses/paiml/unit4/introduction/&#34;&gt;Introduction to Artificial Neural Networks&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Biological motivation, ANN representations, ALVINN example&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;4.2&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://chandrashaker.in/courses/paiml/unit4/appropriate-problems/&#34;&gt;Appropriate Problems for NN Learning&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;When to use ANNs — 6 key problem characteristics&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;4.3&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://chandrashaker.in/courses/paiml/unit4/perceptrons/&#34;&gt;Perceptrons&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Perceptron model, representational power, training rule, delta rule, gradient descent&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;4.4&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://chandrashaker.in/courses/paiml/unit4/backpropagation/&#34;&gt;Multilayer Networks and Backpropagation Algorithm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Sigmoid units, Backpropagation algorithm, momentum, derivation&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;4.5&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://chandrashaker.in/courses/paiml/unit4/remarks-backpropagation/&#34;&gt;Remarks on Backpropagation Algorithm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Convergence, local minima, representational power, hidden representations, overfitting&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;4.6&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://chandrashaker.in/courses/paiml/unit4/face-recognition/&#34;&gt;An Example: Face Recognition&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Full design walkthrough — input encoding, network structure, learned representations&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;4.7&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://chandrashaker.in/courses/paiml/unit4/advanced-error-functions/&#34;&gt;Advanced Topics of ANN — Error Functions&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Weight decay, derivative errors, cross-entropy, weight sharing, conjugate gradient&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;4.8&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://chandrashaker.in/courses/paiml/unit4/recurrent-networks/&#34;&gt;Recurrent Networks&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Time series, recurrent architecture, unfolding in time, dynamic network structure&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;&lt;strong&gt;Source:&lt;/strong&gt; Tom M. Mitchell, &lt;em&gt;Machine Learning&lt;/em&gt;, Chapter 4&lt;br&gt;&#xA;&lt;a href=&#34;https://www.cim.mcgill.ca/~jer/courses/ai/readings/MitchellCh4.pdf&#34;&gt;📄 Full Chapter PDF&lt;/a&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
