Inductive Learning and Decision Trees

Similar documents
Lecture 1: Basic Concepts of Machine Learning

Introduction to Ensemble Learning Featuring Successes in the Netflix Prize Competition

Lecture 1: Machine Learning Basics

Module 12. Machine Learning. Version 2 CSE IIT, Kharagpur

CSL465/603 - Machine Learning

Version Space. Term 2012/2013 LSI - FIB. Javier Béjar cbea (LSI - FIB) Version Space Term 2012/ / 18

Machine Learning and Data Mining. Ensembles of Learners. Prof. Alexander Ihler

CS Machine Learning

Active Learning. Yingyu Liang Computer Sciences 760 Fall

Learning From the Past with Experiment Databases

(Sub)Gradient Descent

Python Machine Learning

Rule Learning with Negation: Issues Regarding Effectiveness

Linking Task: Identifying authors and book titles in verbose queries

Rule Learning With Negation: Issues Regarding Effectiveness

Grade 6: Correlated to AGS Basic Math Skills

Course Outline. Course Grading. Where to go for help. Academic Integrity. EE-589 Introduction to Neural Networks NN 1 EE

Decision Analysis. Decision-Making Problem. Decision Analysis. Part 1 Decision Analysis and Decision Tables. Decision Analysis, Part 1

OPTIMIZATINON OF TRAINING SETS FOR HEBBIAN-LEARNING- BASED CLASSIFIERS

Chapter 2 Rule Learning in a Nutshell

Speech Recognition at ICSI: Broadcast News and beyond

Assignment 1: Predicting Amazon Review Ratings

School of Innovative Technologies and Engineering

Constructive Induction-based Learning Agents: An Architecture and Preliminary Experiments

Axiom 2013 Team Description Paper

Economics 201 Principles of Microeconomics Fall 2010 MWF 10:00 10:50am 160 Bryan Building

System Implementation for SemEval-2017 Task 4 Subtask A Based on Interpolated Deep Neural Networks

A Case Study: News Classification Based on Term Frequency

A Version Space Approach to Learning Context-free Grammars

Chinese Language Parsing with Maximum-Entropy-Inspired Parser

CS 446: Machine Learning

Semi-supervised methods of text processing, and an application to medical concept extraction. Yacine Jernite Text-as-Data series September 17.

Calibration of Confidence Measures in Speech Recognition

Algebra 1, Quarter 3, Unit 3.1. Line of Best Fit. Overview

Learning Distributed Linguistic Classes

GACE Computer Science Assessment Test at a Glance

Twitter Sentiment Classification on Sanders Data using Hybrid Approach

Predicting Students Performance with SimStudent: Learning Cognitive Skills from Observation

Individual Component Checklist L I S T E N I N G. for use with ONE task ENGLISH VERSION

Data Stream Processing and Analytics

EECS 700: Computer Modeling, Simulation, and Visualization Fall 2014

LEGO MINDSTORMS Education EV3 Coding Activities

Mathematics Assessment Plan

Maximizing Learning Through Course Alignment and Experience with Different Types of Knowledge

Artificial Neural Networks written examination

Spring 2014 SYLLABUS Michigan State University STT 430: Probability and Statistics for Engineering

Software Maintenance

Interactive Whiteboard

have to be modeled) or isolated words. Output of the system is a grapheme-tophoneme conversion system which takes as its input the spelling of words,

Improving Simple Bayes. Abstract. The simple Bayesian classier (SBC), sometimes called

CS 101 Computer Science I Fall Instructor Muller. Syllabus

Machine Learning from Garden Path Sentences: The Application of Computational Linguistics

Knowledge Transfer in Deep Convolutional Neural Nets

Statewide Framework Document for:

Switchboard Language Model Improvement with Conversational Data from Gigaword

Spring 2016 Stony Brook University Instructor: Dr. Paul Fodor

Applications of data mining algorithms to analysis of medical data

On-Line Data Analytics

