STLGMLMay 29, 2018

Neural networks for stock price prediction

arXiv:1805.11317v131 citations
Originality Synthesis-oriented
AI Analysis

This work provides an incremental comparison of existing neural network methods for stock price prediction, which is relevant for financial market participants and researchers seeking to improve forecasting accuracy.

The paper compared five neural network models for stock price prediction on three individual stocks, finding that the back propagation neural network consistently outperformed the others based on mean square error and average absolute percentage error metrics.

Due to the extremely volatile nature of financial markets, it is commonly accepted that stock price prediction is a task full of challenge. However in order to make profits or understand the essence of equity market, numerous market participants or researchers try to forecast stock price using various statistical, econometric or even neural network models. In this work, we survey and compare the predictive power of five neural network models, namely, back propagation (BP) neural network, radial basis function (RBF) neural network, general regression neural network (GRNN), support vector machine regression (SVMR), least squares support vector machine regresssion (LS-SVMR). We apply the five models to make price prediction of three individual stocks, namely, Bank of China, Vanke A and Kweichou Moutai. Adopting mean square error and average absolute percentage error as criteria, we find BP neural network consistently and robustly outperforms the other four models.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes