SlideShare a Scribd company logo
Comparison Study of Neural Network and Deep
Neural Network on Repricing GAP Prediction in
Indonesian Conventional Public Bank
By : Hendri Karisma and Dwi Hendratmo Widyantoro
International Conference
On System Engineering and Technology (ICSET)
2016
Introduction
• To detemine of the economy condition of a
country, Bank have become an important
component (duygun, 2009).
• A healthy banking system affected by public
confidence. The public confidence can be
cause non-systemic and systemic problems, or
causing a crisis.
Background and Problem
• Bank of Indonesia (BI) and Deposit Insurance Corporation of
Indonesia (LPS) as supervisor institution that assess the condition
of the bank performance, doing bank performance prediction
• Many approaches are used to analyze the condition of the bank,
and is still being developed.
• X-Efficiency is the degree of the condition of the efficiency of a
company such as a bank, one of the many ways to judge the
efficiency of a company is to look at the condition of risk by looking
the repricing gap.
• Requires an approach that is more effective and efficient.
• Size of the bank report data and the structures is not consistent.
Goal and Scope
• Goal
Knowing the accuracy performance of the implementation of deep
neural network in repricing gap using historical data of monthly
report of the conventional public bank of Indonesia.
• Scope
- The historical data that used in the experiments is monthly report
data from 2003 until 2013 from Bank of Indonesia site.
- Dataset was constructed using aggregation ratio result (38 ratio)
from 11 years historical report data (2003 to 2013).
Bank Performance
• Health conditon of the bank.
• Eficiency condition of the financial area.
• The condition of liquidity, risk, and another
ration.
• The economic condition of the country.
Economic Ratios
• There are so many ratios that can be used in bank
performance assessment:
- ROA, ROE, CR, RR, LDR, LAR, ATMR, CAR, etc.
Repricing Gap
• Interest rate risk which is the risk of gain or
capital arising from movements in interest rates
(periodic).
• gap between assets and liabilities of a financial
institution such as a bank.
Two Model of Bank Performance
Assessment Approachment
• Credit Risk Rate
• Statistic & Stochastic
Method or Machine
Learning
CAMEL
• Capital Adequacy : Expected capital to maintain the
balance with the existing risk
• Assets : Assessment of asset quality
• Management Capability : Quality management,
capabilities of board directors & managements.
• Earnings : Income quality, including public trust, and
absorb the losses due to loan.
• Liquidity : The need for adequate sources of liquidity to
meet the needs of today and the future.
RBBR
The standard that used by
Bank of Indonesia :
• Risk Profile
• Good Corporate
Governance
• Earning
• Capital
Related Research
• There are several research about bank performance analysis or prediction, financial early warning,
and bankruptcy prediction :
• C. Devasena, 2015, analyzed the credit risk using iBK which is one of kNN algorithm, than the
result was compared to k-NN, k-Star, and LWL classifier,
• W. Ching, 2006, predicting GDP using SVM and neural network. While T. Papadimitriou 2013,
conducted research on forecasting of bankcruptcy condition in a company in US.
• D. Kumar, 2013, conducted research on bank performance forecaseting using stock market data
and using neural network algorithm. A. Karaa, 2012 conducted research on credit risk
assesement using neural network and svm as comparison research with the data of commercial
bank of Tunisia.
• C. Worrell, 2012, conducted research on comparison methods of SVM, C4.5, CN2, naive bayes,
logistic regression to rank the bank that have possibility to fail using quarterly report data.
• R. Zhang, 2013 dan Z.-Yuan. Yu, 2011 both research was risk analyzing of bank using neural
network backpropagation with adding PCA and with different features.
• etc.
The Methods that Compared
• Standard Backpropagation
• Deep Neural Network with
Autoencoder
Regression
Stochastic Gradient Descent
• Cost Function :
• Update parameters :
Overfitting
• Cost Function :
• Update Parameter :
Multi Layer Perceptron (Neural Network)
Multi Layer Perceptron (Neural Network)
Multi Layer Perceptron (Neural Network)
Cost Function ANN
• Partial Derivative :
• gradient :
Algoritma Lengkap
Backpropagation
Deep Learning
Autoencoder
Deep Neural Network
Deep Neural Network
Algoritma Deep Neural Network Secara Penuh
Data Laporan Bank Umum Konvensional
• Data laporan perbankan 11 tahun dari 103 bank umum konvensional.
• Total disctinct features by name : 651 features.
• Dengan fitur yang memiliki missing value dibawah 20%-30% : 10 fitter.
Data Laporan Bank Umum Konvensional
Total rows dataset RAW : 4064212
Setelah ekstrak berdasarkan waktu dan bank : 19140
Preprocessing
• The preprocessing that we used was to calculate some
variables in economics for equity, liabilities, asset and the
ration. The following is variables that used to construct the
dataset (features):
• Illiquid Assets, Illiquid Liabilities, LTR, Giro, Savings,
Deposit, DPK, CASA, Core Deposits, Credit, Financing
GAP, Total Assets, ATMR, RWA, CAR, Total Equity, EQTA,
Earning and Loss for the year, ROA, ROE, LRP, LLR,
Operation Cost, Total Income, CIR, Int Rev, Int Cost, Int
Rev (ANN), Repricing Gap (estimation target).
• Total fitur : 30 fitur + 2 fitur (waktu dan kode bank).
Dataset Construction
• Dataset devide to be 2 kind of dataset:
- Dataset 1 : Using quarterly periodic to estimate the
repricing gap.
- Dataset 2 : Using semester periodic to estimate the
repricing gap.
• So for dataset 1 will adding 3 more units (neuron/
perceptron/features) for quarterly calculation repricing gap
estimation, while for dataset 2 adding 6 more units
(neuron/perceptron/features) for semester calculation
repricing gap estimation.
Experiment Flow
Standard Parameters
- Iterasi Maks : 1000
- Minimum MSE : 10^-9 (for SB and DNN) and 10^-5 (for
autoencoder)
- Learning Rate : 0.75 (for SB and DNN) and 10^-5 (for
autoencoder)
- Momentum : 0.5 (for SB and DNN) and 0.75 (for
autoencoder)
- Activation Funciton : Sigmoid Function
Standard Parameters
• Backpropagation
- Iterasi Maks : 1000
- Minimum MSE : 10^-9
- Learning Rate : 0.75
- Momentum : 0.5
- Topologi Network : Single Hidden Layer
- Activation Funciton : Sigmoid Function
Experiments phase 1
Conclusion and Discussion
• DNN has better performance than SB handle datasets with missing value and condition
of non-linearity is very high.
• On the use of a small number of iterations DNN has a convergence speed slower than
SB, at the same iteration condition. But when using larger number of iterations, the SB
algorithm is slowing down the speed of convergence, more slowly than the DNN,
wherein the DNN consistently pressed MSE value better than SB.
• The main factor of better performance results of DNN is the amount of gradient greater
with larger architectural and also the topology of the network is good enough for the
case, with sustained an initial value of each gradient is better, where the value is the
knowledge of the results of the algorithm autoencoder, thus helping maintain the value
gradient keep moving convergent and more consistently suppress the error value.
• Further development for use DNN in predicting repricing gap for conventional bank
data in Indonesia is use larger iterations will give better MSE (smaller), setting the
network topology more complex or the network architecture, and the implementation of
pre-learning algorithms such as restricted Boltzmann machine .
Thank you

