Neural Networks Automatic Model Building (Machine Learning) Artificial Intelligence.

Slides:



Advertisements
Similar presentations
Neural Networks in Financial Analysis
Advertisements

1 Data Mining: and Knowledge Acquizition — Chapter 5 — BIS /2014 Summer.
Introduction to Business Analytics
7-1. McGraw-Hill/Irwin Copyright © 2005 by The McGraw-Hill Companies, Inc. All rights reserved. 7 Market Potential And Sales Forecasting.
Decision Support Systems
Convertibles, Warrants, and Derivatives
Data Mining: A Closer Look
Data Mining: A Closer Look Chapter Data Mining Strategies 2.
Neural Networks And Its Applications By Dr. Surya Chitra.
Bucharest, 10-February-2004 Neural Risk Management S.A. Scoring solutions Making full use of your data.
Market Basket Analysis & Neural Networks (chaps 7 & 11) Retail Checkout Data.
McGraw-Hill/Irwin McGraw-Hill/Irwin Copyright © 2009 by The McGraw-Hill Companies, Inc. All rights reserved.
Financial and Managerial Accounting Wild, Shaw, and Chiappetta Fifth Edition Wild, Shaw, and Chiappetta Fifth Edition McGraw-Hill/Irwin Copyright © 2013.
Copyright © 2014 McGraw-Hill Education. All rights reserved
Assessment of Model Development Techniques and Evaluation Methods for Binary Classification in the Credit Industry DSI Conference Jennifer Lewis Priestley.
DATA MINING Team #1 Kristen Durst Mark Gillespie Banan Mandura University of DaytonMBA APR 09.
Chapter McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Financial Analysis 3.
KEEPING LABOR AND OVERHEAD COSTS DOWN Controlling Labor and Overhead Costs as a Long Term Strategy.
3 Objects (Views Synonyms Sequences) 4 PL/SQL blocks 5 Procedures Triggers 6 Enhanced SQL programming 7 SQL &.NET applications 8 OEM DB structure 9 DB.
Chapter 9 Business Intelligence and Information Systems for Decision Making.
Copyright © 2008 by Nelson, a division of Thomson Canada Limited SECONDARY DATA RESEARCH IN A DIGITAL AGE Chapter 6 Part 2 Designing Research Studies.
Using Neural Networks in Database Mining Tino Jimenez CS157B MW 9-10:15 February 19, 2009.
Overview of Data Mining Methods Data mining techniques What techniques do, examples, advantages & disadvantages.
INTRODUCTION TO DATA MINING MIS2502 Data Analytics.
Outline What Neural Networks are and why they are desirable Historical background Applications Strengths neural networks and advantages Status N.N and.
Using Neural Networks to Predict Claim Duration in the Presence of Right Censoring and Covariates David Speights Senior Research Statistician HNC Insurance.
NEURAL NETWORKS FOR DATA MINING
Chapter 7 Neural Networks in Data Mining Automatic Model Building (Machine Learning) Artificial Intelligence.
Introduction to machine learning and data mining 1 iCSC2014, Juan López González, University of Oviedo Introduction to machine learning Juan López González.
Chapter McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Convertibles, Warrants, and Derivatives 19.
Some working definitions…. ‘Data Mining’ and ‘Knowledge Discovery in Databases’ (KDD) are used interchangeably Data mining = –the discovery of interesting,
Banking on Analytics Dr A S Ramasastri Director, IDRBT.
McGraw-Hill/Irwin McGraw-Hill/Irwin Copyright © 2009 by The McGraw-Hill Companies, Inc. All rights reserved.
1 Introduction to Neural Networks And Their Applications.
Regression Models Fit data Time-series data: Forecast Other data: Predict.
1 Machine Learning 1.Where does machine learning fit in computer science? 2.What is machine learning? 3.Where can machine learning be applied? 4.Should.
Neural Networks II By Jinhwa Kim. 2 Neural Computing is a problem solving methodology that attempts to mimic how human brain function Artificial Neural.
Jennifer Lewis Priestley Presentation of “Assessment of Evaluation Methods for Prediction and Classification of Consumer Risk in the Credit Industry” co-authored.
Data Mining Processes Identify actionable results.
Overview of Methods Data mining techniques What techniques do, examples, advantages & disadvantages.
Customer Relationship Management (CRM) Chapter 4 Customer Portfolio Analysis Learning Objectives Why customer portfolio analysis is necessary for CRM implementation.
Chapter Five The Financial Statements of Commercial Banks Copyright © 2010 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin.
Neural Networks Demystified by Louise Francis Francis Analytics and Actuarial Data Mining, Inc.
MIS2502: Data Analytics Advanced Analytics - Introduction.
CSCI 347, Data Mining Evaluation: Training and Testing, Section 5.1, pages
Each neuron has a threshold value Each neuron has weighted inputs from other neurons The input signals form a weighted sum If the activation level exceeds.
Artificial Neural Networks for Data Mining. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 6-2 Learning Objectives Understand the.
Monday, February 22,  The term analytics is often used interchangeably with:  Data science  Data mining  Knowledge discovery  Extracting useful.
WHAT IS DATA MINING?  The process of automatically extracting useful information from large amounts of data.  Uses traditional data analysis techniques.
Chapter 20 Fundamentals of Corporate Finance Fifth Edition Slides by Matthew Will McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc.
LOAD FORECASTING. - ELECTRICAL LOAD FORECASTING IS THE ESTIMATION FOR FUTURE LOAD BY AN INDUSTRY OR UTILITY COMPANY - IT HAS MANY APPLICATIONS INCLUDING.
Copyright © 2010 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Financial Assets Chapter 7.
McGraw-Hill/Irwin © 2003 The McGraw-Hill Companies, Inc., All Rights Reserved. Chapter 12 Marketing Profitability Analysis.
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.
A case in Neural Network - A Nerual Network for Bankruptcy Prediction.
6-1. McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All Rights Reserved. Market Potential and Sales Forecasting Chapter 06.
Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 6: Artificial Neural Networks for Data Mining.
Prepared by Fayes Salma.  Introduction: Financial Tasks  Data Mining process  Methods in Financial Data mining o Neural Network o Decision Tree  Trading.
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
MIS2502: Data Analytics Advanced Analytics - Introduction
과제 3: 인공신경망.
Week 11 Knowledge Discovery Systems & Data Mining :
Neural Networks & a case with bankruptcy prediction
Introduction to Neural Networks And Their Applications - Basics
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
A case in Neural Network - A Nerual Network for Bankruptcy Prediction
A case in Neural Network - A Nerual Network for Bankruptcy Prediction
III. Introduction to Neural Networks And Their Applications - Basics
Presentation transcript:

