Machine Learning Supervised Learning Classification and Regression K-Nearest Neighbor Classification Fisher’s Criteria & Linear Discriminant Analysis Perceptron:

Slides:



Advertisements
Similar presentations
Ch. Eick: More on Machine Learning & Neural Networks Different Forms of Learning: –Learning agent receives feedback with respect to its actions (e.g. using.
Advertisements

Perceptron Learning Rule
Search Engines Information Retrieval in Practice All slides ©Addison Wesley, 2008.
An Overview of Machine Learning
Machine Learning: Connectionist McCulloch-Pitts Neuron Perceptrons Multilayer Networks Support Vector Machines Feedback Networks Hopfield Networks.
Supervised and Unsupervised learning and application to Neuroscience Cours CA6b-4.
01 -1 Lecture 01 Artificial Intelligence Topics –Introduction –Knowledge representation –Knowledge reasoning –Machine learning –Applications.
Lesson 8: Machine Learning (and the Legionella as a case study) Biological Sequences Analysis, MTA.
Un Supervised Learning & Self Organizing Maps Learning From Examples
L15:Microarray analysis (Classification). The Biological Problem Two conditions that need to be differentiated, (Have different treatments). EX: ALL (Acute.
1 Hybrid Agent-Based Modeling: Architectures,Analyses and Applications (Stage One) Li, Hailin.
Learning Programs Danielle and Joseph Bennett (and Lorelei) 4 December 2007.
CS Instance Based Learning1 Instance Based Learning.
Radial Basis Function Networks
CS Machine Learning. What is Machine Learning? Adapt to / learn from data  To optimize a performance function Can be used to:  Extract knowledge.
Soft Computing Colloquium 2 Selection of neural network, Hybrid neural networks.
Machine Learning Queens College Lecture 13: SVM Again.
This week: overview on pattern recognition (related to machine learning)
Machine Learning Chapter 13. Reinforcement Learning
Artificial Intelligence Lecture No. 28 Dr. Asad Ali Safi ​ Assistant Professor, Department of Computer Science, COMSATS Institute of Information Technology.
Machine Learning1 Machine Learning: Summary Greg Grudic CSCI-4830.
Reinforcement Learning
Temporal Difference Learning By John Lenz. Reinforcement Learning Agent interacting with environment Agent receives reward signal based on previous action.
Introduction to Neural Networks Debrup Chakraborty Pattern Recognition and Machine Learning 2006.
Chapter 3 Neural Network Xiu-jun GONG (Ph. D) School of Computer Science and Technology, Tianjin University
Introduction to machine learning and data mining 1 iCSC2014, Juan López González, University of Oviedo Introduction to machine learning Juan López González.
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.
CS 445/545 Machine Learning Winter, 2012 Course overview: –Instructor Melanie Mitchell –Textbook Machine Learning: An Algorithmic Approach by Stephen Marsland.
CS 445/545 Machine Learning Spring, 2013 See syllabus at
Overview of Machine Learning RPI Robotics Lab Spring 2011 Kane Hadley.
Learning from observations
Breast Cancer Diagnosis via Neural Network Classification Jing Jiang May 10, 2000.
Non-Bayes classifiers. Linear discriminants, neural networks.
Some questions -What is metadata? -Data about data.
Chapter 18 Connectionist Models
CS 445/545 Machine Learning Winter, 2014 See syllabus at
Chapter 6 Neural Network.
Intelligent Numerical Computation1 Center:Width:.
Introduction to Reinforcement Learning Hiren Adesara Prof: Dr. Gittens.
SUPPORT VECTOR MACHINES Presented by: Naman Fatehpuria Sumana Venkatesh.
SUPERVISED AND UNSUPERVISED LEARNING Presentation by Ege Saygıner CENG 784.
REINFORCEMENT LEARNING Unsupervised learning 1. 2 So far ….  Supervised machine learning: given a set of annotated istances and a set of categories,
Artificial Neural Networks By: Steve Kidos. Outline Artificial Neural Networks: An Introduction Frank Rosenblatt’s Perceptron Multi-layer Perceptron Dot.
CMPS 142/242 Review Section Fall 2011 Adapted from Lecture Slides.
Machine Learning Supervised Learning Classification and Regression K-Nearest Neighbor Classification Fisher’s Criteria & Linear Discriminant Analysis Perceptron:
Machine Learning Supervised Learning Classification and Regression K-Nearest Neighbor Classification Fisher’s Criteria & Linear Discriminant Analysis Perceptron:
Brief Intro to Machine Learning CS539
Machine Learning Supervised Learning Classification and Regression
Machine Learning Models
Machine Learning Fisher’s Criteria & Linear Discriminant Analysis
Machine Learning - Introduction
Machine Learning Clustering: K-means Supervised Learning
Machine Learning - Introduction
Machine Learning Independent Component Analysis Supervised Learning
Neural Networks for Machine Learning Lecture 1e Three types of learning Geoffrey Hinton with Nitish Srivastava Kevin Swersky.
فهرست مزایا و انتظارات از شبکه عصبی قابلیت های شبکه عصبی پرسپترون
"Playing Atari with deep reinforcement learning."
FUNDAMENTALS OF MACHINE LEARNING AND DEEP LEARNING
Basic Intro Tutorial on Machine Learning and Data Mining
Support Vector Machines
Machine Learning Ensemble Learning: Voting, Boosting(Adaboost)
Artificial Intelligence Lecture No. 28
Machine Learning Support Vector Machine Supervised Learning
Machine Learning Perceptron: Linearly Separable Supervised Learning
Machine Learning – a Probabilistic Perspective
Machine Learning overview Chapter 18, 21
Machine learning CS 229 / stats 229
What is Artificial Intelligence?
Presentation transcript:

Machine Learning Supervised Learning Classification and Regression K-Nearest Neighbor Classification Fisher’s Criteria & Linear Discriminant Analysis Perceptron: Linearly Separable Multilayer Perceptron & EBP & Deep Learning, RBF Network Support Vector Machine Ensemble Learning: Voting, Boosting(Adaboost) Unsupervised Learning Dimensionality Reduction: Principle Component Analysis Independent Component Analysis Clustering: K-means Semi-supervised Learning & Reinforcement Learning

Reinforcement Learning An approach to Artificial Intelligence Learning from interaction Learning about, from, and while interacting with an external environment Goal-oriented learning Learning what to do (i.e. how to map situations to actions) so as to maximize a numerical reward signal

Comparison to Supervised Learning Supervised learning: “learning with teacher” Target function to be learned: Input-output pairs from the function to be learned is required: Compute function that approximates the target function Consider Robot learning to dock on battery charger Learning to choose actions to optimize factory output Learning to play game (chess, poker, blackjack, poker, etc.) Reinforcement learning: “learning with critic” Doesn’t tell us what to do – how well we have been doing in the past Feedback is scarce, and it comes late

Supervised learning Unsupervised learning Reinforcement learning 4 DogCatRabbit?

Supervised learning Unsupervised learning Reinforcement learning 5

Example: Cart-Pole State: Reward: -1 when the pole falls down or cart reaches the end of the rail 0 otherwise Action: jerk-left, jerk-right

Semi-Supervised Learning