/using-LSTM-to-financial-prediction-tensorflow

基于TensorFlow实现LSTM对未来股价预测

Primary LanguagePython

financial-prediction-with-LSTM

主题:使用Long Short Term Memory (LSTM)长短期记忆神经网络去预测金融市场股票价格
细节:过去20天的历史数据(开盘价,收盘价,最高价,最低价,交易量)进行回归预测
1、stock_data.csv为股票历史交易数据
2、lstm.py搭建LSTM网络预测
lstm中接触注释可以查看模型预测的股价