python279 / stock-predictLinks
预测A股所有股票涨跌
☆120Updated 4 years ago
Alternatives and similar repositories for stock-predict
Users that are interested in stock-predict are comparing it to the libraries listed below
Sorting:
- 基于LSTM的股票数据分析,数据来源于Tushare☆218Updated 6 years ago
- 采集股票数据,利用统计和计算来选股☆186Updated 4 months ago
- 该项目用于对沪深300股票的预测,包括股票下载,数据清洗,LSTM 模型的训练,测试,以及实时预测☆388Updated 3 years ago
- 基于LSTM的股票价格预测☆64Updated 6 years ago
- 基于机器学习的股票投资算法,使用到了Auto-ARIMA、LSTM、SVM、Prophet、朴素贝叶斯、移动平均算法等多个算法,从信息收集、算法分析、回测等多个方面进行分析,从消息面、基本面、技术面三种分析方法进行分析。☆97Updated 5 years ago
- 股票历史数据采集,存储到csv,MySQL,画K线图和成交量图,根据策略预测涨跌,选股☆61Updated 7 years ago
- 基于Web的股票预测系统☆421Updated 2 years ago
- 针对沪深300指数的历史交易数据,通过机器学习的方法,预测股票的价格(涨跌概率),并借此来形成相应的交易策略。