GNLGMLJul 28, 2020

Supervised Machine Learning Techniques: An Overview with Applications to Banking

arXiv:2008.04059v130 citations
Originality Synthesis-oriented
AI Analysis

It offers a tutorial-style review for practitioners in banking, focusing on existing methods without introducing novel advancements.

This paper provides an overview of supervised machine learning techniques, including bagging, boosting, and neural networks, and applies them to credit risk modeling in banking, but does not report specific numerical results or new findings.

This article provides an overview of Supervised Machine Learning (SML) with a focus on applications to banking. The SML techniques covered include Bagging (Random Forest or RF), Boosting (Gradient Boosting Machine or GBM) and Neural Networks (NNs). We begin with an introduction to ML tasks and techniques. This is followed by a description of: i) tree-based ensemble algorithms including Bagging with RF and Boosting with GBMs, ii) Feedforward NNs, iii) a discussion of hyper-parameter optimization techniques, and iv) machine learning interpretability. The paper concludes with a comparison of the features of different ML algorithms. Examples taken from credit risk modeling in banking are used throughout the paper to illustrate the techniques and interpret the results of the algorithms.

Foundations

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

Your Notes