Classification Modeling with RNN-Based, Random Forest, and XGBoost for Imbalanced Data: A Case of Early Crash Detection in ASEAN-5 Stock Markets
Deri Siswara, Agus M. Soleh, and Aji Hamim Wigena

TL;DR
This study compares RNN architectures with traditional machine learning algorithms for early crash detection in ASEAN-5 stock markets using imbalanced data, demonstrating RNNs' superior performance especially the Simple RNN.
Contribution
It introduces a comprehensive comparison of RNN, Random Forest, and XGBoost in the context of imbalanced stock market crash prediction across multiple ASEAN countries.
Findings
All RNN architectures outperform traditional algorithms.
Simple RNN is the most effective among RNNs.
RNNs handle short-term data better in this context.
Abstract
This research aims to evaluate the performance of several Recurrent Neural Network (RNN) architectures including Simple RNN, Gated Recurrent Units (GRU), and Long Short-Term Memory (LSTM), compared to classic algorithms such as Random Forest and XGBoost in building classification models for early crash detection in ASEAN-5 stock markets. The study is examined using imbalanced data, which is common due to the rarity of market crashes. The study analyzes daily data from 2010 to 2023 across the major stock markets of the ASEAN-5 countries, including Indonesia, Malaysia, Singapore, Thailand, and Philippines. Market crash is identified as the target variable when the major stock price indices fall below the Value at Risk (VaR) thresholds of 5%, 2.5% and 1%. predictors involving technical indicators of major local and global markets as well as commodity markets. This study includes 213…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImbalanced Data Classification Techniques · Financial Distress and Bankruptcy Prediction · Stock Market Forecasting Methods
MethodsFocus
