Extreme-Long-short Term Memory for Time-series Prediction
Sida Xing, Feihu Han, Suiyang Khoo

TL;DR
This paper introduces an advanced LSTM model called E-LSTM, which incorporates an ELM-based gate to enhance training efficiency and accuracy in time-series prediction tasks.
Contribution
The paper proposes E-LSTM, a novel LSTM variant with an ELM-based gate that reduces training time while maintaining high accuracy.
Findings
E-LSTM achieves similar accuracy to traditional LSTM.
E-LSTM requires only 2 epochs on small datasets.
E-LSTM improves training efficiency in time-series prediction.
Abstract
The emergence of Long Short-Term Memory (LSTM) solves the problems of vanishing gradient and exploding gradient in traditional Recurrent Neural Networks (RNN). LSTM, as a new type of RNN, has been widely used in various fields, such as text prediction, Wind Speed Forecast, depression prediction by EEG signals, etc. The results show that improving the efficiency of LSTM can help to improve the efficiency in other application areas. In this paper, we proposed an advanced LSTM algorithm, the Extreme Long Short-Term Memory (E-LSTM), which adds the inverse matrix part of Extreme Learning Machine (ELM) as a new "gate" into the structure of LSTM. This "gate" preprocess a portion of the data and involves the processed data in the cell update of the LSTM to obtain more accurate data with fewer training rounds, thus reducing the overall training time. In this research, the E-LSTM model is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and ELM · Neural Networks and Applications · Brain Tumor Detection and Classification
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory · SPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