The Strong Minimalist Thesis and Bounded Optimality

Classify: by elimination Road signs

Cal s Dinner Card Deals

Exploration. CS : Deep Reinforcement Learning Sergey Levine

GLOBAL INSTITUTIONAL PROFILES PROJECT Times Higher Education World University Rankings

Using focal point learning to improve human machine tacit coordination

Lecture 10: Reinforcement Learning

STA2023 Introduction to Statistics (Hybrid) Spring 2013

Intelligent Agents. Chapter 2. Chapter 2 1

A Decision Tree Analysis of the Transfer Student Emma Gunu, MS Research Analyst Robert M Roe, PhD Executive Director of Institutional Research and

Defragmenting Textual Data by Leveraging the Syntactic Structure of the English Language

Softprop: Softmax Neural Network Backpropagation Learning

A Neural Network GUI Tested on Text-To-Phoneme Mapping

Probabilistic Latent Semantic Analysis

1.11 I Know What Do You Know?

Using the Attribute Hierarchy Method to Make Diagnostic Inferences about Examinees Cognitive Skills in Algebra on the SAT

Foothill College Fall 2014 Math My Way Math 230/235 MTWThF 10:00-11:50 (click on Math My Way tab) Math My Way Instructors:

Rule-based Expert Systems

SARDNET: A Self-Organizing Feature Map for Sequences

Purdue Data Summit Communication of Big Data Analytics. New SAT Predictive Validity Case Study

The One Minute Preceptor: 5 Microskills for One-On-One Teaching

PHY2048 Syllabus - Physics with Calculus 1 Fall 2014

Reducing Features to Improve Bug Prediction

Agents and environments. Intelligent Agents. Reminders. Vacuum-cleaner world. Outline. A vacuum-cleaner agent. Chapter 2 Actuators

STA 225: Introductory Statistics (CT)

arxiv: v1 [cs.cl] 2 Apr 2017

Corrective Feedback and Persistent Learning for Information Extraction

Analysis of Hybrid Soft and Hard Computing Techniques for Forex Monitoring Systems

IS FINANCIAL LITERACY IMPROVED BY PARTICIPATING IN A STOCK MARKET GAME?

Transfer Learning Action Models by Measuring the Similarity of Different Domains

Learning to Rank with Selection Bias in Personal Search

Discriminative Learning of Beam-Search Heuristics for Planning

CS 1103 Computer Science I Honors. Fall Instructor Muller. Syllabus

AUTHOR COPY. Techniques for cold-starting context-aware mobile recommender systems for tourism

EDEXCEL FUNCTIONAL SKILLS PILOT. Maths Level 2. Chapter 7. Working with probability

Course Content Concepts

Experiments with SMS Translation and Stochastic Gradient Descent in Spanish Text Author Profiling

Human Emotion Recognition From Speech


Numeracy Medium term plan: Summer Term Level 2C/2B Year 2 Level 2A/3C

TCC Jim Bolen Math Competition Rules and Facts. Rules:

Foothill College Summer 2016

Transcription:

Inductive Learning and Decision Trees Doug Downey EECS 349 Spring 2017 with slides from Pedro Domingos, Bryan Pardo

Outline Announcements Homework #1 was assigned on Monday (due in five days!) Inductive learning Decision Trees 2

Outline Announcements Homework #1 Inductive learning Decision Trees 3

Learning tasks Tasks clearly state inputs and outputs: Predicting the stock market based on past price data Input: A ticker symbol and a date Output: Will the close be higher or lower on the date? (classification) Or: what will the price change be? (regression) Predicting outcomes of sporting events Input: A game (two opponents, a date) Output: which team will win (classification) On the other hand, these are not tasks: Studying the relationship between weather and sports game outcomes. Applying neural networks to natural language processing.

Instances E.g. Four Days, in terms of weather: Sky Temp Humid Wind Forecast sunny warm normal strong same sunny warm high strong same rainy cold high strong change sunny warm high strong change

Functions Days on which Anne agrees to get lunch with me INPUT OUTPUT Sky Temp Humid Wind Forecast f(x) sunny warm normal strong same 1 sunny warm high strong same 1 rainy cold high strong change 0 sunny warm high strong change 1 6

Inductive Learning! Predict the output for a new instance (generalize!) INPUT OUTPUT Sky Temp Humid Wind Forecast f(x) sunny warm normal strong same 1 sunny warm high strong same 1 rainy cold high strong change 0 sunny warm high strong change 1 rainy warm high strong change? 7

General Inductive Learning Task DEFINE: Set X of Instances (of n-tuples x = <x 1,..., x n >) E.g., days decribed by attributes (or features): Sky, Temp, Humidity, Wind, Forecast Target function f : X Y, e.g.: GoesToLunch X Y = {0,1} ResponseToLunch X Y = { No, Yes, How about tomorrow? } ProbabililityOfLunch X Y = [0, 1] GIVEN: Training examples D FIND: examples of the target function: <x, f(x)> A hypothesis h such that h(x) approximates f(x).

Example w/ continuous attributes Learn function from x = (x 1,, x d ) to f(x) {0, 1} given labeled examples (x, f(x))? x 2 x 1

Hypothesis Spaces Hypothesis space H is a subset of all f : X Y e.g.: Linear separators Conjunctions of constraints on attributes (humidity must be low, and outlook!= rain) Etc. In machine learning, we restrict ourselves to H The subset aspect turns out to be important

Examples Credit Risk Analysis X: Properties of customer and proposed purchase f (x): Approve (1) or Disapprove (0) Disease Diagnosis X: Properties of patient (symptoms, lab tests) f (x): Disease (if any) Face Recognition X: Bitmap image f (x):name of person Automatic Steering X: Bitmap picture of road surface in front of car f (x): Degrees to turn the steering wheel

When to use? Inductive Learning is appropriate for building a face recognizer It is not appropriate for building a calculator You d just write a calculator program Question: What general characteristics make a problem suitable for inductive learning?

Think/Pair/Share What general characteristics make a problem suitable for inductive learning? Think Start End 13

Think/Pair/Share What general characteristics make a problem suitable for inductive learning? Pair Start End 14

Think/Pair/Share What general characteristics make a problem suitable for inductive learning? Share 15

Appropriate applications Situations in which: There is no human expert Humans can perform the task but can t describe how The desired function changes frequently Each user needs a customized f

Outline Announcements Homework #1 Inductive learning Decision Trees 17

Why Decision Trees? Simple inductive learning approach Training procedure is easy to understand Output models are easy to understand Popular The most popular learning method, according to surveys [Domingos, 2016]

Task: Will I wait for a table? 19

20 Decision Trees!

Expressiveness of D-Trees 21

A learned decision tree 22

Inductive Bias To learn, we must prefer some functions to others Selection bias use a restricted hypothesis space, e.g.: linear separators 2-level decision trees Preference bias use the whole concept space, but state a preference over concepts, e.g.: Lowest-degree polynomial that separates the data shortest decision tree that fits the data 23

Decision Tree Learning (ID3) 24

Recap Inductive learning Goal: generate a hypothesis a function from instances described by attributes to an output using training examples. Requires inductive bias a restricted hypothesis space, or preferences over hypotheses. Decision Trees Simple representation of hypotheses, recursive learning algorithm Prefer smaller trees! 25

Choosing an attribute 26

Think/Pair/Share How should we choose which attribute to split on next? Think Start End 27

Think/Pair/Share How should we choose which attribute to split on next? Pair Start End 28

Think/Pair/Share How should we choose which attribute to split on next? Share 29

Information Brief sojourn into information theory (on board) 30

H(V) Entropy The entropy H(V) of a Boolean random variable V as the probability of V = 0 varies from 0 to 1 31 P(V=0)

