<?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 Yang</title><link>/tags/lstm/</link><description>Recent content in LSTM on Yang</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><lastBuildDate>Sun, 26 Jul 2026 11:00:00 +0800</lastBuildDate><atom:link href="/tags/lstm/index.xml" rel="self" type="application/rss+xml"/><item><title>LSTM：长短期记忆网络</title><link>/research/lstm/</link><pubDate>Sun, 26 Jul 2026 11:00:00 +0800</pubDate><guid>/research/lstm/</guid><description>&lt;img src="/" alt="Featured image of post LSTM：长短期记忆网络" /&gt;&lt;h2 id="定义"&gt;&lt;a href="#%e5%ae%9a%e4%b9%89" class="header-anchor"&gt;&lt;/a&gt;定义
&lt;/h2&gt;&lt;p&gt;LSTM（Long Short-Term Memory，长短期记忆网络）是 RNN 的一种改进结构，用于缓解普通 RNN 难以保存长期信息以及梯度消失等问题。&lt;/p&gt;
&lt;h2 id="作用"&gt;&lt;a href="#%e4%bd%9c%e7%94%a8" class="header-anchor"&gt;&lt;/a&gt;作用
&lt;/h2&gt;&lt;p&gt;LSTM 通过门控机制选择性地&lt;strong&gt;保留重要信息、写入新信息并遗忘无关信息&lt;/strong&gt;，从而提高对序列数据中长期依赖关系的建模能力。&lt;/p&gt;</description></item></channel></rss>