Neural Networks Automatic Model Building (Machine Learning) Artificial Intelligence

McGraw-Hill/Irwin©2007 The McGraw-Hill Companies, Inc. All rights reserved 7-2 High-Growth Product Used for classifying data –target customers –bank loan approval –hiring –stock purchase –trading electricity –DATA MINING Used for prediction

McGraw-Hill/Irwin©2007 The McGraw-Hill Companies, Inc. All rights reserved 7-3 Description Use network of connected nodes (in layers) Network connects input, output (categorical) –inputs like independent variable values in regression –outputs: {buy, don’t} {paid, didn’t} {red, green, blue, purple} {character recognition - alphabetic characters}

McGraw-Hill/Irwin©2007 The McGraw-Hill Companies, Inc. All rights reserved 7-4 Network InputHiddenOutput LayerLayersLayer Good Bad

McGraw-Hill/Irwin©2007 The McGraw-Hill Companies, Inc. All rights reserved 7-5 Operation Randomly generate weights on model –based on brain neurons input electrical charge transformed by neuron passed on to another neuron –weight input values, pass on to next layer –predict which of the categorical output is true Measure fit –fine tune around best fit

McGraw-Hill/Irwin©2007 The McGraw-Hill Companies, Inc. All rights reserved 7-6 Operation Useful for PATTERN RECOGNITION Can sometimes substitute for REGRESSION –works better than regression if relationships nonlinear –MAJOR RELATIVE ADVANTAGE OF NEURAL NETWORKS: YOU DON’T HAVE TO UNDERSTAND THE MODEL

