IES 511 Machine Learning Dr. Türker İnce (Lecture notes by Prof. T. M

Slides:



Advertisements
Similar presentations
Concept Learning and the General-to-Specific Ordering
Advertisements

2. Concept Learning 2.1 Introduction
1 Machine Learning: Lecture 3 Decision Tree Learning (Based on Chapter 3 of Mitchell T.., Machine Learning, 1997)
Concept Learning DefinitionsDefinitions Search Space and General-Specific OrderingSearch Space and General-Specific Ordering The Candidate Elimination.
CS 484 – Artificial Intelligence1 Announcements Project 1 is due Tuesday, October 16 Send me the name of your konane bot Midterm is Thursday, October 18.
1 1)Introduction to Machine Learning 2)Learning problem 3)Learning system design IES 511 Machine Learning Dr. Türker İnce (Lecture notes by Prof. T. M.
Università di Milano-Bicocca Laurea Magistrale in Informatica
CII504 Intelligent Engine © 2005 Irfan Subakti Department of Informatics Institute Technology of Sepuluh Nopember Surabaya - Indonesia.
Adapted by Doug Downey from: Bryan Pardo, EECS 349 Fall 2007 Machine Learning Lecture 2: Concept Learning and Version Spaces 1.
true error less Any learner that outputs a hypothesis consistent with all training examples.
Chapter 2 - Concept learning
Machine Learning: Symbol-Based
MACHINE LEARNING. What is learning? A computer program learns if it improves its performance at some task through experience (T. Mitchell, 1997) A computer.
Concept Learning and Version Spaces
Kansas State University Department of Computing and Information Sciences CIS 830: Advanced Topics in Artificial Intelligence Wednesday, January 19, 2001.
Computing & Information Sciences Kansas State University Lecture 01 of 42 Wednesday, 24 January 2008 William H. Hsu Department of Computing and Information.
CS 484 – Artificial Intelligence1 Announcements List of 5 source for research paper Homework 5 due Tuesday, October 30 Book Review due Tuesday, October.
Machine Learning Chapter 11. Analytical Learning
1 Machine Learning What is learning?. 2 Machine Learning What is learning? “That is what learning is. You suddenly understand something you've understood.
Machine Learning Chapter 11.
1 Concept Learning By Dong Xu State Key Lab of CAD&CG, ZJU.
机器学习 陈昱 北京大学计算机科学技术研究所 信息安全工程研究中心. 课程基本信息  主讲教师:陈昱 Tel :  助教:程再兴, Tel :  课程网页:
Machine Learning Chapter 2. Concept Learning and The General-to-specific Ordering Tom M. Mitchell.
Kansas State University Department of Computing and Information Sciences CIS 830: Advanced Topics in Artificial Intelligence Monday, January 22, 2001 William.
Chapter 2: Concept Learning and the General-to-Specific Ordering.
George F Luger ARTIFICIAL INTELLIGENCE 6th edition Structures and Strategies for Complex Problem Solving Machine Learning: Symbol-Based Luger: Artificial.
Machine Learning Chapter 5. Artificial IntelligenceChapter 52 Learning 1. Rote learning rote( โรท ) n. วิถีทาง, ทางเดิน, วิธีการตามปกติ, (by rote จากความทรงจำ.
CpSc 810: Machine Learning Concept Learning and General to Specific Ordering.
Concept Learning and the General-to-Specific Ordering 이 종우 자연언어처리연구실.
Outline Inductive bias General-to specific ordering of hypotheses
Overview Concept Learning Representation Inductive Learning Hypothesis
Concept learning, Regression Adapted from slides from Alpaydin’s book and slides by Professor Doina Precup, Mcgill University.
Kansas State University Department of Computing and Information Sciences CIS 798: Intelligent Systems and Machine Learning Thursday, August 26, 1999 William.
Kansas State University Department of Computing and Information Sciences CIS 730: Introduction to Artificial Intelligence Lecture 34 of 41 Wednesday, 10.
Machine Learning Concept Learning General-to Specific Ordering
Kansas State University Department of Computing and Information Sciences CIS 690: Implementation of High-Performance Data Mining Systems Thursday, 20 May.
Artificial Intelligence Machine Learning. Learning Learning can be described as normally a relatively permanent change that occurs in behaviour as a result.
CS464 Introduction to Machine Learning1 Concept Learning Inducing general functions from specific training examples is a main issue of machine learning.
Concept Learning and The General-To Specific Ordering
Computational Learning Theory Part 1: Preliminaries 1.
Concept learning Maria Simi, 2011/2012 Machine Learning, Tom Mitchell Mc Graw-Hill International Editions, 1997 (Cap 1, 2).
Machine Learning Chapter 7. Computational Learning Theory Tom M. Mitchell.
1 1)Bayes’ Theorem 2)MAP, ML Hypothesis 3)Bayes optimal & Naïve Bayes classifiers IES 511 Machine Learning Dr. Türker İnce (Lecture notes by Prof. T. M.
Data Mining Lecture 3.
Chapter 2 Concept Learning
Machine Learning: Symbol-Based
Machine Learning: Symbol-Based
Concept Learning Machine Learning by T. Mitchell (McGraw-Hill) Chp. 2
CSE543: Machine Learning Lecture 2: August 6, 2014
CS 9633 Machine Learning Concept Learning
Analytical Learning Discussion (4 of 4):
Machine Learning Chapter 2
Ordering of Hypothesis Space
Data Mining Lecture 11.
INTRODUCTION TO Machine Learning
Machine Learning Chapter 3. Decision Tree Learning
Machine Learning: Lecture 3
Introduction to Machine Learning and Knowledge Representation
Machine Learning Chapter 3. Decision Tree Learning
Machine Learning Course.
Concept Learning.
Concept Learning Berlin Chen 2005 References:
Algorithms Lecture # 01 Dr. Sohail Aslam.
Machine Learning Chapter 2
Implementation of Learning Systems
INTRODUCTION TO Machine Learning
Version Space Machine Learning Fall 2018.
Machine Learning Chapter 2
Presentation transcript:

IES 511 Machine Learning Dr. Türker İnce (Lecture notes by Prof. T. M IES 511 Machine Learning Dr. Türker İnce (Lecture notes by Prof. T. M. Mitchell, Machine Learning course at CMU) Concept Learning General-to-Specific Ordering of Hypothesis Find-S and Candidate Elimination Algorithms Inductive Bias

Learning System Design Example - Play Checkers

Concept Learning Example

Hypothesis representation

Concept Learning Task

Fundamental assumption of inductive learning

General-to-specific ordering of hypothesis

The Find-S Algorithm

Hypothesis space search by Find-S

Limitations of Find-S Can’t tell whether it has learned concept Can’t tell when training data inconsistent Picks a maximally specific h (why?) Depending on H, there might be several!

Consistent hypothesis and Version Space

The List-Then-Eliminate Algorithm

Version Space of EnjoySport Concept Learning

Version Space of EnjoySport Concept Learning

Candidate Elimination Algorithm

Candidate Elimination Algorithm

EnjoySport Example

EnjoySport Example

EnjoySport Example

Limitations of Candidate Elimination Training data contains errors Target concept is not in H, it can not be described in current hypothesis representation

Partially learned concept

Inductive Bias

Inductive learners modeled by equivalent deductive systems