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

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

Credit iconip
Credit iconipCredit iconip
Credit iconip
Armando Vieira
 
Credit iconip
Credit iconipCredit iconip
Credit iconip
Armando Vieira
 
Credit iconip
Credit iconipCredit iconip
Credit iconip
Armando Vieira
 
Fuzy model-bank-journal
Fuzy model-bank-journalFuzy model-bank-journal
Fuzy model-bank-journal
AMIK AL MA'SOEM
 
Loan Analysis Predicting Defaulters
Loan Analysis Predicting DefaultersLoan Analysis Predicting Defaulters
Loan Analysis Predicting Defaulters
IRJET Journal
 
LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.
LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.
LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.
Souma Maiti
 
Deep Credit Risk Ranking with LSTM with Kyle Grove
Deep Credit Risk Ranking with LSTM with Kyle GroveDeep Credit Risk Ranking with LSTM with Kyle Grove
Deep Credit Risk Ranking with LSTM with Kyle Grove
Databricks
 
Loan default prediction with machine language
Loan  default  prediction with  machine  language Loan  default  prediction with  machine  language
Loan default prediction with machine language
Aayush Kumar
 
Cecl automation banking book analytics v3
Cecl automation   banking book analytics v3Cecl automation   banking book analytics v3
Cecl automation banking book analytics v3
Sohail Farooq
 
Gaurav _Java_Resume 2-6yrs
Gaurav _Java_Resume 2-6yrsGaurav _Java_Resume 2-6yrs
Gaurav _Java_Resume 2-6yrs
Gaurav Patel
 
Final presentation - Group10(ADS)
Final presentation - Group10(ADS)Final presentation - Group10(ADS)
Final presentation - Group10(ADS)
Varsha Chidambar Holennavar
 
Credit risk assessment with imbalanced data sets using SVMs
Credit risk assessment with imbalanced data sets using SVMsCredit risk assessment with imbalanced data sets using SVMs
Credit risk assessment with imbalanced data sets using SVMs
IRJET Journal
 
CREDIT CARD FRAUD DETECTION
CREDIT CARD FRAUD DETECTION CREDIT CARD FRAUD DETECTION
CREDIT CARD FRAUD DETECTION
K Srinivas Rao
 
John_Lazcano_2016 (BHC)
John_Lazcano_2016 (BHC)John_Lazcano_2016 (BHC)
John_Lazcano_2016 (BHC)
John Lazcano
 
Loan Default Prediction Using Machine Learning Techniques
Loan Default Prediction Using Machine Learning TechniquesLoan Default Prediction Using Machine Learning Techniques
Loan Default Prediction Using Machine Learning Techniques
IRJET Journal
 
Bank Customer Churn Prediction- Saurav Singh.pptx
Bank Customer Churn Prediction- Saurav Singh.pptxBank Customer Churn Prediction- Saurav Singh.pptx
Bank Customer Churn Prediction- Saurav Singh.pptx
Boston Institute of Analytics
 
Data mining on Financial Data
Data mining on Financial DataData mining on Financial Data
Data mining on Financial Data
AmarnathVenkataraman
 
A data mining approach to predict
A data mining approach to predictA data mining approach to predict
A data mining approach to predict
IJDKP
 
Mramadhani project presentation report version 02
Mramadhani project presentation report version 02Mramadhani project presentation report version 02
Mramadhani project presentation report version 02
Malinda Ramadhani
 
Agile PPT.pptx
Agile PPT.pptxAgile PPT.pptx
Agile PPT.pptx
Bahwan Cybertek
 

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

Credit iconip
Credit iconipCredit iconip
Credit iconip
 
Credit iconip
Credit iconipCredit iconip
Credit iconip
 
Credit iconip
Credit iconipCredit iconip
Credit iconip
 
Fuzy model-bank-journal
Fuzy model-bank-journalFuzy model-bank-journal
Fuzy model-bank-journal
 
Loan Analysis Predicting Defaulters
Loan Analysis Predicting DefaultersLoan Analysis Predicting Defaulters
Loan Analysis Predicting Defaulters
 
LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.
LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.
LOAN APPROVAL PRDICTION SYSTEM USING MACHINE LEARNING.
 
Deep Credit Risk Ranking with LSTM with Kyle Grove
Deep Credit Risk Ranking with LSTM with Kyle GroveDeep Credit Risk Ranking with LSTM with Kyle Grove
Deep Credit Risk Ranking with LSTM with Kyle Grove
 
Loan default prediction with machine language
Loan  default  prediction with  machine  language Loan  default  prediction with  machine  language
Loan default prediction with machine language
 
Cecl automation banking book analytics v3
Cecl automation   banking book analytics v3Cecl automation   banking book analytics v3
Cecl automation banking book analytics v3
 
Gaurav _Java_Resume 2-6yrs
Gaurav _Java_Resume 2-6yrsGaurav _Java_Resume 2-6yrs
Gaurav _Java_Resume 2-6yrs
 
Final presentation - Group10(ADS)
Final presentation - Group10(ADS)Final presentation - Group10(ADS)
Final presentation - Group10(ADS)
 
Credit risk assessment with imbalanced data sets using SVMs
Credit risk assessment with imbalanced data sets using SVMsCredit risk assessment with imbalanced data sets using SVMs
Credit risk assessment with imbalanced data sets using SVMs
 
CREDIT CARD FRAUD DETECTION
CREDIT CARD FRAUD DETECTION CREDIT CARD FRAUD DETECTION
CREDIT CARD FRAUD DETECTION
 
John_Lazcano_2016 (BHC)
John_Lazcano_2016 (BHC)John_Lazcano_2016 (BHC)
John_Lazcano_2016 (BHC)
 
Loan Default Prediction Using Machine Learning Techniques
Loan Default Prediction Using Machine Learning TechniquesLoan Default Prediction Using Machine Learning Techniques
Loan Default Prediction Using Machine Learning Techniques
 
Bank Customer Churn Prediction- Saurav Singh.pptx
Bank Customer Churn Prediction- Saurav Singh.pptxBank Customer Churn Prediction- Saurav Singh.pptx
Bank Customer Churn Prediction- Saurav Singh.pptx
 
Data mining on Financial Data
Data mining on Financial DataData mining on Financial Data
Data mining on Financial Data
 
A data mining approach to predict
A data mining approach to predictA data mining approach to predict
A data mining approach to predict
 
Mramadhani project presentation report version 02
Mramadhani project presentation report version 02Mramadhani project presentation report version 02
Mramadhani project presentation report version 02
 
Agile PPT.pptx
Agile PPT.pptxAgile PPT.pptx
Agile PPT.pptx
 

More from Hendri Karisma

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

More from Hendri Karisma (19)

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

Recently uploaded

Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
SitimaJohn
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
Matthew Sinclair
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
tolgahangng
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
Things to Consider When Choosing a Website Developer for your Website | FODUU
Things to Consider When Choosing a Website Developer for your Website | FODUUThings to Consider When Choosing a Website Developer for your Website | FODUU
Things to Consider When Choosing a Website Developer for your Website | FODUU
FODUU
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
Claudio Di Ciccio
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
akankshawande
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Speck&Tech
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
IndexBug
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
CAKE: Sharing Slices of Confidential Data on Blockchain
CAKE: Sharing Slices of Confidential Data on BlockchainCAKE: Sharing Slices of Confidential Data on Blockchain
CAKE: Sharing Slices of Confidential Data on Blockchain
Claudio Di Ciccio
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 

Recently uploaded (20)

Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
Things to Consider When Choosing a Website Developer for your Website | FODUU
Things to Consider When Choosing a Website Developer for your Website | FODUUThings to Consider When Choosing a Website Developer for your Website | FODUU
Things to Consider When Choosing a Website Developer for your Website | FODUU
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
CAKE: Sharing Slices of Confidential Data on Blockchain
CAKE: Sharing Slices of Confidential Data on BlockchainCAKE: Sharing Slices of Confidential Data on Blockchain
CAKE: Sharing Slices of Confidential Data on Blockchain
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 

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 .