摘要: 1 !pip install tushare 2 import tushare as ts 3 import numpy as np 4 import tensorflow as tf 5 from tensorflow.keras.layers import Dropout, Dense, LST 阅读全文
posted @ 2020-05-13 22:54 WWBlog 阅读(430) 评论(0) 推荐(0) 编辑
摘要: 1 !pip install tushare 2 import tushare as ts 3 import matplotlib.pyplot as plt 4 5 df1 = ts.get_k_data('601318', ktype='D', start='2008-01-01', end=' 阅读全文
posted @ 2020-05-13 21:33 WWBlog 阅读(327) 评论(3) 推荐(0) 编辑
摘要: 1 import tensorflow as tf 2 import numpy as np 3 from tensorflow.keras.layers import Dense, SimpleRNN, Embedding 4 import matplotlib.pyplot as plt 5 i 阅读全文
posted @ 2020-05-13 00:03 WWBlog 阅读(513) 评论(0) 推荐(0) 编辑