Yazd University, Electrical and Computer Engineering Department Course Title: Advanced Software Engineering By: Mohammad Ali Zare Chahooki 1 Introduction.

Slides:



Advertisements
Similar presentations
CHAPTER 1: Introduction
Advertisements

Introduction to Machine Learning BITS C464/BITS F464
Machine Learning CSE 681 CH1 - INTRODUCTION. INTRODUCTION TO Machine Learning 2nd Edition ETHEM ALPAYDIN © The MIT Press, 2010
Godfather to the Singularity
CHAPTER 2: Supervised Learning. Lecture Notes for E Alpaydın 2004 Introduction to Machine Learning © The MIT Press (V1.1) 2 Learning a Class from Examples.
INTRODUCTION TO MACHINE LEARNING Bayesian Estimation.
INTRODUCTION TO MACHINE LEARNING David Kauchak CS 451 – Fall 2013.
Data Visualization STAT 890, STAT 442, CM 462
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.
ETHEM ALPAYDIN © The MIT Press, Lecture Slides for.
MACHINE LEARNING 1. Introduction. What is Machine Learning? Based on E Alpaydın 2004 Introduction to Machine Learning © The MIT Press (V1.1) 2  Need.
Introduction to Machine Learning Anjeli Singh Computer Science and Software Engineering April 28 th 2008.
CIS 678 Artificial Intelligence problems deduction, reasoning knowledge representation planning learning natural language processing motion and manipulation.
CPSC 540 Machine Learning Nando de Freitas
Introduction to Machine Learning course fall 2007 Lecturer: Amnon Shashua Teaching Assistant: Yevgeny Seldin School of Computer Science and Engineering.
Learning Programs Danielle and Joseph Bennett (and Lorelei) 4 December 2007.
CS157A Spring 05 Data Mining Professor Sin-Min Lee.
INTRODUCTION TO Machine Learning ETHEM ALPAYDIN © The MIT Press, Lecture Slides for.
Part I: Classification and Bayesian Learning
INTRODUCTION TO Machine Learning 3rd Edition
Chapter 5 Data mining : A Closer Look.
1. Introduction to Pattern Recognition and Machine Learning. Prof. A.L. Yuille. Dept. Statistics. UCLA. Stat 231. Fall 2004.
Introduction to machine learning
Machine Learning Usman Roshan Dept. of Computer Science NJIT.
Wilma Bainbridge Tencia Lee Kendra Leigh
CS Machine Learning. What is Machine Learning? Adapt to / learn from data  To optimize a performance function Can be used to:  Extract knowledge.
General Information Course Id: COSC6342 Machine Learning Time: MO/WE 2:30-4p Instructor: Christoph F. Eick Classroom:SEC 201
Department of Information Technology Indian Institute of Information Technology and Management Gwalior AASF hIQ 1 st Nov ‘09 Department of Information.
MACHINE LEARNING 張銘軒 譚恆力 1. OUTLINE OVERVIEW HOW DOSE THE MACHINE “ LEARN ” ? ADVANTAGE OF MACHINE LEARNING ALGORITHM TYPES  SUPERVISED.
Mehdi Ghayoumi Kent State University Computer Science Department Summer 2015 Exposition on Cyber Infrastructure and Big Data.
General Information Course Id: COSC6342 Machine Learning Time: TU/TH 10a-11:30a Instructor: Christoph F. Eick Classroom:AH123
CpSc 881: Machine Learning Introduction. 2 Copy Right Notice Most slides in this presentation are adopted from slides of text book and various sources.
Machine Learning An Introduction. What is Learning?  Herbert Simon: “Learning is any process by which a system improves performance from experience.”
Mehdi Ghayoumi MSB rm 132 Ofc hr: Thur, a Machine Learning.
Machine Learning Lecture 1. Course Information Text book “Introduction to Machine Learning” by Ethem Alpaydin, MIT Press. Reference book “Data Mining.
Lecture 10: 8/6/1435 Machine Learning Lecturer/ Kawther Abas 363CS – Artificial Intelligence.
INTRODUCTION TO Machine Learning Adapted from: ETHEM ALPAYDIN Lecture Slides for.
1 Machine Learning 1.Where does machine learning fit in computer science? 2.What is machine learning? 3.Where can machine learning be applied? 4.Should.
Eick : First Lecture COSC 7362 Overview Advanced Machine Learning Hyla-Tree Frog Outlier and Anomaly Detection Spatio-Temporal Clustering Ensemble Learning.
Machine Learning Extract from various presentations: University of Nebraska, Scott, Freund, Domingo, Hong,
Web-Mining Agents Prof. Dr. Ralf Möller Universität zu Lübeck Institut für Informationssysteme Karsten Martiny (Übungen)
Web-Mining Agents Prof. Dr. Ralf Möller Universität zu Lübeck Institut für Informationssysteme Karsten Martiny (Übungen)
CHAPTER 1: Introduction. 2 Why “Learn”? Machine learning is programming computers to optimize a performance criterion using example data or past experience.
يادگيري ماشين Machine Learning Lecturer: A. Rabiee
General Information Course Id: COSC6342 Machine Learning Time: TU/TH 1-2:30p Instructor: Christoph F. Eick Classroom:AH301
Knowledge-based systems Sanaullah Manzoor CS&IT, Lahore Leads University
Network Management Lecture 13. MACHINE LEARNING TECHNIQUES 2 Dr. Atiq Ahmed Université de Balouchistan.
Machine learning & object recognition Cordelia Schmid Jakob Verbeek.
Usman Roshan Dept. of Computer Science NJIT
Brief Intro to Machine Learning CS539
Machine Learning for Computer Security
Machine Learning overview Chapter 18, 21
Machine Learning overview Chapter 18, 21
Eick: Introduction Machine Learning

