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
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 
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
Decision Support Systems
Neural Networks Basic concepts ArchitectureOperation.
Traditional Approaches to Credit Risk Measurement 20 years of modeling history.
Neural Networks. R & G Chapter Feed-Forward Neural Networks otherwise known as The Multi-layer Perceptron or The Back-Propagation Neural Network.
Power Systems Application of Artificial Neural Networks. (ANN)  Introduction  Brief history.  Structure  How they work  Sample Simulations. (EasyNN)
A Neural Network Approach For Options Pricing By: Jing Wang Course: CS757 Computational Finance Instructor: Dr. Ruppa Thulasiram Project #: CFWin03-35.
Text Classification: An Implementation Project Prerak Sanghvi Computer Science and Engineering Department State University of New York at Buffalo.
Artificial Neural Network An artificial neural network (ANN), usually called neural network (NN), is a mathematical model or computational model that is.
CHAPTER 16 Neural Computing Applications, and Advanced Artificial Intelligent Systems and Applications.
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
Cascade Correlation Architecture and Learning Algorithm for Neural Networks.
© N. Kasabov Foundations of Neural Networks, Fuzzy Systems, and Knowledge Engineering, MIT Press, 1996 INFO331 Machine learning. Neural networks. Supervised.
Neural Networks & Cases
Multi-Layer Perceptrons Michael J. Watts
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.
Artificial Neural Networks An Introduction. What is a Neural Network? A human Brain A porpoise brain The brain in a living creature A computer program.
1 Introduction to Neural Networks And Their Applications.
Applying Neural Networks Michael J. Watts
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
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.
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.
Analyzing Promoter Sequences with Multilayer Perceptrons Glenn Walker ECE 539.
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.
An Evolutionary Algorithm for Neural Network Learning using Direct Encoding Paul Batchis Department of Computer Science Rutgers University.
A case in Neural Network - A Nerual Network for Bankruptcy Prediction.
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.
Traditional Approaches to Credit Risk Measurement
Applying Neural Networks
Credit Risk Analysis.
Traditional Approaches to Credit Risk Measurement
Predicting Financial Distress (The Z-Score Analysis) by Edward I
과제 3: 인공신경망.
Predicting Stock Prices with Multi-Layer Perceptron
Introduction to Neural Networks And Their Applications
Prof. Carolina Ruiz Department of Computer Science
Neural Networks Advantages Criticism
شبکه عصبی تنظیم: بهروز نصرالهی-فریده امدادی استاد محترم: سرکار خانم کریمی دانشگاه آزاد اسلامی واحد شهرری.
مدل زنجیره ای در برنامه های سلامت
Artificial Neural Networks
Neural Networks & a case with bankruptcy prediction
Introduction to Neural Networks And Their Applications - Basics
ECE/CS/ME 539 Artificial Neural Networks Final Project
A case in Neural Network - A Nerual Network for Bankruptcy Prediction
III. Introduction to Neural Networks And Their Applications - Basics
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)

Bankruptcy Prediction with ANN 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

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 nonbankrupt firms Two Methods are compared: The neural network A conventional discriminant analysis program

Fitting Comparison of NN and Discriminant Analysis with Training Data

Performance Comparison with Test(hold out) data set 50/50 80/20 90/10 NN 0.818 0.782 DA 0.745 0.69 *NN: Neural Networks *DA: Discriminant Analysis

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