Machine Learning Lecture 11 Summary G53MLE | Machine Learning | Dr Guoping Qiu1.

Slides:



Advertisements
Similar presentations
Thomas Trappenberg Autonomous Robotics: Supervised and unsupervised learning.
Advertisements

ECG Signal processing (2)
G53MLE | Machine Learning | Dr Guoping Qiu
Image classification Given the bag-of-features representations of images from different classes, how do we learn a model for distinguishing them?
Rutgers CS440, Fall 2003 Review session. Rutgers CS440, Fall 2003 Topics Final will cover the following topics (after midterm): 1.Uncertainty & introduction.
Data Mining Classification: Alternative Techniques
Support Vector Machines and Kernels Adapted from slides by Tim Oates Cognition, Robotics, and Learning (CORAL) Lab University of Maryland Baltimore County.
Support Vector Machines
CSCI 347 / CS 4206: Data Mining Module 07: Implementations Topic 03: Linear Models.
Supervised Learning Recap
Chapter 9 Perceptrons and their generalizations. Rosenblatt ’ s perceptron Proofs of the theorem Method of stochastic approximation and sigmoid approximation.
Lecture 13 – Perceptrons Machine Learning March 16, 2010.
Lecture 17: Supervised Learning Recap Machine Learning April 6, 2010.
Lecture 14 – Neural Networks
Support Vector Machines (and Kernel Methods in general)
Support Vector Machines and Kernel Methods
Pattern Recognition: Readings: Ch 4: , , 4.13
Prénom Nom Document Analysis: Linear Discrimination Prof. Rolf Ingold, University of Fribourg Master course, spring semester 2008.
Artificial Intelligence Statistical learning methods Chapter 20, AIMA (only ANNs & SVMs)
COMP 328: Midterm Review Spring 2010 Nevin L. Zhang Department of Computer Science & Engineering The Hong Kong University of Science & Technology
Greg GrudicIntro AI1 Introduction to Artificial Intelligence CSCI 3202: The Perceptron Algorithm Greg Grudic.
Supervised Learning Networks. Linear perceptron networks Multi-layer perceptrons Mixture of experts Decision-based neural networks Hierarchical neural.
Pattern Classification All materials in these slides were taken from Pattern Classification (2nd ed) by R. O. Duda, P. E. Hart and D. G. Stork, John Wiley.
Greg GrudicIntro AI1 Support Vector Machine (SVM) Classification Greg Grudic.
Aula 4 Radial Basis Function Networks
Review Rong Jin. Comparison of Different Classification Models  The goal of all classifiers Predicating class label y for an input x Estimate p(y|x)
Machine Learning Lecture 10 Decision Trees G53MLE Machine Learning Dr Guoping Qiu1.
ML Concepts Covered in 678 Advanced MLP concepts: Higher Order, Batch, Classification Based, etc. Recurrent Neural Networks Support Vector Machines Relaxation.
8/10/ RBF NetworksM.W. Mak Radial Basis Function Networks 1. Introduction 2. Finding RBF Parameters 3. Decision Surface of RBF Networks 4. Comparison.
Collaborative Filtering Matrix Factorization Approach
Classification III Tamara Berg CS Artificial Intelligence Many slides throughout the course adapted from Svetlana Lazebnik, Dan Klein, Stuart Russell,
Ch. Eick: Support Vector Machines: The Main Ideas Reading Material Support Vector Machines: 1.Textbook 2. First 3 columns of Smola/Schönkopf article on.
CSE 473/573 Computer Vision and Image Processing (CVIP) Ifeoma Nwogu Lecture 35 – Review for midterm.
Machine Learning Queens College Lecture 13: SVM Again.
This week: overview on pattern recognition (related to machine learning)
机器学习 陈昱 北京大学计算机科学技术研究所 信息安全工程研究中心. Concept Learning Reference : Ch2 in Mitchell’s book 1. Concepts: Inductive learning hypothesis General-to-specific.
Outline Classification Linear classifiers Perceptron Multi-class classification Generative approach Naïve Bayes classifier 2.
CS 8751 ML & KDDSupport Vector Machines1 Support Vector Machines (SVMs) Learning mechanism based on linear programming Chooses a separating plane based.
Multi-Layer Perceptrons Michael J. Watts
An Introduction to Support Vector Machine (SVM) Presenter : Ahey Date : 2007/07/20 The slides are based on lecture notes of Prof. 林智仁 and Daniel Yeung.
Text Classification 2 David Kauchak cs459 Fall 2012 adapted from:
1 Pattern Recognition: Statistical and Neural Lonnie C. Ludeman Lecture 24 Nov 2, 2005 Nanjing University of Science & Technology.
Breast Cancer Diagnosis via Neural Network Classification Jing Jiang May 10, 2000.
Non-Bayes classifiers. Linear discriminants, neural networks.
Overview of the final test for CSC Overview PART A: 7 easy questions –You should answer 5 of them. If you answer more we will select 5 at random.
CSSE463: Image Recognition Day 14 Lab due Weds, 3:25. Lab due Weds, 3:25. My solutions assume that you don't threshold the shapes.ppt image. My solutions.
Final Exam Review CS479/679 Pattern Recognition Dr. George Bebis 1.
CSSE463: Image Recognition Day 15 Announcements: Announcements: Lab 5 posted, due Weds, Jan 13. Lab 5 posted, due Weds, Jan 13. Sunset detector posted,
Chapter 8: Adaptive Networks
ECE 471/571 - Lecture 19 Review 11/12/15. A Roadmap 2 Pattern Classification Statistical ApproachNon-Statistical Approach SupervisedUnsupervised Basic.
Supervised Machine Learning: Classification Techniques Chaleece Sandberg Chris Bradley Kyle Walsh.
Today’s Topics 11/17/15CS Fall 2015 (Shavlik©), Lecture 23, Week 111 Review of the linear SVM with Slack Variables Kernels (for non-linear models)
METU Informatics Institute Min720 Pattern Classification with Bio-Medical Applications Part 9: Review.
Linear hyperplanes as classifiers Usman Roshan. Hyperplane separators.
ECE 471/571 – Lecture 3 Discriminant Function and Normal Density 08/27/15.
CSSE463: Image Recognition Day 15 Today: Today: Your feedback: Your feedback: Projects/labs reinforce theory; interesting examples, topics, presentation;
Computer Vision Lecture 7 Classifiers. Computer Vision, Lecture 6 Oleh Tretiak © 2005Slide 1 This Lecture Bayesian decision theory (22.1, 22.2) –General.
SUPERVISED AND UNSUPERVISED LEARNING Presentation by Ege Saygıner CENG 784.
1 CISC 841 Bioinformatics (Fall 2008) Review Session.
CMPS 142/242 Review Section Fall 2011 Adapted from Lecture Slides.
ECE 471/571 - Lecture 19 Review 02/24/17.
Collaborative Filtering Matrix Factorization Approach
ECE 471/571 – Review 1.
CSCE833 Machine Learning Lecture 9 Linear Discriminant Analysis
Machine Learning Support Vector Machine Supervised Learning
Machine Learning Perceptron: Linearly Separable Supervised Learning
A task of induction to find patterns
A task of induction to find patterns
Presentation transcript:

