Deep Learning for Event-Driven Stock Prediction
Abstract
We propose a deep learning method for event-driven stock market prediction. First, events are extracted from news text, and represented as dense vectors, trained using a novel neural tensor network. Second, a deep convolutional neural network is used to model both short-term and long-term influences of events on stock price movements. Experimental results show that our model can achieve nearly 6% improvements on S&P 500 index prediction and individual stock prediction, respectively, compared to state-of-the-art baseline methods. In addition, market simulation results show that our system is more capable of making profits than previously reported systems trained on S&P 500 stock historical data.
Cite
Text
Ding et al. "Deep Learning for Event-Driven Stock Prediction." International Joint Conference on Artificial Intelligence, 2015.Markdown
[Ding et al. "Deep Learning for Event-Driven Stock Prediction." International Joint Conference on Artificial Intelligence, 2015.](https://mlanthology.org/ijcai/2015/ding2015ijcai-deep-a/)BibTeX
@inproceedings{ding2015ijcai-deep-a,
title = {{Deep Learning for Event-Driven Stock Prediction}},
author = {Ding, Xiao and Zhang, Yue and Liu, Ting and Duan, Junwen},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2015},
pages = {2327-2333},
url = {https://mlanthology.org/ijcai/2015/ding2015ijcai-deep-a/}
}