Intro - Intro - AI
Intro - Intro - AI
ARTIFICIAL INTELLIGENCE
AND MACHİNE LEARNİNG
INTRODUCTİON
Topics of this lecture
3
Representative technologies
Internet: Tim Berners-Lee, WWW inventor, 1989
Internet of things: Kevin Ashton, MIT Auto-ID Center,
1999
Cloud computing
Main frame (1950s)
Virtual machine (1970s)
Cloud (1990s)
Big data: John R. Masey, SGI, 1998
Deep learning: Geoffrey Hinton, UoT, 2006
A brief summary
9
Current status of AI
10
to solve problems,
to think abstractly,
to comprehend ideas,
to learn.
13
Subject matters in AI
Get machines to do what humans do but
machines can’t
Unlike any classical subject, the frontier of
what is AI is not static.
Intelligence can be defined as the ability for
solving problems
15
four views:
Brute-force search
Depth-first search
Breadth-first search
Heuristic Search
Hill climbing search
Best-first search
A* Algorithm
Intelligent search
Genetic algorithms
Meta-heuristics
Three MAPs for knowledge acquisition
21
Search
Problem formulation and basic search algorithms
Expert system-based reasoning
Production system, semantic network, and frame
Logic based-reasoning
Propositional logic and predicate logic
Soft computing based reasoning
Fuzzy logic and multilayer neural network
Scope of this course
25
Machine learning
Pattern recognition
Self-organization
Neural networks
Decision trees
Intelligent search (if we have time)
Genetic algorithm
Ant colony optimization
Purpose of this course
26
Association
Supervised Learning
Classification
Regression
Unsupervised Learning
Reinforcement Learning
Learning Associations
47
Basket analysis:
P (Y | X ) probability that somebody who buys X
also buys Y where X and Y are products/services.
Example: P ( chips | drink ) = 0.7
Classification
48
Example: Credit
scoring
Differentiating
between low-risk and
high-risk customers
from their income and
savings
Discriminant: IF income > θ1 AND savings > θ2
THEN low-risk ELSE high-risk
Classification: Applications
49
Test images
ORL dataset,
AT&T Laboratories, Cambridge UK
Regression
Example: Price of a
used car
y = wx+w0
x : car attributes
y : price
y = g (x | q )
g ( ) model,
q parameters
51
Regression Applications
52
α1
UCI Repository:
http://www.ics.uci.edu/~mlearn/MLRepository.html
Statlib: http://lib.stat.cmu.edu/
Resources: Journals
57