McGraw-Hill/Irwin©2007 The McGraw-Hill Companies, Inc. All rights reserved 7-7 Neural Network Testing Usually train on part of available data –package tries weights until it successfully categorizes a selected proportion of the training data When trained, test model on part of data –if given proportion successfully categorized, quits –if not, works some more to get better fit The “model” is internal to the package Model can be applied to new data

McGraw-Hill/Irwin©2007 The McGraw-Hill Companies, Inc. All rights reserved 7-8 Business Application Best in classifying data mortgage underwritingasset allocation bond ratingfraud prevention commodity trading Predicting interest rate, inventory firm failurebank failure takeover vulnerabilitystock price corporate merger profitability

McGraw-Hill/Irwin©2007 The McGraw-Hill Companies, Inc. All rights reserved 7-9 Neural Network Process 1.Collect data 2.Separate into training, test sets 3.Transform data to appropriate units Categorical works better, but not necessary 4.Select, train, & test the network Can set number of hidden layers Can set number of nodes per layer A number of algorithmic options 5.Apply (need to use system on which built)

McGraw-Hill/Irwin©2007 The McGraw-Hill Companies, Inc. All rights reserved 7-10 Marketing Applications Direct marketing –database of prospective customers age, sex, income, occupation, education, location predict positive response to mail solicitations THIS IS HOW DATA MINING CAN BE USED IN MICROMARKETING

McGraw-Hill/Irwin©2007 The McGraw-Hill Companies, Inc. All rights reserved 7-11 Neural Nets to Predict Bankruptcy Wilson & Sharda (1994) Monitor firm financial performance Useful to identify internal problems, investment evaluation, auditing Predict bankruptcy - multivariate discriminant analysis of financial ratios (develop formula of weights over independent variables) Neural network - inputs were 5 financial ratios - data from Moody’s Industrial Manuals (129 firms, ; 65 went bankrupt) Tested against discriminant analysis Neural network significantly better

McGraw-Hill/Irwin©2007 The McGraw-Hill Companies, Inc. All rights reserved 7-12 Ranking Neural Network Wilson (1994) Decision problem - ranking candidates for position, computer systems, etc. INPUT - manager’s ranking of alternatives Real decision - hire 2 sales people from 15 applicants Each applicant scored by manager Neural network took scores, rank ordered best fit to manager of alternatives compared (AHP)

McGraw-Hill/Irwin©2007 The McGraw-Hill Companies, Inc. All rights reserved 7-13 CASE: Support CRM Drew et al. (2001), Journal of Service Research Identify customers to target Customer hazard function: –Likelihood of leaving to a competitor (CHURN) Gain in Lifetime Value (GLTV) –NPV: weight EV by prob{staying} –GLTV: quantified potential financial effects of company actions to retain customers

McGraw-Hill/Irwin©2007 The McGraw-Hill Companies, Inc. All rights reserved 7-14 Models: Proportional Hazards Regression Neural Networks –Estimate hazard functions Baseline Regression Models –Models for longitudinal analysis

McGraw-Hill/Irwin©2007 The McGraw-Hill Companies, Inc. All rights reserved 7-15 Data: Data Warehouse of Cellular Telephone Division Billing –Previous balance, access charges, minutes used, toll charges, roaming charges, optional features Usage –Number of calls, minutes by local, toll, peak, off-peak Subscription –Months in service, rate plan, contract type, date, duration Churn –Binary flag Demographics –Age, profitability to firm (current & future)

McGraw-Hill/Irwin©2007 The McGraw-Hill Companies, Inc. All rights reserved 7-16 Model Use Sample of 21,500 subscribers, April 1998 Modeled tenure for 1 to 36 months Trained on 15,000 of these samples –Remainder used for testing Neural network models worked better than traditional statistics

McGraw-Hill/Irwin©2007 The McGraw-Hill Companies, Inc. All rights reserved 7-17 Systems A great many products general NN products $59 to components DATA MINING along with megadatabasesother products library callable specialty products construction bidding, stock trading, electricity trading

McGraw-Hill/Irwin©2007 The McGraw-Hill Companies, Inc. All rights reserved 7-18 Potential Value THEY BUILD THEMSELVES –humans pick the data, variables, set test limits CAN DEAL WITH FAST-MOVING SITUATIONS –stock market CAN DEAL WITH MASSIVE DATA –data mining Problem - speed unpredictable