An open API service indexing awesome lists of open source software.

https://github.com/shishimaru/predictstocks

Predict stocks with multivariate time series
https://github.com/shishimaru/predictstocks

gru lstm rnn stocks tensorflow wavenet

Last synced: 6 months ago
JSON representation

Predict stocks with multivariate time series

Awesome Lists containing this project

README

          

# PredictStocks


Open In Colab

株価データに日経平均を追加した多変量時系列データを使い、全てのタイムステップで次のn日分の株価を予測する

試した学習モデル
- ベースライン指標となる線形モデル
- LSTM
- GRU
- 1次元CNN
- WaveNet

![prediction sample 1](./predict-samples/sample1.png "Prediction Sample 1")

![prediction sample 2](./predict-samples/sample2.png "Prediction Sample 2")

![prediction sample 3](./predict-samples/sample3.png "Prediction Sample 3")