paper-with-me

Papers

Risk forecasting using Long Short-Term Memory Mixture Density Networks

2025-01-02 · Nico Herrig

This work aims to implement Long Short-Term Memory mixture density networks (LSTM-MDNs) for Value-at-Risk forecasting and compare their performance with established models (historical simulation, CMM, and GARCH) using a defined backtesting procedure. The focus was on the neural network's ability to capture volatility clustering and its real-world applicability. Three architectures were tested: a 2-component mixture density network, a regularized 2-component model (Arimond et al., 2020), and a 3-component mixture model, the latter being tested for the first time in Value-at-Risk forecasting. Backtesting was performed on three stock indices (FTSE 100, S&P 500, EURO STOXX 50) over two distinct two-year periods (2017-2018 as a calm period, 2021-2022 as turbulent). Model performance was assessed through unconditional coverage and independence assumption tests. The neural network's ability to handle volatility clustering was validated via correlation analysis and graphical evaluation. Results show limited success for the neural network approach. LSTM-MDNs performed poorly for 2017/2018 but outperformed benchmark models in 2021/2022. The LSTM mechanism allowed the neural network to capture volatility clustering similarly to GARCH models. However, several issues were identified: the need for proper model initialization and reliance on large datasets for effective learning. The findings suggest that while LSTM-MDNs provide adequate risk forecasts, further research and adjustments are necessary for stable performance.

📄 PDF Abstract BibTeX arXiv:2501.01278

Code (1)

nicoherrig95/quant_risk_models 공식 구현 tf

Tasks

Clustering

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Focus 설명 없음

Similar Papers 제목 키워드 기반

A Bayesian Long Short-Term Memory Model for Value at Risk and Expected Shortfall Joint Forecasting

2020-01-23 · Zhengkun Li, Minh-Ngoc Tran, Chao Wang, Richard Gerlach 외

Value-at-Risk (VaR) and Expected Shortfall (ES) are widely used in the financial sector to measure the market risk and manage the extreme market movement. The recent link between the quantile score function and the Asymm…

Bayesian InferenceTime SeriesTime Series Analysis

Forecasting The JSE Top 40 Using Long Short-Term Memory Networks

2021-04-20 · Adam Balusik, Jared de Magalhaes, Rendani Mbuvha

As a result of the greater availability of big data, as well as the decreasing costs and increasing power of modern computing, the use of artificial neural networks for financial time series forecasting is once again a m…

Time SeriesTime Series AnalysisTime Series Forecasting

Prediction Of Cryptocurrency Prices Using LSTM, SVM And Polynomial Regression

2024-03-06 · Novan Fauzi Al Giffary, Feri Sulianta

The rapid development of information technology, especially the Internet, has facilitated users with a quick and easy way to seek information. With these convenience offered by internet services, many individuals who ini…

regression

A hybrid method of Exponential Smoothing and Recurrent Neural Networks for time series forecasting

2019-07-18 · International Journal of Forecasting 2019 7 · Slawek Smyl

This paper presents the winning submission of the M4 forecasting competition. The submission utilizes a Dynamic Computational Graph Neural Network system that enables mixing of a standard Exponential Smoothing model with…

Graph Neural NetworkTime SeriesTime Series AnalysisTime Series Forecasting

A Blackbox Model Is All You Need to Breach Privacy: Smart Grid Forecasting Models as a Use Case

2023-09-04 · Hussein Aly, Abdulaziz Al-Ali, Abdullah Al-Ali, Qutaibah Malluhi

This paper investigates the potential privacy risks associated with forecasting models, with specific emphasis on their application in the context of smart grids. While machine learning and deep learning algorithms offer…

All