# stock_predict_with_LSTM **Repository Path**: jsyzc/stock_predict_with_LSTM ## Basic Information - **Project Name**: stock_predict_with_LSTM - **Description**: Predict stock with LSTM supporting pytorch, keras and tensorflow - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2020-05-04 - **Last Updated**: 2024-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Predict stock with LSTM This project includes training and predicting processes with LSTM for stock data. The characteristics is as fellow: - Concise and modular - Support three mainstream deep learning frameworks of pytorch, keras and tensorflow - Parameters, models and frameworks can be highly customized and modified - Supports incremental training - Support predicting multiple indicators at the same time - Support predicting any number of days in the future Chinese introduction can refer to : The simultaneous predict results for stock high and low price with pytorch show as follow: ![predict_high_with_pytorch](https://github.com/hichenway/stock_predict_with_LSTM/blob/master/figure/predict_high_with_pytorch.png) ![predict_low_with_pytorch](https://github.com/hichenway/stock_predict_with_LSTM/blob/master/figure/predict_low_with_pytorch.png)