<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>LSTM on Bdim</title>
    <link>/tags/lstm/</link>
    <description>Recent content in LSTM on Bdim</description>
    <generator>Hugo -- 0.164.0</generator>
    <language>en</language>
    <copyright>2021-CURRENT_YEAR Bdim</copyright>
    <lastBuildDate>Fri, 20 Sep 2024 00:01:11 +0800</lastBuildDate>
    <atom:link href="/tags/lstm/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Understanding RNNs and LSTMs: What&#39;s the Deal?</title>
      <link>/posts/understanding-rnns-and-lstms-whats-the-deal/</link>
      <pubDate>Fri, 20 Sep 2024 00:01:11 +0800</pubDate>
      <guid>/posts/understanding-rnns-and-lstms-whats-the-deal/</guid>
      <description>&lt;h2 id=&#34;what-are-they&#34;&gt;What Are They?&lt;/h2&gt;
&lt;h3 id=&#34;rnns-are-like-learners-with-short-term-memory--they-remember-recent-information-but-get-fuzzy-as-time-passes&#34;&gt;&lt;strong&gt;RNNs&lt;/strong&gt; are like learners with short-term memory – they remember recent information but get fuzzy as time passes.&lt;/h3&gt;
&lt;p&gt;Simply put, a &lt;strong&gt;Recurrent Neural Network (RNN)&lt;/strong&gt; is like a &amp;ldquo;learner&amp;rdquo; with memory. Imagine this learner reading an article, remembering the meaning of each word temporarily before moving on to the next. While traditional neural networks treat each input independently (like starting from scratch each time), RNNs &amp;ldquo;remember&amp;rdquo; previous information (earlier words) and pass this memory to the next step, creating context for the entire sentence.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
