Introduction to Machine Learning. Introduce yourself Why you choose this course? Any examples of machine learning you know?

Slides:



Advertisements
Similar presentations
EECS738 Xue-wen Chen EECS 738: Machine Learning Fall 2011, Prof. Xue-wen Chen The University of Kansas.
Advertisements

Introduction to Machine Learning BITS C464/BITS F464
INTRODUCTION TO MACHINE LEARNING David Kauchak CS 451 – Fall 2013.
IS5152 Decision Making Technologies
Teaching Courses in Scientific Computing 30 September 2010 Roger Bielefeld Director, Advanced Research Computing.
Computational Methods for Data Analysis
Department of Mathematics and Computer Science
Machine Learning Neural Networks
Neural NetworksNN 11 Neural Networks Teacher: Elena Marchiori R4.47 Assistant: Kees Jong S2.22
Machine Learning (Extended) Dr. Ata Kaban
EECS 349 Machine Learning Instructor: Doug Downey Note: slides adapted from Pedro Domingos, University of Washington, CSE
Prénom Nom Document Analysis: Data Analysis and Clustering Prof. Rolf Ingold, University of Fribourg Master course, spring semester 2008.
CSE 546 Data Mining Machine Learning Instructor: Pedro Domingos.
Machine Learning CSE 473. © Daniel S. Weld Topics Agency Problem Spaces Search Knowledge Representation Reinforcement Learning InferencePlanning.
Glenn Ledder Department of Mathematics University of Nebraska-Lincoln Designing Math Courses:
What is Learning All about ?  Get knowledge of by study, experience, or being taught  Become aware by information or from observation  Commit to memory.
Rise of the Machines Jack Concanon
Learning Programs Danielle and Joseph Bennett (and Lorelei) 4 December 2007.
Part I: Classification and Bayesian Learning
Introduction to machine learning
Machine Learning Usman Roshan Dept. of Computer Science NJIT.
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
1 Data Mining over the Deep Web Tantan Liu, Gagan Agrawal Ohio State University April 12, 2011.
Lecture 2: Introduction to Machine Learning
MACHINE LEARNING 張銘軒 譚恆力 1. OUTLINE OVERVIEW HOW DOSE THE MACHINE “ LEARN ” ? ADVANTAGE OF MACHINE LEARNING ALGORITHM TYPES  SUPERVISED.
CSC 4510 – Machine Learning Dr. Mary-Angela Papalaskari Department of Computing Sciences Villanova University Course website:
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 Introduction Study on the Coursera All Right Reserved : Andrew Ng Lecturer:Much Database Lab of Xiamen University Aug 12,2014.
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.
Machine Learning.
1 Machine Learning (Extended) Dr. Ata Kaban Algorithms to enable computers to learn –Learning = ability to improve performance automatically through experience.
Machine Learning, Decision Trees, Overfitting Machine Learning Tom M. Mitchell Machine Learning Department Carnegie Mellon University January 14,
Week 1 - An Introduction to Machine Learning & Soft Computing
Instructor: Pedro Domingos
Introduction Welcome Machine Learning.
Machine Learning Introduction. Class Info Office Hours –Monday:11:30 – 1:00 –Wednesday:10:00 – 1:00 –Thursday:11:30 – 1:00 Course Text –Tom Mitchell:
Neural Networks Teacher: Elena Marchiori R4.47 Assistant: Kees Jong S2.22
Course Overview: Linear Algebra
Introduction to Machine Learning. Learning Learning is acquiring new, or modifying existing, knowledge, behaviors, skills, values, or preferences and.
General Information Course Id: COSC6342 Machine Learning Time: TU/TH 1-2:30p Instructor: Christoph F. Eick Classroom:AH301
FNA/Spring CENG 562 – Machine Learning. FNA/Spring Contact information Instructor: Dr. Ferda N. Alpaslan
Network Management Lecture 13. MACHINE LEARNING TECHNIQUES 2 Dr. Atiq Ahmed Université de Balouchistan.
Machine Learning Usman Roshan Dept. of Computer Science NJIT.
DATA MINING and VISUALIZATION Instructor: Dr. Matthew Iklé, Adams State University Remote Instructor: Dr. Hong Liu, Embry-Riddle Aeronautical University.
Usman Roshan Dept. of Computer Science NJIT
Brief Intro to Machine Learning CS539
Lecture 00: Introduction
Who am I? Work in Probabilistic Machine Learning Like to teach 
Machine Learning overview Chapter 18, 21
Machine Learning overview Chapter 18, 21
Intro to Machine Learning
Machine Learning I & II.
CSEP 546 Data Mining Machine Learning
Introduction Welcome Machine Learning.
CSEP 546 Data Mining Machine Learning
Basic Intro Tutorial on Machine Learning and Data Mining
CSEP 546 Data Mining Machine Learning
Introduction PCA (Principal Component Analysis) Characteristics:
Lecture 00: Introduction
3.1.1 Introduction to Machine Learning
MACHINE LEARNING TECHNIQUES IN IMAGE PROCESSING
Lecture 0: Introduction
Deep Learning Authors: Yann LeCun, Yoshua Bengio, Geoffrey Hinton
Welcome! Knowledge Discovery and Data Mining
Usman Roshan Dept. of Computer Science NJIT
Machine learning CS 229 / stats 229
Introduction Welcome Machine Learning.
Getting Started with Microsoft Azure Machine Learning
Presentation transcript:

Introduction to Machine Learning

Introduce yourself Why you choose this course? Any examples of machine learning you know?

Pre-requisites Discrete Mathematics Linear Algebra Statistics Calculus Optimization

Example Eigenvalue and Eigenvector Gradient Descent Convex Optimization Least Square Entropy Bayesian Theory

Couse Outline Webpage: Assignments (Quizs) Exam Presentation (Select papers by yourself) Projects (Team Work) – Estimate Missing Entries – Supervise Learning (Hiding Testing Label) – 3-5 Pages Project Report

Learning Learning is acquiring new, or modifying existing, knowledge, behaviors, skills, values, or preferences and may involve synthesizing different types of information. The ability to learn is possessed by humans and animals.

Learning

What is Machine Learning? Arthur Samuel (1959). Machine Learning: Field of study that gives computers the ability to learn without being clearly programmed

Machine Learning Tom Mitchell (1998) Well-posed Learning Problem: A computer program is said to learn from experience E with respect to some task T and some performance measure P, if its performance on T, as measured by P, improves with experience E.

Examples Examples: - Database mining Large datasets from growth of automation/web. E.g., Web click data, medical records, biology, engineering - Applications can’t program by hand. E.g., handwriting recognition, most of Natural Language Processing (NLP), Computer Vision.

Examples

Application Credit Approve (Credit Limit) Age Personal assets Salary …

Application Credit Card Fraud

Application

Netflix Price Netflix's Top 10 and other suggestions for you are based on your viewing habits

Netflix Price AgeEmployment

Application Seasonal Epidemic Influenza H1N1H3N2Influenza B2009 H1N1 40,000 deaths in US each year200,000 hospitalizations in US each year Billions of dollars lost

?

Machine Learning  Unsupervised Learning  Technique of trying to find hidden structure in unlabeled data  Supervise Learning  Technique for creating a function from training data. The training data consist of pairs of input objects (typically vectors), and desired outputs.