EA-LSTM: Evolutionary attention-based LSTM for time series prediction
It is pytorch and keras implementations of EA-LSTM: Evolutionary Attention-based LSTM for Time Series Prediction.
$ python main.py --data pollution.csv
For keras implementation, I refer to author’s original code.