You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
EduCoderStudent0014 f362aae512
'描述'
2 years ago
..
core '描述' 2 years ago
data '描述' 2 years ago
pic '描述' 2 years ago
saved_models '描述' 2 years ago
README.md '描述' 2 years ago
__init__.py '描述' 2 years ago
config.json '描述' 2 years ago
run.py '描述' 2 years ago

README.md

LSTM Neural Network for Time Series Prediction

LSTM built using the Keras Python package to predict time series steps and sequences. Includes sine wave and stock market data.

Full article write-up for this code

Video on the workings and usage of LSTMs and run-through of this code

Requirements

Install requirements.txt file to make sure correct versions of libraries are being used.

  • Python 3.5.x
  • TensorFlow 1.10.0
  • Numpy 1.15.0
  • Keras 2.2.2
  • Matplotlib 2.2.2

Output for sine wave sequential prediction:

Output for sin wave sequential prediction

Output for stock market multi-dimensional multi-sequential predictions:

Output for stock market multiple sequential predictions