From 3e58e8ac13b20b2f5c949a9c6a1c4f5f7cd18829 Mon Sep 17 00:00:00 2001 From: Newnius Date: Wed, 29 Apr 2020 18:35:22 +0800 Subject: [PATCH] add files --- .idea/misc.xml | 6 + .idea/modules.xml | 8 + .idea/vcs.xml | 6 + .idea/workspace.xml | 317 + README.md | 21 +- data/stock_data.csv | 6110 +++++++++++++++++ figure/continue_predict_high_with_pytorch.png | Bin 0 -> 45110 bytes figure/continue_predict_low_with_pytorch.png | Bin 0 -> 46060 bytes figure/predict_high_with_keras.png | Bin 0 -> 43653 bytes figure/predict_high_with_pytorch.png | Bin 0 -> 39864 bytes figure/predict_high_with_tensorflow.png | Bin 0 -> 46294 bytes figure/predict_low_with_keras.png | Bin 0 -> 44056 bytes figure/predict_low_with_pytorch.png | Bin 0 -> 40615 bytes figure/predict_low_with_tensorflow.png | Bin 0 -> 48041 bytes main.py | 193 + model/__init__.py | 0 model/model_keras.py | 35 + model/model_pytorch.py | 98 + model/model_tensorflow.py | 97 + requirements.txt | 9 + serve.py | 87 + test.py | 111 + yao-optimizer.iml | 9 + 23 files changed, 7106 insertions(+), 1 deletion(-) create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 data/stock_data.csv create mode 100644 figure/continue_predict_high_with_pytorch.png create mode 100644 figure/continue_predict_low_with_pytorch.png create mode 100644 figure/predict_high_with_keras.png create mode 100644 figure/predict_high_with_pytorch.png create mode 100644 figure/predict_high_with_tensorflow.png create mode 100644 figure/predict_low_with_keras.png create mode 100644 figure/predict_low_with_pytorch.png create mode 100644 figure/predict_low_with_tensorflow.png create mode 100644 main.py create mode 100644 model/__init__.py create mode 100644 model/model_keras.py create mode 100644 model/model_pytorch.py create mode 100644 model/model_tensorflow.py create mode 100644 requirements.txt create mode 100644 serve.py create mode 100644 test.py create mode 100644 yao-optimizer.iml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..5190492 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..5c207ec --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..b3af3a6 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,317 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + lstm + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + +