Stock Market Trend Prediction Using Recurrent Convolutional Neural Networks.

Bo Xu,Dongyu Zhang,Shaowu Zhang,HengChao Li,Hongfei Lin
DOI: https://doi.org/10.1007/978-3-319-99501-4_14
2018-01-01
Abstract:Short-term prediction of stock market trend has potential application for personal investment without high-frequency-trading infrastructure. Existing studies on stock market trend prediction have introduced machine learning methods with handcrafted features. However, manual labor spent on handcrafting features is expensive. To reduce manual labor, we propose a novel recurrent convolutional neural network for predicting stock market trend. Our network can automatically capture useful information from news on stock market without any handcrafted feature. In our network, we first introduce an entity embedding layer to automatically learn entity embedding using financial news. We then use a convolutional layer to extract key information affecting stock market trend, and use a long short-term memory neural network to learn context-dependent relations in financial news for stock market trend prediction. Experimental results show that our model can achieve significant improvement in terms of both overall prediction and individual stock predictions, compared with the state-of-the-art baseline methods.
What problem does this paper attempt to address?