More Related Content

PDF
Default Probability Prediction using Artificial Neural Networks in R Programming
PDF
A Review on Credit Card Default Modelling using Data Science
PDF
CECL Project Overview
PPTX
Mining Credit Card Defults
PDF
Machine Learning Project - Default credit card clients
PDF
IRJET- Prediction of Credit Risks in Lending Bank Loans
PDF
Applying Convolutional-GRU for Term Deposit Likelihood Prediction
PDF
Predicting Credit Card Defaults using Machine Learning Algorithms
Default Probability Prediction using Artificial Neural Networks in R Programming
A Review on Credit Card Default Modelling using Data Science
CECL Project Overview
Mining Credit Card Defults
Machine Learning Project - Default credit card clients
IRJET- Prediction of Credit Risks in Lending Bank Loans
Applying Convolutional-GRU for Term Deposit Likelihood Prediction
Predicting Credit Card Defaults using Machine Learning Algorithms

Similar to Comparison Study of Neural Network and Deep Neural Network on Repricing GAP Prediction in Indonesian Conventional Public Bank (20)

PDF
Credit Risk Assessment: A Comparative Analysis of Classifiers.pdf
PPTX
ai it hw mst prac[1] - Read-Offnly.pptx
PDF
Credit iconip
PDF
Credit iconip
PDF
Credit iconip
PDF
Fuzy model-bank-journal
PDF
Loan Analysis Predicting Defaulters
PDF
LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.
PDF
Deep Credit Risk Ranking with LSTM with Kyle Grove
PPTX
Loan default prediction with machine language
PDF
Cecl automation banking book analytics v3
DOC
Gaurav _Java_Resume 2-6yrs
PPTX
Final presentation - Group10(ADS)
PDF
Credit risk assessment with imbalanced data sets using SVMs
PPTX
CREDIT CARD FRAUD DETECTION
DOC
John_Lazcano_2016 (BHC)
PPTX
AI_in_Finance ppt about the importance of AI in finance
PDF
Loan Default Prediction Using Machine Learning Techniques
PPTX
Bank Customer Churn Prediction- Saurav Singh.pptx
PDF
Data mining on Financial Data
Credit Risk Assessment: A Comparative Analysis of Classifiers.pdf
ai it hw mst prac[1] - Read-Offnly.pptx
Credit iconip
Credit iconip
Credit iconip
Fuzy model-bank-journal
Loan Analysis Predicting Defaulters
LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.
Deep Credit Risk Ranking with LSTM with Kyle Grove
Loan default prediction with machine language
Cecl automation banking book analytics v3
Gaurav _Java_Resume 2-6yrs
Final presentation - Group10(ADS)
Credit risk assessment with imbalanced data sets using SVMs
CREDIT CARD FRAUD DETECTION
John_Lazcano_2016 (BHC)
AI_in_Finance ppt about the importance of AI in finance
Loan Default Prediction Using Machine Learning Techniques
Bank Customer Churn Prediction- Saurav Singh.pptx
Data mining on Financial Data
Ad

