mirror of
https://github.com/newnius/YAO-optimizer.git
synced 2025-12-13 08:26:43 +00:00
b9112b52c3d76ab0b8ebe21fc9cf03847b03ff15
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.11.1. - [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.11.1) --- 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%