1 / 5

Machine Learning CS 165B Spring 2012

Machine Learning CS 165B Spring 2012. Course outline. Introduction (Ch. 1) Concept learning (Ch. 2) Decision trees (Ch. 3) Ensemble learning Neural Networks (Ch. 4) Linear classifiers Support Vector Machines Bayesian Learning (Ch. 6 ) Genetic Algorithms (Ch. 9 )

nate
Download Presentation

Machine Learning CS 165B Spring 2012

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Machine LearningCS 165BSpring 2012

  2. Course outline • Introduction (Ch. 1) • Concept learning (Ch. 2) • Decision trees (Ch. 3) • Ensemble learning • Neural Networks (Ch. 4) • Linear classifiers • Support Vector Machines • Bayesian Learning (Ch. 6) • Genetic Algorithms (Ch. 9) • Instance-based Learning (Ch. 8) • Clustering • Computational learning theory (Ch. 7)

  3. Eager versus Lazy Learners • Eager learner • Learn the decision boundary at training time • Simple distributions • Lazy learners • Learn the decision boundary at testing time • High cost of classification • Can learn complex local distributions • How to define distance? • Dimensionality reduction techniques

  4. K-nearest neighbor • Classify based on the majority label of k-nearest neighbors • Voronoi diagram defines the decision boundary for 1-nearest neighbor • Distance-weighted nearest neighbor • Possible to scale each dimension based on cross-validation

  5. Locally weighted regression • Approximate target function by considering weighted contribution of points close to the query point • Generalization of k-nearest neighbor classification • Radial basis functions • Choose a set of kernel functions • Use their weighted combination to learn the target function • Usually Gaussian kernels • Can be achieved by a 2-layer ANN

More Related