Matt Gormley Lecture 11 October 5, 2016

Slides:



Advertisements
Similar presentations
Notes Sample vs distribution “m” vs “µ” and “s” vs “σ” Bias/Variance Bias: Measures how much the learnt model is wrong disregarding noise Variance: Measures.
Advertisements

CSCI 347 / CS 4206: Data Mining Module 07: Implementations Topic 03: Linear Models.
Lecture 29: Optimization and Neural Nets CS4670/5670: Computer Vision Kavita Bala Slides from Andrej Karpathy and Fei-Fei Li
Carla P. Gomes CS4700 CS 4700: Foundations of Artificial Intelligence Carla P. Gomes Exam-Info.
About the Course Lecture 0: Sep 2 AB C. Plan  Course Information and Arrangement  Course Requirement  Topics and objectives of this course.
COMP 328: Midterm Review Spring 2010 Nevin L. Zhang Department of Computer Science & Engineering The Hong Kong University of Science & Technology
COMS W1004 Introduction to Computer Science June 25, 2008.
Announcements  Project proposal is due on 03/11  Three seminars this Friday (EB 3105) Dealing with Indefinite Representations in Pattern Recognition.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Course outline and schedule Introduction (Sec )
Lecture 10: Support Vector Machines
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)
Please open your laptops, log in to the MyMathLab course web site, and open Quiz 2.6/7. You will have access to the online calculator on your laptop during.
Math 125 Statistics. About me  Nedjla Ougouag, PhD  Office: Room 702H  Ph: (312)   Homepage:
机器学习 陈昱 北京大学计算机科学技术研究所 信息安全工程研究中心. Concept Learning Reference : Ch2 in Mitchell’s book 1. Concepts: Inductive learning hypothesis General-to-specific.
General Information Course Id: COSC6342 Machine Learning Time: TU/TH 10a-11:30a Instructor: Christoph F. Eick Classroom:AH123
J. Leskovec, A. Rajaraman, J. Ullman: Mining of Massive Datasets, 2.
CS 8751 ML & KDDSupport Vector Machines1 Support Vector Machines (SVMs) Learning mechanism based on linear programming Chooses a separating plane based.
CPSC 502, Lecture 15Slide 1 Introduction to Artificial Intelligence (AI) Computer Science cpsc502, Lecture 16 Nov, 3, 2011 Slide credit: C. Conati, S.
FRI. 17 Oct H … 10 R … 50 MULTIPLE CHOICE questions … 9 Pages … 15 questions correct = questions correct = questions.
University of Colorado - Intro to Aerospace Structures (ASEN 3112) - Fall 2015 Midterm Exam 1 The first midterm exam, on material covered during the first.
CDAE Class 17 Oct. 23 Last class: Result of Quiz 4 3. Linear programming and applications Today: 3. Linear programming and applications Review for.
ICS 178 Introduction Machine Learning & data Mining Instructor max Welling Lecture 6: Logistic Regression.
Empirical Research Methods in Computer Science Lecture 7 November 30, 2005 Noah Smith.
CS Statistical Machine learning Lecture 18 Yuan (Alan) Qi Purdue CS Oct
CSE 446 Logistic Regression Winter 2012 Dan Weld Some slides from Carlos Guestrin, Luke Zettlemoyer.
Instructor: Alexander Stoytchev CprE 185: Intro to Problem Solving (using C)
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.
Christoph Eick: Learning Models to Predict and Classify 1 Learning from Examples Example of Learning from Examples  Classification: Is car x a family.
ECE 5984: Introduction to Machine Learning Dhruv Batra Virginia Tech Topics: –Regression Readings: Barber 17.1, 17.2.
ECE 5984: Introduction to Machine Learning Dhruv Batra Virginia Tech Topics: –Ensemble Methods: Bagging, Boosting Readings: Murphy 16.4; Hastie 16.
Midterm Exam Review Notes William Cohen 1. General hints in studying Understand what you’ve done and why – There will be questions that test your understanding.
Logistic Regression William Cohen.
CPE542: Pattern Recognition Course Introduction Dr. Gheith Abandah د. غيث علي عبندة.
LECTURE 02: EVALUATING MODELS January 27, 2016 SDS 293 Machine Learning.
Details of Final Exam Format will be similar to the midterm, however, there will be more emphasis on longer written answers, less on multiple choice and.
08/29/2006 Introduction INTRODUCTION Instructor: Petru S. Fodor Class webpage: PHYSICS 243H.
General Information Course Id: COSC6342 Machine Learning Time: TU/TH 1-2:30p Instructor: Christoph F. Eick Classroom:AH301
Final Exam Information These slides and more detailed information will be posted on the webpage later…
Physics 2048: Meet the Professors Tue/Thu lectures: Prof. Wiedenhöver
ECE 5984: Introduction to Machine Learning Dhruv Batra Virginia Tech Topics: –(Finish) Model selection –Error decomposition –Bias-Variance Tradeoff –Classification:
CMSC201 Computer Science I for Majors Lecture 12 – Midterm Review Prof. Katherine Gibson.
Review Session. Examples: How I would study Can you explain these to a friend? Can you find them in your notes? Can you find a problem in the sample midterms.
Combining Models Foundations of Algorithms and Machine Learning (CS60020), IIT KGP, 2017: Indrajit Bhattacharya.
Matrix Factorization and Collaborative Filtering
Matt Gormley Lecture 4 September 12, 2016
Matt Gormley Lecture 3 September 7, 2016
ECE 5424: Introduction to Machine Learning
Table 1. Advantages and Disadvantages of Traditional DM/ML Methods
Summary Tel Aviv University 2016/2017 Slava Novgorodov
Reading: Pedro Domingos: A Few Useful Things to Know about Machine Learning source: /cacm12.pdf reading.
CMSC201 Computer Science I for Majors Lecture 13 – Midterm Review
Announcements HW4 due today (11:59pm) HW5 out today (due 11/17 11:59pm)
ECE 5424: Introduction to Machine Learning
COMP61011 : Machine Learning Ensemble Models
Exam Review Session William Cohen.
Machine Learning Basics
ECE 5424: Introduction to Machine Learning
Data Mining Lecture 11.
ECE 5424: Introduction to Machine Learning
Lecture 0 Course Information
CS 139 – Programming Fundamentals
CprE 185: Intro to Problem Solving (using C)
Administration, Coverage, Review
Lecture 16 Outline: Linear Convolution, Block-by Block Convolution, FFT/IFFT Announcements: HW 4 posted, due tomorrow at 4:30pm. No late HWs as solutions.
Midterm Review CSE116A,B.
Summary Tel Aviv University 2017/2018 Slava Novgorodov
Junheng, Shengming, Yunsheng 11/09/2018
2016 | 10 OCT SUN MON TUE WED THU FRI SAT
CMSC201 Computer Science I for Majors Lecture 12 – Midterm Review
Presentation transcript:

