TongzheZhang / CodeOfThesis
利用情感语义分析和张量数据结构预测股价
☆47Updated 7 years ago
Alternatives and similar repositories for CodeOfThesis:
Users that are interested in CodeOfThesis are comparing it to the libraries listed below
- 股票趋势预测☆33Updated 5 years ago
- 基于LSTM的股票价格预测☆62Updated 6 years ago
- 基于BP神经网络的高频金融时间序列分析 (毕设)☆46Updated 6 years ago
- 基于机器学习的股票投资算法,使用到了Auto-ARIMA、LSTM、SVM、Prophet、朴素贝叶斯、移动平均算法等多个算法,从信息收集、算法分析、回测等多个方面进行分析,从消息面、基本面、技术面三种分析方法进行分析。☆95Updated 4 years ago
- 基于LSTM的股票数据分析,数据来源于Tushare☆209Updated 5 years ago
- 使用爬虫获取财经网站的评论、文章;通过tushare库获取股票价格数据;通过jieba库对文本进行词频分析☆90Updated 6 years ago
- 这是一个基于LSTM-RNN算法的线上金融股票价格走势预测的小项目,使用tensorflow框架实现。☆44Updated 6 years ago
- 爬取东方财富股吧沪深股票文章、评论及发言用户信息☆49Updated 6 years ago
- 量化交易股票预测系统☆40Updated 6 years ago
- Time Series Prediction, Stateful LSTM; 时间序列预测,洗发水销量/股票走势预测,有状态循环神经网络☆55Updated 7 years ago
- 股价预测程序,尝试各种模型。☆34Updated 3 years ago
- 对于一个板块内的股票使用Kmeans聚类剔除垃圾股,利用遗传算法分析上市公司的财务指标,从基本面的角度得出合理的股票选择模型,帮助投资者在某个板块内确定出选择高收益股票的标准,策略样本外回测计效见backtest.png文件。