normal

Earnings Prediction with Deep Leaning

Authors: Lars Elend, Sebastian A. Tideman, Kerstin Lopatta, Oliver Kramer

In the financial sector, a reliable forecast the future financial performance of a company is of great importance for investors' investment decisions. In this paper we compare long-term short-term memory (LSTM) networks to temporal convolution network (TCNs) in the prediction of future earnings per share (EPS). The experimental analysis is based on quarterly financial reporting data and daily stock market returns. For a broad sample of US firms, we find that both LSTMs outperform the naive persistent model with up to 30.0% more accurate predictions, while TCNs achieve and an improvement of 30.8%. Both types of networks are at least as accurate as analysts and exceed them by up to 12.2% (LSTM) and 13.2% (TCN).

Motivation

Can we beat analysts with deep learning data based prediction?

Time Series Model

Time Series Prediction

Illustration of time series model for prediction of earnings of a company with quarterly reports qt at time step t. We seek a mapping ϕ from pattern x of earning data of the past to label y of the predicted earning for the future t=t+τ. The window size β describes the time span of considered past earnings.

Data Preprocessing

Deep Neural Networks

Experimental Analysis

Conclusion and Outlook

Author: Lars Elend

This Website is part of KI2020s poster session.
The corresponding paper can be found at Springer.