A case in Neural Network - A Nerual Network for Bankruptcy Prediction.

Slides:



Advertisements
Similar presentations
CHAPTER 16 Neural Computing Applications, and Advanced Artificial Intelligent Systems and Applications.
Advertisements

Neural Networks in Financial Analysis
Edward Altman’s Z-Score
Application of Decision Tree: Bankruptcy Prediction 2004/05/07.
Neural Networks in Business Applications
ACCOUNTING DATA, BANKRUPTCY, AND RISK. Introduction  Earnings is not the only accounting number available to investors in the capital market  CAPM 
Monica Marin: Can Risk Management Help Prevent Bankruptcy? Discussant: Christian Thomann.
1 Credit Risk Analysis. 2 What is a bond? A long-term debt instrument in which a borrower agrees to make payments of principal and interest, on specific.
Introduction to Business Analytics
By Charles A. Clark1 ANN Approach to Revenue or Profit Estimation University of Wisconsin-Madison.
Decision Support Systems
Neural Networks Basic concepts ArchitectureOperation.
Traditional Approaches to Credit Risk Measurement 20 years of modeling history.
Chapter 4. We will want to answer questions about the firm’s n Liquidity n Efficient use of Assets n Leverage (financing) n Profitability.
Power Systems Application of Artificial Neural Networks. (ANN)  Introduction  Brief history.  Structure  How they work  Sample Simulations. (EasyNN)
1 Financial Analysis Different Perspectives Different Perspectives Creditors Creditors Investors Investors Government Government Labor Labor Competitors.
CHAPTER 16 Neural Computing Applications, and Advanced Artificial Intelligent Systems and Applications.
Chapter 3 ARTIFICIAL NEURAL NETWORKS
Web Extension 25B Multiple Discriminant Analysis.
Assessment of Model Development Techniques and Evaluation Methods for Binary Classification in the Credit Industry DSI Conference Jennifer Lewis Priestley.
ACCT: 742-Advanced Auditing
Chapter 18: Neural Computing Applications, Genetic Algorithms, Fuzzy Logic and Hybrid Intelligent Systems Several Real-world Applications of ANN Technology.
Copyright ©2003 South-Western/Thomson Learning Chapter 15 Financial Forecasting and Working Capital Policy.
4 Financial Planning and Forecasting ©2006 Thomson/South-Western.
Business Intelligence
© N. Kasabov Foundations of Neural Networks, Fuzzy Systems, and Knowledge Engineering, MIT Press, 1996 INFO331 Machine learning. Neural networks. Supervised.
Neural Networks & Cases
Appendix B: An Example of Back-propagation algorithm
Chapter 7 Neural Networks in Data Mining Automatic Model Building (Machine Learning) Artificial Intelligence.
Intelligent Database Systems Lab 國立雲林科技大學 National Yunlin University of Science and Technology A data mining approach to the prediction of corporate failure.
Neural Networks Automatic Model Building (Machine Learning) Artificial Intelligence.
1 Introduction to Neural Networks And Their Applications.
©2007, The McGraw-Hill Companies, All Rights Reserved 20-1 McGraw-Hill/Irwin Chapter Twenty Managing Credit Risk on the Balance Sheet.
Jennifer Lewis Priestley Presentation of “Assessment of Evaluation Methods for Prediction and Classification of Consumer Risk in the Credit Industry” co-authored.
Chapter 6: Artificial Neural Networks for Data Mining
Sales forecast Assets required to support sales Required assets -Existing assets = Required investment Investment Module Total assets > Total liabilities.
Prediction of the Foreign Exchange Market Using Classifying Neural Network Doug Moll Chad Zeman.
Neural Networks Demystified by Louise Francis Francis Analytics and Actuarial Data Mining, Inc.
Alternative Method for Determining Industrial Bond Ratings
Artificial Neural Networks for Data Mining. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 6-2 Learning Objectives Understand the.
Neural Network Recognition of Frequency Disturbance Recorder Signals Stephen Tang REU Final Presentation July 22, 2014.
Artificial Neural Networks for Data Mining. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 6-2 Learning Objectives Understand the.
Corporate Credit Scoring Models. 2 Scoring Systems Qualitative (Subjective) Univariate (Accounting/Market Measures) Multivariate (Accounting/Market Measures)
CHAPTER 5 CREDIT RISK 1. Chapter Focus Distinguishing credit risk from market risk Credit policy and credit risk Credit risk assessment framework Inputs.
Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 6: Artificial Neural Networks for Data Mining.
Feasibility of Using Machine Learning Algorithms to Determine Future Price Points of Stocks By: Alexander Dumont.
Predicting financial distress of companies. Models discussed Z score model Vasicek –Kealhofer model Black Scholes Merton Model Compensator model.
Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 6: Artificial Neural Networks for Data Mining.
Examination of Bankruptcy Prediction Models
CHAPTER 16 Neural Computing Applications, and Advanced Artificial Intelligent Systems and Applications.
INTERNAL ASSESSMENT FINANCE/ACCOUNTING
Traditional Approaches to Credit Risk Measurement
Applying Neural Networks
Credit Risk Analysis.
Photorealistic Image Colourization with Generative Adversarial Nets
Traditional Approaches to Credit Risk Measurement
Predicting Financial Distress (The Z-Score Analysis) by Edward I
과제 3: 인공신경망.
Introduction to Neural Networks And Their Applications
Financial Analysis & Ratios
Prof. Carolina Ruiz Department of Computer Science
شبکه عصبی تنظیم: بهروز نصرالهی-فریده امدادی استاد محترم: سرکار خانم کریمی دانشگاه آزاد اسلامی واحد شهرری.
مدل زنجیره ای در برنامه های سلامت
Artificial Neural Networks
Neural Networks & a case with bankruptcy prediction
Industrial Training Provider ,
A case in Neural Network - A Nerual Network for Bankruptcy Prediction
A case in Neural Network - A Nerual Network for Bankruptcy Prediction
Prof. Carolina Ruiz Department of Computer Science
Presentation transcript:

A case in Neural Network - A Nerual Network for Bankruptcy Prediction

Based on a paper –Published in Decision Support Systems, 1994 –By Rick Wilson and Ramesh Sharda ANN Architecture –Three-layer (input-hidden-output) MLP –Backpropagation (supervised) learning network Training data –Small set of well-known financial ratios –Data available on bankruptcy outcomes Moody’s industrial manual (between 1975 and 1982)

Application Design Specifics –Five Input Nodes X1: Working capital/total assets X2: Retained earnings/total assets X3: Earnings before interest and taxes/total assets X4: Market value of equity/total debt X5: Sales/total assets –Single Output Node: Final classification for each firm Bankruptcy (0) or Nonbankruptcy (1) Development Tool: NeuroShell Bankruptcy Prediction with ANN

Network Structure

Bankruptcy Prediction with ANN Training & Testing –Data Set: 129 firms –Training Set: 74 firms - 38 bankrupt, 36 not –Test Set (Hold out set) : 55 firms - 27 bankrupt firms, 28 non-bankrupt firms –Two Methods are compared: The neural network A conventional discriminant analysis program

Compare training performance of Neural Network with that of Discriminant Analysis

Performance Comparison with Test(hold out) data set 50/50 NN0.818 DA0.745 *NN: Neural Networks *DA: Discriminant Analysis

Results –The neural network correctly predicted (50/50): 81.8 percent accuracy (NN) 74.5 percent accuracy (DA) –Accuracy of about 80 percent is usually acceptable for this problem domain Bankruptcy Prediction with ANN