Machine Learning Lecture 11 Summary G53MLE | Machine Learning | Dr Guoping Qiu1

Topics Covered G53MLE | Machine Learning | Dr Guoping Qiu2  Topic 1: Introduction  Learning and learning systems  Design of learning systems - 5 steps approach: training sample collection/preparation, data representation, choose a learning model/paradigm, learning, testing  Basic maths – vector, matrix, calculus

Topics Covered G53MLE | Machine Learning | Dr Guoping Qiu3  Topic 2: Neural networks  Perceptron – model operation, perceptron learning rule, decision boundary (surface), limitations, linearly separable classes  ADLINE – model operation, delta rule (gradient descent learning), batch mode, online mode  Multi-layer perceptron (MLP) - model operation, nonlinear unit (sigmoid function), principles of learning rule (back-propagation algorithm), model capability (solve linearly non-separable problems)  Generalization, over fitting, stopping criteria

Topics Covered G53MLE | Machine Learning | Dr Guoping Qiu4  Topic 3: Bayesian learning  Basic probability theory  Bayesian theorem  Estimation of probabilities  Maximum a posteriori (MAP)  Maximum Likelihood (ML)  Bayesian classifiers  Naïve Bayesian classifier

Topics Covered G53MLE | Machine Learning | Dr Guoping Qiu5  Topic 4: Instance based learning  K nearest neighbour classifier (K-NN) – feature space neighbourhood concept, classifier construction and operation, choose a suitable values of K

Topics Covered G53MLE | Machine Learning | Dr Guoping Qiu6  Topic 5: Clustering analysis  Basic concept of data clustering and why it is useful  How to do data clustering (K-means algorithm) – operation of the algorithm  Link between K-means algorithm and gradient descent (the concept of clustering cost function or objective function)  Limitations/weaknesses of the basic K-means algorithm – sensitive to initial cluster centres, local minima

Topics Covered G53MLE | Machine Learning | Dr Guoping Qiu7  Topic 6: Data processing and representation  Concepts of correlation and redundancy  Covariance matrix  Concepts of feature extraction/dimensionality reduction  Principle and application of Principal Component Analysis (PCA)

Topics Covered G53MLE | Machine Learning | Dr Guoping Qiu8  Topic 7: Support vector machines  Model operation (how it works)  Support vectors  Max margin classifier  Linear SVMs  Concept of Soft margin classification  Principle of Non-linear SVMs and the “Kernel Trick”

Topics Covered G53MLE | Machine Learning | Dr Guoping Qiu9  Topic 8: Decision tree learning  Information gain  Decision tree construction (design) – picking the root node, recursive branching