CH. 1: Introduction 1.1 What is Machine Learning Example:
Machine Learning Ali Ghodsi Department of Statistics
CS 790 Machine Learning Introduction Ali Borji UWM.
AV Autonomous Vehicles.
What is Pattern Recognition?
Machine Learning.
Machine Learning” Lecture 1
Machine learning techniques and Applications
ITEC323 Lecture 1.
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
Christoph F. Eick: A Gentle Introduction to Machine Learning
CS639: Data Management for Data Science
INTRODUCTION TO Machine Learning
Machine learning: What is it?
Machine Learning overview Chapter 18, 21
Presentation transcript:

Yazd University, Electrical and Computer Engineering Department Course Title: Advanced Software Engineering By: Mohammad Ali Zare Chahooki 1 Introduction to Machine Learning

Why “Learn” ? 2 Machine learning is programming computers to … optimize a performance criterion using … example data or past experience. There is no need to “learn” to calculate payroll Learning is used when: Human expertise does not exist (navigating on Mars), Humans are unable to explain their expertise (speech recognition) Solution changes in time (routing on a computer network) Solution needs to be adapted to particular cases (user biometrics)

In “Learning” … 3 Learning general models from a data of particular examples Data is cheap and abundant (data warehouses); knowledge is expensive and scarce. Example in retail … People who bought “Da Vinci Code” also bought “The Five People You Meet in Heaven” ( Build a model that is a good and useful approximation to the data.

What is Machine Learning? 4 Optimize a performance criterion using example data or past experience. Role of Statistics: Inference from a sample Role of Computer science: Efficient algorithms to Solve the optimization problem Representing and evaluating the model for inference

Applications 5 Learning Associations Supervised Learning Classification Regression Unsupervised Learning Reinforcement Learning

Learning Associations 6 Basket analysis: P (Y | X ) probability that somebody who buys X also buys Y where X and Y are products/services. Example: P ( chips | delester) = 0.7

Classification 7 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 8 Face recognition: Pose, lighting, occlusion (glasses, beard), make-up, hair style Character recognition: Different handwriting styles. Speech recognition: Temporal dependency. Use of a dictionary or the syntax of the language. Sensor fusion: Combine multiple modalities; eg, visual (lip image) and acoustic for speech Medical diagnosis: From symptoms to illnesses...

Face Recognition 9 Training examples of a person Test images AT&T Laboratories, Cambridge UK

Regression Example: Price of a used car x : car attributes y : price y = g (x | θ  ) g ( ) model, θ parameters 10 y = wx+w 0

11 Navigating a car: Angle of the steering wheel (CMU NavLab) Kinematics of a robot arm α 1 = g 1 (x,y) α 2 = g 2 (x,y) α1α1 α2α2 (x,y)(x,y) Regression Applications

12 Prediction of future cases: Use the rule to predict the output for future inputs Knowledge extraction: The rule is easy to understand Compression: The rule is simpler than the data it explains Outlier detection: Exceptions that are not covered by the rule, e.g., fraud Supervised Learning: Uses

13 Unsupervised Learning In supervised learning, the aim is to … learn a mapping from the input to an output whose … correct values are provided by a supervisor. In unsupervised learning, there is no such supervisor and … we only have input data. The aim is to find the regularities in the input. One method is clustering where the aim is to find clusters or groupings of input. Other methods like feature reduction and finding association rules

14 Reinforcement Learning In some applications, the output of the system is a sequence of actions. In such a case, a single action is not important; what is important is the policy that is the sequence of correct actions to reach the goal. There is no such thing as the best action in any intermediate state; … an action is good if it is part of a good policy.

15 Reinforcement Learning In such a case, the machine learning program should be able to … assess the goodness of policies and … learn from past good action sequences to be able to generate a policy. Such learning methods are called reinforcement learning algorithms. A good example is game playing where … a single move by itself is not that important ; it is the sequence of right moves that is good

Reference 16 E. Alpaydın, "Introduction to Machine Learning 2nd edition Ed.“, MIT Press, (2010) E. Alpaydın, "Introduction to Machine Learning 3nd edition Ed.“, MIT Press, (2014)