<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Backpropagation-Through-Time on Aayush Bajaj's Augmenting Infrastructure</title><link>https://abaj.ai/tags/backpropagation-through-time/</link><description>Recent content in Backpropagation-Through-Time on Aayush Bajaj's Augmenting Infrastructure</description><generator>Hugo</generator><language>en</language><copyright>© 2026 Aayush Bajaj</copyright><lastBuildDate>Thu, 09 Jul 2026 21:02:28 +1000</lastBuildDate><atom:link href="https://abaj.ai/tags/backpropagation-through-time/index.xml" rel="self" type="application/rss+xml"/><item><title>Recurrent Neural Networks (RNNs)</title><link>https://abaj.ai/wiki/ml/dl/rnn/</link><pubDate>Thu, 09 Jul 2026 21:02:56 +1000</pubDate><guid>https://abaj.ai/wiki/ml/dl/rnn/</guid><description>&lt;p>feedforward networks eat fixed-size vectors. sequences — text, audio, sensor streams — have no fixed size, and worse, their &lt;em>order&lt;/em> carries the meaning. the recurrent neural network solves both problems with one idea: maintain a hidden state that is updated by the same function at every time step.&lt;span class="margin-note" data-note="one function, applied forever: an rnn is a learned dynamical system, and every pathology of dynamical systems — fixed points, chaos, sensitive dependence — shows up in training">
 &lt;span class="margin-note-indicator">𐃏&lt;/span>
&lt;/span>

parameter count stops depending on sequence length, and the state becomes a lossy summary of everything seen so far (Goodfellow, Ian, 2016).&lt;/p></description></item></channel></rss>