paper-with-me

홈 › Papers

Inside the black box: Neural network-based real-time prediction of US recessions

2023-10-26 · Seulki Chung

Long short-term memory (LSTM) and gated recurrent unit (GRU) are used to model US recessions from 1967 to 2021. Their predictive performances are compared to those of the traditional linear models. The out-of-sample performance suggests the application of LSTM and GRU in recession forecasting, especially for longer-term forecasts. The Shapley additive explanations (SHAP) method is applied to both groups of models. The SHAP-based different weight assignments imply the capability of these types of neural networks to capture the business cycle asymmetries and nonlinearities. The SHAP method delivers key recession indicators, such as the S&P 500 index for short-term forecasting up to 3 months and the term spread for longer-term forecasting up to 12 months. These findings are robust against other interpretation methods, such as the local interpretable model-agnostic explanations (LIME) and the marginal effects.

📄 PDF Abstract BibTeX arXiv:2310.17571

Code (0)

등록된 구현이 없습니다.

Tasks

Feature Importanceregression

Methods 이 논문이 사용한 방법론

FAVOR+ 설명 없음
Performer Performer is a Transformer architecture which can estimate regular…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
SHAP 설명 없음
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

Nowcasting Recessions using the SVM Machine Learning Algorithm

2019-02-17 · Alexander James, Yaser S. Abu-Mostafa, Xiao Qiao

We introduce a novel application of Support Vector Machines (SVM), an important Machine Learning algorithm, to determine the beginning and end of recessions in real time. Nowcasting, "forecasting" a condition about the p…

BIG-bench Machine Learning

Stock Price Predictability and the Business Cycle via Machine Learning

2023-04-06 · Li Rong Wang, Hsuan Fu, Xiuyi Fan

We study the impacts of business cycles on machine learning (ML) predictions. Using the S&P 500 index, we find that ML models perform worse during most recessions, and the inclusion of recession history or the risk-free …

Economic Recession Prediction Using Deep Neural Network

2021-07-21 · ZiHao Wang, Kun Li, Steve Q. Xia, Hongfu Liu

We investigate the effectiveness of different machine learning methodologies in predicting economic cycles. We identify the deep learning methodology of Bi-LSTM with Autoencoder as the most accurate model to forecast the…

BIG-bench Machine LearningPrediction

Early and Accurate Recession Detection Using Classifiers on the Anticipation-Precision Frontier

2025-06-11 · Pascal Michaillat

This paper develops a new method for detecting US recessions in real time. The method constructs millions of recession classifiers by combining unemployment and vacancy data to reduce detection noise. Classifiers are the…

Creating Disasters: Recession Forecasting with GAN-Generated Synthetic Time Series Data

2023-02-21 · Sam Dannels

A common problem when forecasting rare events, such as recessions, is limited data availability. Recent advancements in deep learning and generative adversarial networks (GANs) make it possible to produce high-fidelity s…

Time SeriesTime Series Analysis