Matt Gormley Lecture 11 October 5, 2016 School of Computer Science 10-601 Introduction to Machine Learning Midterm Review Matt Gormley Lecture 11 October 5, 2016 Readings:

Reminders Midterm Exam Midterm Review Session Homework 4 Mon, Oct. 10th Midterm Review Session Thu, Oct. 6th at 6:00pm Homework 4 Extension: due Fri (10/7) at 5:30pm Homework 4 Review Session Today (Wed), Oct. 5th at 6:00pm in NSH 3002 Please look for a (pending) announcement

Reminders Midterm Exam Midterm Review Session Homework 4 Mon, Oct. 10th Midterm Review Session Thu, Oct. 6th at 6:00pm Homework 4 Extension: due Fri (10/7) at 5:30pm Homework 4 Review Session Today (Wed), Oct. 5th at 6:00pm in NSH 3002 Please look for a (pending) announcement

Outline Exam Logistics Sample Questions Q&A

Exam Logistics

Midterm Exam In-class exam on Mon, Oct. 10th 5 problems Format of questions: Multiple choice True / False (with justification) Derivations Short answers Interpreting figures No electronic devices You are allowed to bring one 8½ x 11 sheet of notes (front and back)

Midterm Exam How to Prepare Attend the midterm recitation session: Thu, Oct. 6th at 6:00pm Review prior year’s exams and solutions (we’ll post them) Review this year’s homework problems

Midterm Exam Advice (for during the exam) Solve the easy problems first (e.g. multiple choice before derivations) if a problem seems extremely complicated you’re likely missing something Don’t leave any answer blank! If you make an assumption, write it down If you look at a question and don’t know the answer: we probably haven’t told you the answer but we’ve told you enough to work it out imagine arguing for some answer and see if you like it

Topics for Midterm Foundations Classifiers Regression Probability MLE, MAP Optimization Classifiers Decision Trees Naïve Bayes Logistic Regression Perceptron SVM Regression Linear Regression Important Concepts Kernels Regularization and Overfitting Sample Complexity Experimental Design

Sample Questions

Sample Questions

Sample Questions

Sample Questions

Sample Questions

Sample Questions Dataset

Sample Questions Dataset

Sample Questions Dataset

Sample Questions Dataset

Sample Questions

Samples Questions

Samples Questions

Sample Questions

Sample Questions

Sample Questions

Sample Questions

Sample Questions

Q&A

Matching Game Goal: Match the Algorithm to its Update Rule 1. SGD for Logistic Regression 2. Least Mean Squares 3. Perceptron (next lecture) 4. 5. 6. A. 1=5, 2=4, 3=6 B. 1=5, 2=6, 3=4 C. 1=6, 2=4, 3=4 D. 1=5, 2=6, 3=6 E. 1=6, 2=6, 3=6

Announcement