More from Hendri Karisma (19)

PDF
Data - Science and Engineering slide at Bandungpy Sharing Session
PDF
ML Abstraciton for Keras to Serve Several Cases
PDF
Data Analytics Today - Data, Tech, and Regulation.pdf
PDF
Python 101 - Indonesia AI Society.pdf
PDF
Slide DevSecOps Microservices
PDF
Machine Learning: an Introduction and cases
PDF
Python, Data science, and Unsupervised learning
PDF
Machine Learning Research in blibli
PDF
Fraud Detection System using Deep Neural Networks
PDF
Artificial Intelligence and The Complexity
PDF
Software Engineering: Today in The Betlefield
PDF
Introduction to Topological Data Analysis
PDF
Sharing-akka-pub
PDF
Presentasi cca it now and tomorow
PDF
Bayes Belief Network
PDF
Slide Presentasi EM Algorithm (Play Tennis & Brain Tissue Segmentation)
PDF
Slide Presentasi Kelompok E bagian Sistem Rekognisi
PDF
Slide Presentasi Kelompok Keilmuan E
PDF
Slide Seminar Open Source (CodeLabs UNIKOM Bandung)
Data - Science and Engineering slide at Bandungpy Sharing Session
ML Abstraciton for Keras to Serve Several Cases
Data Analytics Today - Data, Tech, and Regulation.pdf
Python 101 - Indonesia AI Society.pdf
Slide DevSecOps Microservices
Machine Learning: an Introduction and cases
Python, Data science, and Unsupervised learning
Machine Learning Research in blibli
Fraud Detection System using Deep Neural Networks
Artificial Intelligence and The Complexity
Software Engineering: Today in The Betlefield
Introduction to Topological Data Analysis
Sharing-akka-pub
Presentasi cca it now and tomorow
Bayes Belief Network
Slide Presentasi EM Algorithm (Play Tennis & Brain Tissue Segmentation)
Slide Presentasi Kelompok E bagian Sistem Rekognisi
Slide Presentasi Kelompok Keilmuan E
Slide Seminar Open Source (CodeLabs UNIKOM Bandung)
Ad

