Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

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

About

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.

Yuxiu Hua, Zhifeng Zhao, Rongpeng Li, Xianfu Chen, Zhiming Liu, Honggang Zhang• 2018

Related benchmarks

TaskDatasetResultRank
Multivariate Time Series ClassificationUEA multivariate time-series archive (test)
Ethanol Concentration Score70.2
47
Time-series classificationPAMAP2--
40
Time-series classificationDREAMERV
Error Rate39.5
14
Time-series classificationTimeSen2Crop
Error Rate4.2
14
Time-series classificationTraffic
Error Rate30.6
14
Time-series classificationWhaleSounds
Error Rate26.1
14
Time-series classificationCornellWhaleChallenge
Error Rate14.7
14
Time-series classificationWISDM
Error Rate0.152
14
Time-series classificationFordChallenge
Error Rate10.4
14
Time-series classificationFruitFlies
Error Rate4.2
14
Showing 10 of 27 rows

Other info

Follow for update