Basics of ML Rohan Suri.

Slides:



Advertisements
Similar presentations
Florida International University COP 4770 Introduction of Weka.
Advertisements

Tweet Classification for Political Sentiment Analysis Micol Marchetti-Bowick.
LECTURE 11: BAYESIAN PARAMETER ESTIMATION
A Survey on Text Categorization with Machine Learning Chikayama lab. Dai Saito.
What is Statistical Modeling
How computers answer questions An introduction to machine learning Peter Barnum August 7, 2008.
Assuming normally distributed data! Naïve Bayes Classifier.
Classification and risk prediction
Unsupervised Training and Clustering Alexandros Potamianos Dept of ECE, Tech. Univ. of Crete Fall
Redaction: redaction: PANAKOS ANDREAS. An Interactive Tool for Color Segmentation. An Interactive Tool for Color Segmentation. What is color segmentation?
Pattern Recognition. Introduction. Definitions.. Recognition process. Recognition process relates input signal to the stored concepts about the object.
ML ALGORITHMS. Algorithm Types Classification (supervised) Given -> A set of classified examples “instances” Produce -> A way of classifying new examples.
Determine whether each curve below is the graph of a function of x. Select all answers that are graphs of functions of x:
Crash Course on Machine Learning
ECSE 6610 Pattern Recognition Professor Qiang Ji Spring, 2011.
INTRODUCTION TO MACHINE LEARNING. $1,000,000 Machine Learning  Learn models from data  Three main types of learning :  Supervised learning  Unsupervised.
University of Palestine University of Palestine Eng. Wisam Zaqoot Eng. Wisam Zaqoot May 2011 May 2011 Steganalysis ITSS 4201 Internet Insurance and Information.
University of Southern California Department Computer Science Bayesian Logistic Regression Model (Final Report) Graduate Student Teawon Han Professor Schweighofer,
Data Mining: Classification & Predication Hosam Al-Samarraie, PhD. Centre for Instructional Technology & Multimedia Universiti Sains Malaysia.
Classification Techniques: Bayesian Classification
Spam Detection Ethan Grefe December 13, 2013.
CHAPTER 6 Naive Bayes Models for Classification. QUESTION????
1Ellen L. Walker Category Recognition Associating information extracted from images with categories (classes) of objects Requires prior knowledge about.
Chapter 20 Classification and Estimation Classification – Feature selection Good feature have four characteristics: –Discrimination. Features.
Introduction to Pattern Recognition (การรู้จํารูปแบบเบื้องต้น)
11 Project, Part 3. Outline Basics of supervised learning using Naïve Bayes (using a simpler example) Features for the project 2.
Bayesian decision theory: A framework for making decisions when uncertainty exit 1 Lecture Notes for E Alpaydın 2010 Introduction to Machine Learning 2e.
Machine Learning Chapter 18, 21 Some material adopted from notes by Chuck Dyer.
Gist 2.3 John H. Phan MIBLab Summer Workshop June 28th, 2006.
Data Analytics CMIS Short Course part II Day 1 Part 4: ROC Curves Sam Buttrey December 2015.
SUPERVISED AND UNSUPERVISED LEARNING Presentation by Ege Saygıner CENG 784.
Supervise Learning. 2 What is learning? “Learning denotes changes in a system that... enable a system to do the same task more efficiently the next time.”
Network Management Lecture 13. MACHINE LEARNING TECHNIQUES 2 Dr. Atiq Ahmed Université de Balouchistan.
Ch 1. Introduction Pattern Recognition and Machine Learning, C. M. Bishop, Updated by J.-H. Eom (2 nd round revision) Summarized by K.-I.
Machine Learning – Classification David Fenyő
Machine Learning & Deep Learning
Performance Evaluation 02/15/17
School of Computer Science & Engineering
Epileptic Seizure Prediction
Introduction to Data Science Lecture 7 Machine Learning Overview
למידת מכונה Machine Learning.
Machine Learning Week 10.
Features & Decision regions
What is Pattern Recognition?
Machine Learning Week 1.
Students: Meiling He Advisor: Prof. Brain Armstrong
Classification Techniques: Bayesian Classification
دكتر محسن ميرزائي MD , MPH
Overview of Machine Learning
Clustering vs. Classification
Parametric Estimation
Figure 1. Table for calculating the accuracy of a diagnostic test.
iSRD Spam Review Detection with Imbalanced Data Distributions
Supervised vs. unsupervised Learning
Classification and Prediction
LECTURE 23: INFORMATION THEORY REVIEW
LECTURE 07: BAYESIAN ESTIMATION
Multivariate Methods Berlin Chen
Multivariate Methods Berlin Chen, 2005 References:
LI4 Inequalities- True or False?.
Logistic Regression [Many of the slides were originally created by Prof. Dan Jurafsky from Stanford.]
Foundations 2.
MAS 622J Course Project Classification of Affective States - GP Semi-Supervised Learning, SVM and kNN Hyungil Ahn
COSC 4368 Intro Supervised Learning Organization
Bayesian Decision Theory
Pattern Recognition ->Machine Learning- >Data Analytics Supervised Learning Unsupervised Learning Semi-supervised Learning Reinforcement Learning.
ECE – Pattern Recognition Lecture 8 – Performance Evaluation
ECE – Pattern Recognition Lecture 4 – Parametric Estimation
Machine Learning in Business John C. Hull
Information Organization: Evaluation of Classification Performance
Presentation transcript:

Basics of ML Rohan Suri

Two main types of machine learning Supervised Unsupervised

The problem of classification

The problem of classification

The problem of classification

Supervised Learning Common problem is classification Train on features and labels and predict a class

Binary Classification Sensitivity (True positive rate) Percent accurately classified positive Specificity (1-false positive rate) Percent accurately classified negative

Receiver Operating Curve

Bayes Rule Prior Observation Posterior

Bomb Search Example

Bayes Rule