Recently uploaded (20)

PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Encapsulation theory and applications.pdf
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
Cloud computing and distributed systems.
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Approach and Philosophy of On baking technology
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
MYSQL Presentation for SQL database connectivity
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
KodekX | Application Modernization Development
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Encapsulation theory and applications.pdf
Review of recent advances in non-invasive hemoglobin estimation
Per capita expenditure prediction using model stacking based on satellite ima...
Advanced methodologies resolving dimensionality complications for autism neur...
Cloud computing and distributed systems.
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
20250228 LYD VKU AI Blended-Learning.pptx
Approach and Philosophy of On baking technology
MIND Revenue Release Quarter 2 2025 Press Release
Chapter 3 Spatial Domain Image Processing.pdf
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Network Security Unit 5.pdf for BCA BBA.
Unlocking AI with Model Context Protocol (MCP)
The Rise and Fall of 3GPP – Time for a Sabbatical?
Spectral efficient network and resource selection model in 5G networks
MYSQL Presentation for SQL database connectivity
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
KodekX | Application Modernization Development

Comparison Study of Neural Network and Deep Neural Network on Repricing GAP Prediction in Indonesian Conventional Public Bank

  • 1. Comparison Study of Neural Network and Deep Neural Network on Repricing GAP Prediction in Indonesian Conventional Public Bank By : Hendri Karisma and Dwi Hendratmo Widyantoro International Conference On System Engineering and Technology (ICSET) 2016
  • 2. Introduction • To detemine of the economy condition of a country, Bank have become an important component (duygun, 2009). • A healthy banking system affected by public confidence. The public confidence can be cause non-systemic and systemic problems, or causing a crisis.
  • 3. Background and Problem • Bank of Indonesia (BI) and Deposit Insurance Corporation of Indonesia (LPS) as supervisor institution that assess the condition of the bank performance, doing bank performance prediction • Many approaches are used to analyze the condition of the bank, and is still being developed. • X-Efficiency is the degree of the condition of the efficiency of a company such as a bank, one of the many ways to judge the efficiency of a company is to look at the condition of risk by looking the repricing gap. • Requires an approach that is more effective and efficient. • Size of the bank report data and the structures is not consistent.
  • 4. Goal and Scope • Goal Knowing the accuracy performance of the implementation of deep neural network in repricing gap using historical data of monthly report of the conventional public bank of Indonesia. • Scope - The historical data that used in the experiments is monthly report data from 2003 until 2013 from Bank of Indonesia site. - Dataset was constructed using aggregation ratio result (38 ratio) from 11 years historical report data (2003 to 2013).
  • 5. Bank Performance • Health conditon of the bank. • Eficiency condition of the financial area. • The condition of liquidity, risk, and another ration. • The economic condition of the country.
  • 6. Economic Ratios • There are so many ratios that can be used in bank performance assessment: - ROA, ROE, CR, RR, LDR, LAR, ATMR, CAR, etc.
  • 7. Repricing Gap • Interest rate risk which is the risk of gain or capital arising from movements in interest rates (periodic). • gap between assets and liabilities of a financial institution such as a bank.
  • 8. Two Model of Bank Performance Assessment Approachment • Credit Risk Rate • Statistic & Stochastic Method or Machine Learning
  • 9. CAMEL • Capital Adequacy : Expected capital to maintain the balance with the existing risk • Assets : Assessment of asset quality • Management Capability : Quality management, capabilities of board directors & managements. • Earnings : Income quality, including public trust, and absorb the losses due to loan. • Liquidity : The need for adequate sources of liquidity to meet the needs of today and the future.
  • 10. RBBR The standard that used by Bank of Indonesia : • Risk Profile • Good Corporate Governance • Earning • Capital
  • 11. Related Research • There are several research about bank performance analysis or prediction, financial early warning, and bankruptcy prediction : • C. Devasena, 2015, analyzed the credit risk using iBK which is one of kNN algorithm, than the result was compared to k-NN, k-Star, and LWL classifier, • W. Ching, 2006, predicting GDP using SVM and neural network. While T. Papadimitriou 2013, conducted research on forecasting of bankcruptcy condition in a company in US. • D. Kumar, 2013, conducted research on bank performance forecaseting using stock market data and using neural network algorithm. A. Karaa, 2012 conducted research on credit risk assesement using neural network and svm as comparison research with the data of commercial bank of Tunisia. • C. Worrell, 2012, conducted research on comparison methods of SVM, C4.5, CN2, naive bayes, logistic regression to rank the bank that have possibility to fail using quarterly report data. • R. Zhang, 2013 dan Z.-Yuan. Yu, 2011 both research was risk analyzing of bank using neural network backpropagation with adding PCA and with different features. • etc.
  • 12. The Methods that Compared • Standard Backpropagation • Deep Neural Network with Autoencoder
  • 14. Stochastic Gradient Descent • Cost Function : • Update parameters :
  • 15. Overfitting • Cost Function : • Update Parameter :
  • 16. Multi Layer Perceptron (Neural Network)
  • 17. Multi Layer Perceptron (Neural Network)
  • 18. Multi Layer Perceptron (Neural Network)
  • 19. Cost Function ANN • Partial Derivative : • gradient :
  • 26. Algoritma Deep Neural Network Secara Penuh
  • 27. Data Laporan Bank Umum Konvensional • Data laporan perbankan 11 tahun dari 103 bank umum konvensional. • Total disctinct features by name : 651 features. • Dengan fitur yang memiliki missing value dibawah 20%-30% : 10 fitter.
  • 28. Data Laporan Bank Umum Konvensional Total rows dataset RAW : 4064212 Setelah ekstrak berdasarkan waktu dan bank : 19140
  • 29. Preprocessing • The preprocessing that we used was to calculate some variables in economics for equity, liabilities, asset and the ration. The following is variables that used to construct the dataset (features): • Illiquid Assets, Illiquid Liabilities, LTR, Giro, Savings, Deposit, DPK, CASA, Core Deposits, Credit, Financing GAP, Total Assets, ATMR, RWA, CAR, Total Equity, EQTA, Earning and Loss for the year, ROA, ROE, LRP, LLR, Operation Cost, Total Income, CIR, Int Rev, Int Cost, Int Rev (ANN), Repricing Gap (estimation target). • Total fitur : 30 fitur + 2 fitur (waktu dan kode bank).
  • 30. Dataset Construction • Dataset devide to be 2 kind of dataset: - Dataset 1 : Using quarterly periodic to estimate the repricing gap. - Dataset 2 : Using semester periodic to estimate the repricing gap. • So for dataset 1 will adding 3 more units (neuron/ perceptron/features) for quarterly calculation repricing gap estimation, while for dataset 2 adding 6 more units (neuron/perceptron/features) for semester calculation repricing gap estimation.
  • 32. Standard Parameters - Iterasi Maks : 1000 - Minimum MSE : 10^-9 (for SB and DNN) and 10^-5 (for autoencoder) - Learning Rate : 0.75 (for SB and DNN) and 10^-5 (for autoencoder) - Momentum : 0.5 (for SB and DNN) and 0.75 (for autoencoder) - Activation Funciton : Sigmoid Function
  • 33. Standard Parameters • Backpropagation - Iterasi Maks : 1000 - Minimum MSE : 10^-9 - Learning Rate : 0.75 - Momentum : 0.5 - Topologi Network : Single Hidden Layer - Activation Funciton : Sigmoid Function
  • 35. Conclusion and Discussion • DNN has better performance than SB handle datasets with missing value and condition of non-linearity is very high. • On the use of a small number of iterations DNN has a convergence speed slower than SB, at the same iteration condition. But when using larger number of iterations, the SB algorithm is slowing down the speed of convergence, more slowly than the DNN, wherein the DNN consistently pressed MSE value better than SB. • The main factor of better performance results of DNN is the amount of gradient greater with larger architectural and also the topology of the network is good enough for the case, with sustained an initial value of each gradient is better, where the value is the knowledge of the results of the algorithm autoencoder, thus helping maintain the value gradient keep moving convergent and more consistently suppress the error value. • Further development for use DNN in predicting repricing gap for conventional bank data in Indonesia is use larger iterations will give better MSE (smaller), setting the network topology more complex or the network architecture, and the implementation of pre-learning algorithms such as restricted Boltzmann machine .