成为VIP会员查看完整内容
VIP会员码认证
首页
主题
发现
会员
服务
注册
·
登录
长短期记忆
关注
140
长短期记忆(LSTM)是一种用于深度学习领域的人工递归神经网络(RNN)架构。与标准前馈神经网络不同,LSTM具有反馈连接。它不仅可以处理单个数据点(例如图像),而且可以处理整个数据序列(例如语音或视频)。例如,LSTM适用于诸如未分段的连接手写识别,语音识别和网络流量或IDS(入侵检测系统)中的异常检测之类的任务。常见的LSTM单元由单元,输入门,输出门和忘记门组成。单元会记住任意时间间隔内的值,并且三个门控制着进出单元的信息流。LSTM网络非常适合基于时间序列数据进行分类,处理和做出预测,因为时间序列中重要事件之间可能存在未知持续时间的滞后。开发LSTM是为了解决训练传统RNN时可能遇到的梯度消失问题。与缝隙长度相对不敏感是LSTM在众多应用中优于RNN,隐马尔可夫模型和其他序列学习方法的优势。
综合
百科
VIP
热门
动态
论文
精华
The Interpretability of LSTM Models for Predicting Oil Company Stocks: Impact of Correlated Features
Arxiv
0+阅读 · 2023年12月20日
Optimum Output Long Short-Term Memory Cell for High-Frequency Trading Forecasting
Arxiv
0+阅读 · 2023年4月20日
Deep Learning for Multi-User Proactive Beam Handoff: A 6G Application
Arxiv
0+阅读 · 2023年4月18日
REDf: A Renewable Energy Demand Forecasting Model for Smart Grids using Long Short Term Memory Network
Arxiv
1+阅读 · 2023年4月8日
GraphTune: A Learning-based Graph Generative Model with Tunable Structural Features
Arxiv
0+阅读 · 2023年4月5日
Quantum Circuit Fidelity Improvement with Long Short-Term Memory Networks
Arxiv
0+阅读 · 2023年3月30日
Prediction of Time and Distance of Trips Using Explainable Attention-based LSTMs
Arxiv
0+阅读 · 2023年3月27日
Spatiotemporal forecasting of vertical track alignment with exogenous factors
Arxiv
0+阅读 · 2023年2月23日
The Impact of Twitter Sentiments on Stock Market Trends
Arxiv
0+阅读 · 2023年2月14日
Demand Forecasting for Platelet Usage: from Univariate Time Series to Multivariate Models
Arxiv
0+阅读 · 2022年12月23日
Detecting Algorithmically Generated Domains Using a GCNN-LSTM Hybrid Neural Network
Arxiv
0+阅读 · 2022年8月6日
ARMAS: Active Reconstruction of Missing Audio Segments
Arxiv
0+阅读 · 2022年7月13日
Model-assisted deep learning of rare extreme events from partial observations
Arxiv
0+阅读 · 2022年3月22日
Analyzing EEG Data with Machine and Deep Learning: A Benchmark
Arxiv
0+阅读 · 2022年3月18日
Econometric Modeling of Intraday Electricity Market Price with Inadequate Historical Data
Arxiv
0+阅读 · 2022年3月11日
参考链接
父主题
机器学习
数据挖掘
提示
微信扫码
咨询专知VIP会员与技术项目合作
(加微信请备注: "专知")
微信扫码咨询专知VIP会员
Top