xiaoluchaotian / stock_simple_mlp_algorithm
一个简单的股票预测算法,利用过去5天的涨幅,以及十余项市值因子和财务因子进行训练学习。训练数据被放在本地的mysql数据库中。
☆27Updated 7 years ago
Alternatives and similar repositories for stock_simple_mlp_algorithm:
Users that are interested in stock_simple_mlp_algorithm are comparing it to the libraries listed below
- 针对沪深300指数的历史交易数据,通过机器学习的方法,预测股票的价格(涨跌概率),并借此来形成相应的交易策略。☆30Updated 5 years ago
- 这个是金融数据分析的功能库,专门为股票历史行情回测、量化分析编写。☆17Updated 7 years ago
- 基于一个马尔可夫链的股票预测模型☆14Updated 4 years ago
- 获取股票历史数据,并实现快速绘图。计算买入和卖出过程中的收益,并标记出涨跌转折点。最后,使用机器学习方法对数据进行建模,并给出股票未来走势的预测结果。☆18Updated 5 years ago
- python量化分析股票的投资组合☆19Updated 7 years ago
- 机器学习(股票),基于机器学习算法支持向量机SVM的交易策略☆38Updated 7 years ago
- 基于adaboost的SVM预测股票价格☆11Updated 7 years ago
- 量化交易股票预测系统☆40Updated 6 years ago
- 一个利用中国股票市场日线级别数据分析的模型,历史数据来源tushare,sina,目前采用的模型算法是SVM,后续还会采用其他的算法来对比☆39Updated 6 years ago
- cnn,随机森林,四种股票走势图分类☆12Updated 6 years ago
- 虚拟股票预测,主要任务为通过挖掘虚拟股票大规模历史数据的内在规律,实现对虚拟股票未来趋势的预测。☆9Updated 7 years ago
- 股票历史数据采集,存储到csv,MySQL,画K线图和成交量图,根据策略预测涨跌,选股☆61Updated 7 years ago
- 对于一个板块内的股票使用Kmeans聚类剔除垃圾股,利用遗传算法分析上市公司的财务指标,从基本面的角度得出合理的股票选择模型,帮助投资者在某个板块内确定出选择高收益股票的标准,策略样本外回测计效见backtest.png文件。☆68Updated 3 years ago
- 爬取新浪财经网http://finance.sina.com.cn/stock/,各股票公司每日公告(爬取股票分析所需语料)☆28Updated 7 years ago
- generate beautiful abstract random images☆15Updated last year
- 與情预测股票☆11Updated 4 years ago
- 预测股票☆19Updated 8 years ago
- 算法根据单个板块或单只股票的历史数据判断板块指数或个股次日收盘价信息,得到相应的调仓对策。可回归(预测具体价格)可分类(预测涨跌)。 长短期记忆模型(LSTM)是循环神经网络(RNN)的一种,每个输入样本都是一个序列(如某板块20天的四价一量)用这个序列预测结果。它认为某些…☆62Updated 5 years ago
- 行业轮动(股票),基于沪深300的行业指数的行业轮动策略☆15Updated 7 years ago
- Use Deep Learning try to predict stock price. 使用深度学习的股票预测☆27Updated 4 years ago
- 基于LSTM的股票价格预测☆63Updated 6 years ago
- DBN股票预测的,改的程序,加了训练方法和tensorboard可视化等☆27Updated 6 months ago
- 量化交易经典策略:alpha对冲(股票+期货) ,利用股指期货进行对冲的股票策略☆25Updated 7 years ago
- 基于机器学习算法的A股股票走势预测☆28Updated 5 years ago
- scrapy+Fiddler+celery+ redis +mysql实现分布式定时启动并异步快速动态爬取股票数据功能☆56Updated 2 years ago
- 股价预测程序,尝试各种模型。☆34Updated 3 years ago
- Tensorflow实例:利用LSTM预测股票☆30Updated 6 years ago
- 自建的模拟服务器:主要用于后台运行股票预测模型,目前主要实现当客户端发送请求时将股票模型运行的结果返回给APP端(即预测第二天股票的开高低收的涨跌趋势并返回给客户端和自动判断股票买卖时机的功能)☆9Updated 6 years ago
- 股票预测,Pytorch,LSTM。☆16Updated 4 years ago