paper-with-me

홈 › Papers

Deep Learning with Long Short-Term Memory for Time Series Prediction

2018-10-24 · Yuxiu Hua, Zhifeng Zhao, Rongpeng Li, Xianfu Chen, Zhiming Liu, Honggang Zhang

Time series prediction can be generalized as a process that extracts useful information from historical records and then determines future values. Learning long-range dependencies that are embedded in time series is often an obstacle for most algorithms, whereas Long Short-Term Memory (LSTM) solutions, as a specific kind of scheme in deep learning, promise to effectively overcome the problem. In this article, we first give a brief introduction to the structure and forward propagation mechanism of the LSTM model. Then, aiming at reducing the considerable computing cost of LSTM, we put forward the Random Connectivity LSTM (RCLSTM) model and test it by predicting traffic and user mobility in telecommunication networks. Compared to LSTM, RCLSTM is formed via stochastic connectivity between neurons, which achieves a significant breakthrough in the architecture formation of neural networks. In this way, the RCLSTM model exhibits a certain level of sparsity, which leads to an appealing decrease in the computational complexity and makes the RCLSTM model become more applicable in latency-stringent application scenarios. In the field of telecommunication networks, the prediction of traffic series and mobility traces could directly benefit from this improvement as we further demonstrate that the prediction accuracy of RCLSTM is comparable to that of the conventional LSTM no matter how we change the number of training samples or the length of input sequences.

📄 PDF Abstract BibTeX arXiv:1810.10161

Code (0)

등록된 구현이 없습니다.

Tasks

Time SeriesTime Series AnalysisTime Series Prediction

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Forecasting The JSE Top 40 Using Long Short-Term Memory Networks

2021-04-20 · Adam Balusik, Jared de Magalhaes, Rendani Mbuvha

As a result of the greater availability of big data, as well as the decreasing costs and increasing power of modern computing, the use of artificial neural networks for financial time series forecasting is once again a m…

Time SeriesTime Series AnalysisTime Series Forecasting

LSTM Fully Convolutional Networks for Time Series Classification

2017-09-08 · Fazle Karim, Somshubra Majumdar, Houshang Darabi, Shun Chen

Fully convolutional neural networks (FCN) have been shown to achieve state-of-the-art performance on the task of classifying time series sequences. We propose the augmentation of fully convolutional networks with long sh…

General ClassificationOutlier DetectionTime SeriesTime Series Analysis+1

Time Series Forecasting with Stacked Long Short-Term Memory Networks

2020-11-02 · Frank Xiao

Long Short-Term Memory (LSTM) networks are often used to capture temporal dependency patterns. By stacking multi-layer LSTM networks, it can capture even more complex patterns. This paper explores the effectiveness of ap…

Time SeriesTime Series AnalysisTime Series ForecastingTime Series Prediction

Long Short Term Memory Networks for Anomaly Detection in Time Series

2015-04-22 · ESANN 2015 4 · Pankaj Malhotra, Lovekesh Vig, Gautam Shroff, Puneet Agarwal

Long Short Term Memory (LSTM) networks have been demonstrated to be particularly useful for learning sequences containing longer term patterns of unknown length, due to their ability to maintain long term memory. Stackin…

Anomaly DetectionFault DetectionTime SeriesTime Series Anomaly Detection

Confidence Interval Construction for Multivariate time series using Long Short Term Memory Network

2022-11-25 · Aryan Bhambu, Arabin Kumar Dey

In this paper we propose a novel procedure to construct a confidence interval for multivariate time series predictions using long short term memory network. The construction uses a few novel block bootstrap techniques. W…

Time SeriesTime Series Analysis