1
0
mirror of https://github.com/newnius/YAO-optimizer.git synced 2025-06-06 06:41:55 +00:00
Go to file
2020-04-29 18:35:22 +08:00
.idea add files 2020-04-29 18:35:22 +08:00
data add files 2020-04-29 18:35:22 +08:00
figure add files 2020-04-29 18:35:22 +08:00
model add files 2020-04-29 18:35:22 +08:00
main.py add files 2020-04-29 18:35:22 +08:00
README.md add files 2020-04-29 18:35:22 +08:00
requirements.txt add files 2020-04-29 18:35:22 +08:00
serve.py add files 2020-04-29 18:35:22 +08:00
test.py add files 2020-04-29 18:35:22 +08:00
yao-optimizer.iml add files 2020-04-29 18:35:22 +08:00

Predict stock with LSTM

This project includes training and predicting processes with LSTM for stock data. The characteristics is as fellow:

  • Concise and modular
  • Support three mainstream deep learning frameworks of pytorch, keras and tensorflow
  • Parameters, models and frameworks can be highly customized and modified
  • Supports incremental training
  • Support predicting multiple indicators at the same time
  • Support predicting any number of days in the future

Chinese introduction can refer to : https://blog.csdn.net/songyunli1111/article/details/78513811

The simultaneous predict results for stock high and low price with pytorch show as follow:

predict_high_with_pytorch

predict_low_with_pytorch