1 DL Introduction
1 DL Introduction
What is AI?
Answers
Rules
Data
What is Deep Neural Network?
ARTIFICIAL
INTELLIGENCE
MACHINE LEARNING
Any technique that enables
Ability to leam without
computers to mimic
e><plicitJy being programmed
human behavior
UII
Teaching computers how to learn a task directly from raw data
5
6
Figures from http://udlbook.com
8
Figures from http://udlbook.com
AI is all about deep learning
Yes
No
Model Model
Real world input Real world output
input output
Model Model
Age of child Height of child
input output
Regression
Deep learning
model
Deep learning
model
Deep learning
model
Deep learning
model
Deep learning
model
Deep learning
model
Deep learning
model
Deep learning
model
• Clustering
• Finding outliers
• Generating new examples
• Filling in missing data
• Build an agent which lives in a world and can perform certain actions
at each time step.
• Goal: take actions to change the state so that you receive rewards
• You don’t receive any data – you have to explore the environment
yourself to gather data as you go.
CMPS 497/CMPE 471 Special Topics in Deep Learning 46
Example: chess
• States are valid states of the chess board
• Actions at a given time are valid possible moves
• Positive rewards for taking pieces, negative rewards for losing them