NeC4.5 —— Neural Ensemble Based C4.5

Slides:



Advertisements
Similar presentations
Introduction to Neural Networks 2. Overview  The McCulloch-Pitts neuron  Pattern space  Limitations  Learning.
Advertisements

DECISION TREES. Decision trees  One possible representation for hypotheses.
1 Machine Learning: Lecture 3 Decision Tree Learning (Based on Chapter 3 of Mitchell T.., Machine Learning, 1997)
Decision Trees DefinitionDefinition MechanismMechanism Splitting FunctionsSplitting Functions Issues in Decision-Tree LearningIssues in Decision-Tree Learning.
CPSC 502, Lecture 15Slide 1 Introduction to Artificial Intelligence (AI) Computer Science cpsc502, Lecture 15 Nov, 1, 2011 Slide credit: C. Conati, S.
Data Mining Classification: Basic Concepts, Decision Trees, and Model Evaluation Lecture Notes for Chapter 4 Part I Introduction to Data Mining by Tan,
Chapter 7: Business Management
Classification Techniques: Decision Tree Learning
The Orange Objects Classification. My process Get the image from the robot Mark the position of the ball in each image Calculate all 7 attributes –Width.
Numbers
Credit Card Applicants’ Credibility Prediction with Decision Tree n Dan Xiao n Jerry Yang.
PUBLIC: A Decision Tree Classifier that Integrates Building and Pruning RASTOGI, Rajeev and SHIM, Kyuseok Data Mining and Knowledge Discovery, 2000, 4.4.
Boosting Neural Networks Published by Holger Schwenk and Yoshua Benggio Neural Computation, 12(8): , Presented by Yong Li.
Ensemble of ensemble of tree and neural network Louis Duclos-Gosselin.
JSR 73: Data Mining API 資工三 B 林宗澤. Introduction In JDM, data mining [Mitchell1997, BL1997] includes the functional areas of classification, regression,
CS690L Data Mining: Classification
Ensemble with Neighbor Rules Voting Itt Romneeyangkurn, Sukree Sinthupinyo Faculty of Computer Science Thammasat University.
ELeaRNT: Evolutionary Learning of Rich Neural Network Topologies Authors: Slobodan Miletic 3078/2010 Nikola Jovanovic 3077/2010
1 ECE Department Control & Telecom Research Lab Z. P. Jiang.
Decision Trees Binary output – easily extendible to multiple output classes. Takes a set of attributes for a given situation or object and outputs a yes/no.
1 CSCI 3202: Introduction to AI Decision Trees Greg Grudic (Notes borrowed from Thomas G. Dietterich and Tom Mitchell) Intro AIDecision Trees.
DECISION TREE Ge Song. Introduction ■ Decision Tree: is a supervised learning algorithm used for classification or regression. ■ Decision Tree Graph:
Konstantina Christakopoulou Liang Zeng Group G21
Decision Tree Learning Presented by Ping Zhang Nov. 26th, 2007.
Lecture Notes for Chapter 4 Introduction to Data Mining
Extensive Facial Landmark Localization with Coarse-to-fine Convolutional Neural Network Erjin Zhou Haoqiang Fan Zhimin Cao Yuning Jiang Qi Yin Megvii Inc.,
An Interval Classifier for Database Mining Applications Rakes Agrawal, Sakti Ghosh, Tomasz Imielinski, Bala Iyer, Arun Swami Proceedings of the 18 th VLDB.
指導老師 : 李麗華 教授 報告者 : 廖偉丞. Catalog  Author  Abstract  Keywords  Introduction  Artificial neural network ensembles  Lung cancer diagnosis system 
Enlargement Simple scale factors. Find the scale factor and the missing length ?
10-1 人生与责任 淮安工业园区实验学校 连芳芳 “ 自我介绍 ” “ 自我介绍 ” 儿童时期的我.
Ensemble Classifiers.
Lung cancer cell identification based on artificial neural network ensembles 指導老師: 李麗華 教授 報告者: 廖偉丞.
Decision Trees in Analytical Model Development
Fast Effective Rule Induction
Prepared by: Mahmoud Rafeek Al-Farra
COMP1942 Classification: More Concept Prepared by Raymond Wong
Equivalent Ratios.
Data Mining Classification: Alternative Techniques
Issues in Decision-Tree Learning Avoiding overfitting through pruning
Tally training in Chandigarh. Introduction to Tally ERP 9.
Yahoo Mail Customer Support Number
Most Effective Techniques to Park your Manual Transmission Car
How do Power Car Windows Ensure Occupants Safety
© 2013 ExcelR Solutions. All Rights Reserved An Introduction to Creating a Perfect Decision Tree.
Data Mining Classification: Basic Concepts and Techniques
التخطيط لاستراتيجيات و أنشطة اللغة العربية
Model Development Weka User Manual.
ريكاوري (بازگشت به حالت اوليه)
Prepared by: Mahmoud Rafeek Al-Farra
Prepared by: Mahmoud Rafeek Al-Farra
Machine Learning Techniques for the Evaluating of External Skeletal Fixation Structure Dr.Khaled Rasheed Dr. Walter D. Potter Dr. Dennis N. Aron Ning Suo.
CS 4700: Foundations of Artificial Intelligence
Machine Learning: Lecture 3
Deep Forest: Towards an Alternative to Deep Neural Networks
Using decision trees and their ensembles for analysis of NIR spectroscopic data WSC-11, Saint Petersburg, 2018 In the light of morning session on superresolution.
THANK YOU!.
Thank you.
Thank you.
SVM-based Deep Stacking Networks
Statistical Learning Dong Liu Dept. EEIS, USTC.
CS539 Project Report -- Evaluating hypothesis
Data Science in Industry
Least Squares SVM Ensemble via Diversity(Relationship) Learning
PROJECT: ACADEMIC SEARCH -Group 9.
Hyperspectral Urban Image Inpainting
Guess a random word with n errors
Be The One People Want To Know
Advisor: Dr.vahidipour Zahra salimian Shaghayegh jalali Dec 2017
Presentation transcript:

NeC4.5 —— Neural Ensemble Based C4.5 Author Yuan Jiang ,Zhi-hua Zhou Reporter Zhen-xing Ge

Why NeC4.5 Comprehensibility Generalization

Some about C4.5 What is C4.5? Pseudocode

Gain-ratio Info_gain Disadvantage: gain-ratio Attribute that has most types. gain-ratio Attribute that has fewer types.

Why C4.5? Handling both continuous and discrete attributes Handling training data with missing attribute values Handling attributes with differing costs. Pruning trees after creation

NeC4.5 Introduction: Train a neural network ensemble. Enlarge the training set. Get the decision tree. Pseudocode:

Pseudocode:

Why NeC4.5?

Thanks for listening!