EvoSTS Forecasting: Evolutionary Sparse Time-Series Forecasting
Ethan Jacob Moyer, Alisha Isabelle Augustin, Satvik Tripathi, Ansh, Aashish Dholakia, Andy Nguyen, Isamu Mclean Isozaki, Daniel Schwartz and, Edward Kim

TL;DR
This paper introduces EvoSTS, a novel evolutionary algorithm that optimizes LSTM weights for time-series forecasting by minimizing reconstruction loss using sparse coding, demonstrating potential improvements over traditional methods.
Contribution
The paper presents the first use of sparse coding combined with evolutionary algorithms to optimize LSTM weights for time-series forecasting.
Findings
Improvements observed between first and last generation weights.
Sparse coding approach offers a new perspective for model weight optimization.
Some weights showed negligible improvements due to hyperparameter limitations.
Abstract
In this work, we highlight our novel evolutionary sparse time-series forecasting algorithm also known as EvoSTS. The algorithm attempts to evolutionary prioritize weights of Long Short-Term Memory (LSTM) Network that best minimize the reconstruction loss of a predicted signal using a learned sparse coded dictionary. In each generation of our evolutionary algorithm, a set number of children with the same initial weights are spawned. Each child undergoes a training step and adjusts their weights on the same data. Due to stochastic back-propagation, the set of children has a variety of weights with different levels of performance. The weights that best minimize the reconstruction loss with a given signal dictionary are passed to the next generation. The predictions from the best-performing weights of the first and last generation are compared. We found improvements while comparing the…
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
TopicsNeural Networks and Applications · Neural Networks and Reservoir Computing · Time Series Analysis and Forecasting
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
