# PredictStockByDeep **Repository Path**: laizx/PredictStockByDeep ## Basic Information - **Project Name**: PredictStockByDeep - **Description**: 使用Keras Python包的LSTM来预测股票序列 - **Primary Language**: Python - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 4 - **Created**: 2020-01-13 - **Last Updated**: 2024-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LSTM Neural Network for Time Series Prediction 使用 LSTM 来预测股票收盘价。 ## Requirements 安装 requirements.txt 文件. * Python 3.5.x * TensorFlow 1.10.0 * Numpy 1.15.0 * Keras 2.2.2 * Matplotlib 2.2.2 ## 参考 https://github.com/jaungiers/LSTM-Neural-Network-for-Time-Series-Prediction