Page Number: 1 Datamining in e-Business: Veni, Vidi, Vici! by Prof. Dr. Veljko Milutinovic.

Slides:



Advertisements
Similar presentations
FUNCTION FITTING Student’s name: Ruba Eyal Salman Supervisor:
Advertisements

Decision Support and Artificial Intelligence Jack G. Zheng May 21 st 2008 MIS Chapter 4.
Decision Support and Artificial Intelligence Jack G. Zheng July 11 th 2005 MIS Chapter 4.
Pat Langley Computational Learning Laboratory Center for the Study of Language and Information Stanford University, Stanford, California
Decision Tree Approach in Data Mining
Page Number: 1 Prof. Dr. Veljko Milutinovic: Coarchitect of the World's first 200MHz RISC microprocessor,
Multiple Criteria for Evaluating Land Cover Classification Algorithms Summary of a paper by R.S. DeFries and Jonathan Cheung-Wai Chan April, 2000 Remote.
The Decision-Making Process IT Brainpower
SAK 5609 DATA MINING Prof. Madya Dr. Md. Nasir bin Sulaiman
Lazy Learning k-Nearest Neighbour Motivation: availability of large amounts of processing power improves our ability to tune k-NN classifiers.
Data Mining.
Clementine Server Clementine Server A data mining software for business solution.
Artificial Neural Networks (ANNs)
Burton D. Morgan Entrepreneurial Competition Are you the entrepreneurial type? Do you want to start your own business and be your own boss? Do you have.
© Prentice Hall1 DATA MINING Introductory and Advanced Topics Part II Margaret H. Dunham Department of Computer Science and Engineering Southern Methodist.
DBMiner 2.0 Adnan Rahi Prabhat Vivekanandan. Brief History of DBMiner Technology Inc. Research on data mining since International reputation and.
Page Number: 1 Prof. Dr. Veljko Milutinovic: Coarchitect of the World's first 200MHz RISC microprocessor,
Oracle Data Mining Ying Zhang. Agenda Data Mining Data Mining Algorithms Oracle DM Demo.
Mgt 20600: IT Management & Applications Decision Support Systems Tuesday April 18, 2006.
Decision Tree Models in Data Mining
Page 1/64 Data Mining Versus Semantic Web Data Mining Versus Semantic Web Veljko Milutinovic, This material was.
Artificial Intelligence (AI) Addition to the lecture 11.
Issues in Data Mining Applications -Tutorial- Nemanja Jovanovic, Valentina Milenkovic, Prof. Dr. Veljko Milutinovic,
Issues in Data Mining Applications -Tutorial- Nemanja Jovanovic, Valentina Milenkovic, Prof. Dr. Veljko Milutinovic,
Avalanche Internet Data Management System. Presentation plan 1. The problem to be solved 2. Description of the software needed 3. The solution 4. Avalanche.
Chapter 13 Genetic Algorithms. 2 Data Mining Techniques So Far… Chapter 5 – Statistics Chapter 6 – Decision Trees Chapter 7 – Neural Networks Chapter.
The CRISP-DM Process Model
Students: Nidal Hurani, Ghassan Ibrahim Supervisor: Shai Rozenrauch Industrial Project (234313) Tube Lifetime Predictive Algorithm COMPUTER SCIENCE DEPARTMENT.
Appendix: The WEKA Data Mining Software
Page Number: 1 Issues in Data Mining Infrastructure Issues in Data Mining Infrastructure Authors:Nemanja Jovanovic, Valentina.
Introduction to Data Mining Group Members: Karim C. El-Khazen Pascal Suria Lin Gui Philsou Lee Xiaoting Niu.
M1G Introduction to Database Development 6. Building Applications.
Zhangxi Lin ISQS Texas Tech University Note: Most slides are from Decision Tree Modeling by SAS Lecture Notes 5 Auxiliary Uses of Trees.
CSC 4510 – Machine Learning Dr. Mary-Angela Papalaskari Department of Computing Sciences Villanova University Course website:
Chapter 3 DECISION SUPPORT SYSTEMS CONCEPTS, METHODOLOGIES, AND TECHNOLOGIES: AN OVERVIEW Study sub-sections: , 3.12(p )
Analysis of algorithms Analysis of algorithms is the branch of computer science that studies the performance of algorithms, especially their run time.
Data Mining Teaching experience at the FIB. What is Data Mining? A broad set of techniques and algorithms brought from machine learning and statistics.
DATA MINING IN CLOUD COMPUTING Xxxxxxx -11/27/ DSCI 5240.
Constructing Data Mining Applications based on Web Services Composition Ali Shaikh Ali and Omer Rana
Software Research, Inc. Setting the Standard for Software Testing Windows Solution.
The CRISP Data Mining Process. August 28, 2004Data Mining2 The Data Mining Process Business understanding Data evaluation Data preparation Modeling Evaluation.
Ensembles. Ensemble Methods l Construct a set of classifiers from training data l Predict class label of previously unseen records by aggregating predictions.
Data Mining In contrast to the traditional (reactive) DSS tools, the data mining premise is proactive. Data mining tools automatically search the data.
CS690L Data Mining: Classification
Chapter 4 Decision Support System & Artificial Intelligence.
Data Mining and Decision Trees 1.Data Mining and Biological Information 2.Data Mining and Machine Learning Techniques 3.Decision trees and C5 4.Applications.
BOĞAZİÇİ UNIVERSITY DEPARTMENT OF MANAGEMENT INFORMATION SYSTEMS MATLAB AS A DATA MINING ENVIRONMENT.
Random Forests Ujjwol Subedi. Introduction What is Random Tree? ◦ Is a tree constructed randomly from a set of possible trees having K random features.
Classification using Decision Trees 1.Data Mining and Information 2.Data Mining and Machine Learning Techniques 3.Decision trees and C5 4.Applications.
Special Challenges With Large Data Mining Projects CAS PREDICTIVE MODELING SEMINAR Beth Fitzgerald ISO October 2006.
CS318 Decision Support Systems Rationale: This course aims to provide students with fundamental knowledge on decision support systems for managers and.
Unclassified//For Official Use Only 1 RAPID: Representation and Analysis of Probabilistic Intelligence Data Carnegie Mellon University PI : Prof. Jaime.
Decision Support Systems
Using Visual Basic.NET Programming Tools in the AIS Course Training Session Brian R. Kovar Kansas State University 7 th AIS Educator Annual Meeting June.
Developing Visual Basic Applications to Interact with an Access Database Training Session Brian R. Kovar Kansas State University 8 th AIS Educator Annual.
Saskatoon SAS user group
Ensemble Classifiers.
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
Data Mining Versus Semantic Web Veljko Milutinovic,
Welcome to DAIMON conference!.
RESEARCH APPROACH.
MANAGING DATA RESOURCES
Data Mining Practical Machine Learning Tools and Techniques
A Comparison of Capabilities of Data Mining Tools
Classification and Prediction
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
FEniCS = Finite Element - ni - Computational Software
This presentation was developed by Dr. Steven C
Advisor: Dr.vahidipour Zahra salimian Shaghayegh jalali Dec 2017
Presentation transcript:

