<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>LSTM on Arshad Siddiqui</title><link>https://arshadhs.github.io/tags/lstm/</link><description>Recent content in LSTM on Arshad Siddiqui</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 19 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://arshadhs.github.io/tags/lstm/index.xml" rel="self" type="application/rss+xml"/><item><title>Deep Recurrent Neural Networks</title><link>https://arshadhs.github.io/docs/ai/deep-learning/075-recurrent-nn-deep/</link><pubDate>Sun, 19 Apr 2026 00:00:00 +0000</pubDate><guid>https://arshadhs.github.io/docs/ai/deep-learning/075-recurrent-nn-deep/</guid><description>&lt;h1 id="deep-recurrent-neural-networks">
 Deep Recurrent Neural Networks
 
 &lt;a class="anchor" href="#deep-recurrent-neural-networks">#&lt;/a>
 
&lt;/h1>
&lt;p>Vanilla RNNs introduce the hidden-state idea, but they struggle on longer and more complex sequences because gradients can vanish across time. Deep recurrent models extend the RNN idea in two important ways:&lt;/p>
&lt;ol>
&lt;li>&lt;strong>make the recurrent architecture richer&lt;/strong>, for example by stacking multiple recurrent layers or using information from both directions,&lt;/li>
&lt;li>&lt;strong>use gates and memory cells&lt;/strong> to control what should be remembered, forgotten, updated, and exposed.&lt;/li>
&lt;/ol>
&lt;p>This is why practical recurrent modelling usually moves from a simple RNN to &lt;strong>stacked RNNs, bidirectional RNNs, GRUs, or LSTMs&lt;/strong>.&lt;/p></description></item></channel></rss>