C463 / B551 Artificial Intelligence

Machine Learning

Outline

Machine Learning

Motivation

Problem Examples

Issues in ML

Types of Learning

Training Set - Testing Set

Crossvalidation

Learning from Observations

Inductive Learning

Consistency Problem

Learning Decision Trees

Example - Boolean Tree
A B C Answer
x1 Y Y Y Yes
x2 N N Y No
x3 N N Y No
x4 Y N Y No
x5 Y N N Yes
x6 N Y N Yes
       

Overfitting

Ensemble Learning - Boosting

Parametric Learning

PL - Example

Nearest Neighbors

k-Nearest Neighbors

5-Nearest Neighbors

Distance

Kernel Models

Reinforcement Learning

Feedback

Types of RL

Typical Problem Description

Example - Riding a Bike

k-Armed Bandit