Page Number: 1 Datamining in e-Business: Veni, Vidi, Vici! by Prof. Dr. Veljko Milutinovic

Page Number: 2 THIS IS A DEMO VERSION OF THE TUTORIAL IN DATAMINING FOR E-BUSINESS ONLY A FEW SLIDES OF THE ORIGINAL TUTORIAL ARE PRESENTED HERE

Page Number: 3 Focus of this Presentation Focus of this Presentation  Data Mining problem types  Data Mining models and algorithms  Efficient Data Mining  Available software

Page Number: 4 Decision Trees Balance>10Balance<=10 Age<=32Age>32 Married=NOMarried=YES

Page Number: 5 Decision Trees Decision Trees

Page Number: 6 Rule Induction Rule Induction  Method of deriving a set of rules to classify cases  Creates independent rules that are unlikely to form a tree  Rules may not cover all possible situations  Rules may sometimes conflict in a prediction

Page Number: 7 Comparison of fourteen DM tools Evaluated by four undergraduates inexperienced at data mining, a relatively experienced graduate student, and a professional data mining consultant Evaluated by four undergraduates inexperienced at data mining, a relatively experienced graduate student, and a professional data mining consultant Run under the MS Windows 95, MS Windows NT, Macintosh System 7.5 Run under the MS Windows 95, MS Windows NT, Macintosh System 7.5 Use one of the four technologies: Decision Trees, Rule Inductions, Neural, or Polynomial Networks Use one of the four technologies: Decision Trees, Rule Inductions, Neural, or Polynomial Networks Solve two binary classification problems: multi-class classification and noiseless estimation problem Solve two binary classification problems: multi-class classification and noiseless estimation problem Price from 75$ to $ Price from 75$ to $

Page Number: 8 Comparison of fourteen DM tools The Decision Tree products were - CART - Scenario - See5 - S-Plus The Decision Tree products were - CART - Scenario - See5 - S-Plus The Rule Induction tools were - WizWhy - DataMind - DMSK The Rule Induction tools were - WizWhy - DataMind - DMSK Neural Networks were built from three programs - NeuroShell2 - PcOLPARS - PRW Neural Networks were built from three programs - NeuroShell2 - PcOLPARS - PRW The Polynomial Network tools were - ModelQuest Expert - Gnosis - a module of NeuroShell2 - KnowledgeMiner The Polynomial Network tools were - ModelQuest Expert - Gnosis - a module of NeuroShell2 - KnowledgeMiner

Page Number: 9 Criteria for evaluating DM tools A list of 20 criteria for evaluating DM tools, put into 4 categories: Capability measures what a desktop tool can do, and how well it does it - Handles missing data- - Considers misclassification costs - Allows data transformations - Includes quality of tesing options - Has a programming language - Provides useful output reports - Provides visualisation Capability measures what a desktop tool can do, and how well it does it - Handles missing data- - Considers misclassification costs - Allows data transformations - Includes quality of tesing options - Has a programming language - Provides useful output reports - Provides visualisation

Page Number: 10 Criteria for evaluating DM tools Interoperability shows a tool’s ability to interface with other computer applications - Importing data - Exporting data - Links to other applications Interoperability shows a tool’s ability to interface with other computer applications - Importing data - Exporting data - Links to other applications Flexibility - Model adjustment flexibility - Customizable work enviroment - Ability to write or change code Flexibility - Model adjustment flexibility - Customizable work enviroment - Ability to write or change code