Twabeeric / AAPLTextMining
The class project was to use text mining of Apple investment bank reports and company releases to document their impact on the stock price and volume
☆11Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for AAPLTextMining
- For Chinese comments, the Finbert model was used to conduct polarity analysis and predict stock price rise☆23Updated 3 years ago
- 金融财经类新闻文本主题事件提取☆50Updated last year
- 股票趋势预测☆33Updated 5 years ago
- 东方财富网股吧爬虫☆44Updated 6 years ago
- 基于机器学习的股票投资算法,使用到了Auto-ARIMA、LSTM、SVM、Prophet、朴素贝叶斯、移动平均算法等多个算法,从信息收集、算法分析、回测等多个方面进行分析,从消息面、基本面、技术面三种分析方法进行分析。☆92Updated 4 years ago
- 对于一个板块内的股票使用Kmeans聚类剔除垃圾股,利用遗传算法分析上市公司的财务指标,从基本面的角度得出合理的股票选择模型,帮助投资者在某个板块内确定出选择高收益股票的标准,策略样本外回测计效见backtest.png文件。☆65Updated 3 years ago
- 提取金融相关领域研究报告的主要结论(key idea)☆60Updated 6 years ago
- 📈 A neural network regression model trained to predict the mean stock price percentage change everyday using financial factors like pre…☆52Updated 6 years ago
- 凤凰金融量化投资大赛初赛打榜4冠军——代码分享☆24Updated 6 years ago
- 雪球网沪深全站股票评论爬虫☆102Updated 7 years ago
- 上市公司年报分析☆12Updated 5 years ago
- predict the price trend of individual stocks using deep learning and natural language processing☆74Updated 6 years ago
- 使用爬虫获取财经网站的评论、文章;通过tushare库获取股票价格数据;通过jieba库对文本进行词频分析☆87Updated 6 years ago
- 爬取东方财富的宏观研究的研报,基于LSTM进行情感分析,分类为正向、负向和中性三类☆108Updated 2 years ago
- 利用情感语义分析和张量数据结构预测股价☆46Updated 7 years ago
- Constructing Financial Sentimental Factors in Chinese Market Using Techniques of Natural Language Processing☆110Updated 4 years ago
- 对截止至2017年7月17日的债券违约事件进行梳理归因,并寻找宏观流动性影响因素,组成数据集。运用Lasso回归进行特征提取后,输入带L2惩罚项LR、SVM、NN、GBDT、RF等机器学习模型进行违约预测,得出GBDT预测效果最好以及特征工程对线性模型预测效果具有重要性的结…☆51Updated 5 years ago
- 通过将对上市公司招股说明书情绪分析的结果与常用财务指标、企业科研指标等结合,综合使用多种分类模型:传统LR、随机森林、XGB、LGB集成学习模型对新上市公司破发情况进行学习和预测,筛选重要特征,并由此来得到一个新股破发分类器。☆12Updated last year
- 文本(股吧评论)情感分析☆8Updated 5 years ago
- 爬取东方财富股吧沪深股票文章、评论及发言用户信息☆47Updated 6 years ago
- A stock market text sentiment analysis website. A股舆情分析, web-crawler, bayesian algorithm, SQL, django, data-visualization.☆39Updated 4 years ago
- a crawler for wallstreetcn,finance.sina by Scrapy-新浪财经,同花顺财经,华尔街见闻的爬虫☆27Updated 8 years ago
- 这是一个基于LSTM-RNN算法的线上金融股票价格走势预测的小项目,使用tensorflow框架实现。☆42Updated 6 years ago
- 【完整视频教程】东财股吧、新浪财经爬虫,情感分析并自动生成发送舆情分析报告☆40Updated last year
- A fintech knowledge graph project by SCUT 金融科技知识图谱☆21Updated 5 years ago
- 多因子打分选股☆12Updated 2 years ago
- 基于金融知识图谱和情感分析的股价预测模型☆17Updated 2 years ago
- 股价预测程序,尝试各种模型。☆33Updated 3 years ago
- This program focused on the core concepts and practice of quantitative investment (multi-factor combination analysis, technical analysis …