Bob-AFei / Stock_Prediction
Use Deep Learning try to predict stock price. 使用深度学习的股票预测
☆27Updated 3 years ago
Alternatives and similar repositories for Stock_Prediction:
Users that are interested in Stock_Prediction are comparing it to the libraries listed below
- 💰 股票预测 / 量化交易比赛☆34Updated 4 years ago
- 基于LSTM的股票数据分析,数据来源于Tushare☆209Updated 5 years ago
- 一个简单的股票预测算法,利用过去5天的涨幅,以及十余项市值因子和财务因子进行训练学习。训练数据被放在本地的mysql数据库中。☆27Updated 6 years ago
- 基于机器学习算法的A股股票走势预测☆28Updated 5 years ago
- 一个利用中国股票市场日线级别数据分析的模型,历史数据来源tushare,sina,目前采用的模型算法是SVM,后续还会采用其他的算法来对比☆37Updated 6 years ago
- 基于LSTM的股票价格预测☆62Updated 6 years ago
- 这个是金融数据分析的功能库,专门为股票历史行情回测、量化分析编写。☆17Updated 7 years ago
- 基于机器学习的股票投资算法,使用到了Auto-ARIMA、LSTM、SVM、Prophet、朴素贝叶斯、移动平均算法等多个算法,从信息收集、算法分析、回测等多个方面进行分析,从消息面、基本面、技术面三种分析方法进行分析。☆95Updated 4 years ago
- 股票技术指标☆25Updated 5 years ago
- 算法根据单个板块或单只股票的历史数据判断板块指数或个股次日收盘价信息,得到相应的调仓对策。可回归(预测具体价格)可分类(预测涨跌)。 长短期记忆模型(LSTM)是循环神经网络(RNN)的一种,每个输入样本都是一个序列(如某板块20天的四价一量)用这个序列预测结果。它认为某些…☆61Updated 4 years ago
- (陆续更新)重新整理过的基于机器学习的股票价格预测算法,里面包含了基本的回测系统以及各种不同的机器学习算法的股票价格预测,包含:LSTM算法、Prophet算法、AutoARIMA、朴素贝叶斯、SVM等☆63Updated 4 years ago
- python量化分析股票的投资组合☆18Updated 7 years ago
- 基于机器学习方法构建多因子选股模型:RandomForest, GBDT, Adaboots, xgboost,MLP, Linear Model, LSTM☆187Updated 4 years ago
- 股票趋势预测☆33Updated 5 years ago
- 根据东财股吧爬虫数据进行自然语言分析,展示股市热度☆112Updated 5 years ago
- 自动化Tushare数据获取和MySQL储存☆60Updated 2 years ago
- 对于一个板块内的股票使用Kmeans聚类剔除垃圾股,利用遗传算法分析上市公司的财务指标,从基本面的角度得出合理的股票选择模型,帮助投资者在某个板块内确定出选择高收益股票的标准,策略样本外回测计效见backtest.png文件。☆66Updated 3 years ago
- 预测A股所有股票涨跌☆112Updated 4 years ago
- 针对沪深300指数的历史交易数据,通过机器学习的方法,预测股票的价格(涨跌概率),并借此来形成相应的交易策略。☆30Updated 5 years ago
- 多因子选股(股票) ,基于Fama三因子构成的多因子策略☆75Updated 6 years ago
- 股票历史数据采集,存储到csv,MySQL,画K线图和成交量图,根据策略预测涨跌,选股☆58Updated 6 years ago
- tensorflow stock python 使用python股票预测 (慢慢更新)☆24Updated 4 years ago
- 量化开发 多因子选股模型☆128Updated 6 years ago
- LSTM 实现的股票最高价预测☆132Updated 2 years ago
- 根据北向和主力资金的行为分析和预测后市股票的涨跌☆187Updated 3 years ago
- 股票开源回测框架,包含数据接口和回测框架☆35Updated 5 months ago
- 获取股票历史数据,并实现快速绘图。计算买入和卖出过程中的收益,并标记出涨跌转折点。最后,使用机器学习方法对数据进行建模,并给出股票未来走势的预测结果。☆18Updated 5 years ago
- 机器学习(股票),基于机器学习算法支持向量机SVM的交易策略☆39Updated 6 years ago
- [iewoai]量化投资学习,多因子、三因子、五因子、索罗斯投资策略☆55Updated 4 years ago
- Download data from tushare (https://tushare.pro), save it to mysql and retrieve it for use☆37Updated 5 years ago