mirror of
https://github.com/newnius/YAO-optimizer.git
synced 2025-12-15 09:06:43 +00:00
fd02530fe51a62f8e1f3697a8f52443fa3212f01
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.6.4. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v1.15.2...v2.6.4) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Feed
/feed?job=lstm&seq=1&value=3
train
/train?job=lstm
predict
/predict?job=lstm&seq=2
Make Data
cat data/stock_data.csv | awk -F',' '{print NR "," $5 }' > data/stock.csv
Ref
Python Keras + LSTM 进行单变量时间序列预测
How to Seed State for LSTMs for Time Series Forecasting in Python
Description
Languages
Python
97.9%
Shell
2.1%