Using Information The key question: how much information, on average, will I gain about the class by doing the split? Choose attribute x i that maximizes this expected value InfoGain x i = H prior v P(x i = v)h(y x i = v) Since H prior is constant w.r.t. x i, we can just choose attribute with minimum v P(x i = v)h(y x i = v) 32

Measuring Performance 33

What the learning curve tells us 34

Overfitting

Overfitting is due to noise Sources of noise: Erroneous training data concept variable incorrect (annotator error) Attributes mis-measured More significant: Irrelevant attributes Target function not realizable in attributes

Irrelevant attributes If many attributes are noisy, information gains can be spurious, e.g.: 20 noisy attributes 10 training examples Expected # of different depth-3 trees that split the training data perfectly using only noisy attributes: 13.4

Not realizable In general: We can rarely measure well enough for perfect prediction => Target function is not uniquely determined by attribute values Target outputs appear to be noisy Same attribute vector may yield distinct output values

Not realizable: Example Humidity EnjoySport 0.90 0 0.87 1 0.80 0 0.75 0 0.70 1 0.69 1 0.65 1 0.63 1 Decent hypothesis: Humidity > 0.70 No Otherwise Yes Overfit hypothesis: Humidity > 0.89 No Humidity > 0.80 ^ Humidity <= 0.89 Yes Humidity > 0.70 ^ Humidity <= 0.80 No Humidity <= 0.70 Yes

Avoiding Overfitting Approaches Stop splitting when information gain is low or when split is not statistically significant. Grow full tree and then prune it when done 41

Effect of Reduced Error Pruning 43

C4.5 Algorithm Builds a decision tree from labeled training data Generalizes simple ID3 tree by Prunes tree after building to improve generality Allows missing attributes in examples Allowing continuous-valued attributes 44

Rule post pruning Used in C4.5 Steps 1. Build the decision tree 2. Convert it to a set of logical rules 3. Prune each rule independently 4. Sort rules into desired sequence for use 45

Other Odds and Ends Unknown Attribute Values?

Odds and Ends Unknown Attribute Values? Continuous Attributes?

Decision Tree Boundaries 51

Decision Trees Bias How to solve 2-bit parity: Two step look-ahead, or Split on pairs of attributes at once For k-bit parity, why not just do k-step look ahead? Or split on k attribute values? =>Parity functions are among the victims of the decision tree s inductive bias.

Now we have choices Re-split continuous attributes? Handling unknown variables? Prune or not? Stopping criteria? Split selection criteria? Use look-ahead? In homework #2: one choice for each In practice, how to decide? An instance of Model Selection In general, we could also select an H other than decision trees

Think/Pair/Share We can do model selection using a 70% train, 30% validation split of our data. But can we do better? Think Start End 55

Think/Pair/Share We can do model selection using a 70% train, 30% validation split of our data. But can we do better? Pair Start End 56

Think/Pair/Share We can do model selection using a 70% train, 30% validation split of our data. But can we do better? Share 57

10-fold Cross-Validation On board

Take away about decision trees Used as classifiers Supervised learning algorithms (ID3, C4.5) Good for situations where Inputs, outputs are discrete Interpretability is important We think the true function is a small tree 59

Readings Decision Trees: Induction of decision trees, Ross Quinlan (1986) (covers ID3) https://link.springer.com/article/10.1007%2fbf00116251 (may need to be on campus to access) C4.5: Programs for Machine Learning (2014) (covers C4.5) https://books.google.com/books?hl=en&lr=&id=b3ujbqaaqbaj&oi=fnd&pg=pp1&dq =c4.5&ots=spanstetc4&sig=c2np0fbu37b-iedvuyhulpjsv4#v=onepage&q=c4.5&f=false Overfitting in Decision Trees http://cse-wiki.unl.edu/wiki/index.php/decision_trees,_overfitting,_and_occam's_razor Cross-Validation https://en.wikipedia.org/wiki/cross-validation_(statistics)