Review B.Ramamurthy 7/11/2014CSE651, B. Ramamurthy1.

Slides:



Advertisements
Similar presentations
Announcements •Homework due Tuesday. •Office hours Monday 1-2 instead of Wed. 2-3.
Advertisements

ODDS vs. PROBABILITY Odds are a little different than probability. When we calculate probability, we look at the ratio of favorable outcomes to the total.
Causal Data Mining Richard Scheines Dept. of Philosophy, Machine Learning, & Human-Computer Interaction Carnegie Mellon.
Linear Regression.
Lahore University of Management Sciences, Lahore, Pakistan Dr. M.M. Awais- Computer Science Department 1 Lecture 12 Dealing With Uncertainty Probabilistic.
Cloud Computing at GES DISC Presented by: Long Pham Contributors: Aijun Chen, Bruce Vollmer, Ed Esfandiari and Mike Theobald GES DISC UWG May 11, 2011.
ETHEM ALPAYDIN © The MIT Press, Lecture Slides for.
Logistic Regression Chapter 5, DDS. Introduction What is it? – It is an approach for calculating the odds of event happening vs other possibilities…Odds.
Chapter 4: Linear Models for Classification
Google App Engine Cloud B. Ramamurthy 7/11/2014CSE651, B. Ramamurthy1.
Assuming normally distributed data! Naïve Bayes Classifier.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Conditional probability Independent events Bayes rule Bernoulli trials (Sec )
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Independent events Bayes rule Bernoulli trials (Sec )
Logistic Regression Rong Jin. Logistic Regression Model  In Gaussian generative model:  Generalize the ratio to a linear model Parameters: w and c.
Multinomial Logistic Regression
Today Linear Regression Logistic Regression Bayesians v. Frequentists
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Pure death process Availability analysis (Sec , 8.4.1)
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Multiple random variables Transform methods (Sec , 4.5.7)
Linear Methods for Classification
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Course outline and schedule Introduction Event Algebra (Sec )
Decision Theory Naïve Bayes ROC Curves
1 LM Approaches to Filtering Richard Schwartz, BBN LM/IR ARDA 2002 September 11-12, 2002 UMASS.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Combinatorial problems Conditional probability Independent events (Sec , )
Logistic Regression Biostatistics 510 March 15, 2007 Vanessa Perez.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Course outline and schedule Introduction (Sec )
Kernel Methods Part 2 Bing Han June 26, Local Likelihood Logistic Regression.
Crash Course on Machine Learning
B. RAMAMURTHY EAP#2: Data Mining, Statistical Analysis and Predictive Analytics for Automotive Domain CSE651C, B. Ramamurthy 1 6/28/2014.
General information CSE : Probabilistic Analysis of Computer Systems
G Lecture 121 Analysis of Time to Event Survival Analysis Language Example of time to high anxiety Discrete survival analysis through logistic regression.
Introduction to Cloud Computing Cloud Computing : Module 1.
Cloud computing.
1 Logistic Regression Adapted from: Tom Mitchell’s Machine Learning Book Evan Wei Xiang and Qiang Yang.
6/7/2014 CSE6511.  What is it? ◦ It is an approach for calculating the odds of event happening vs other possibilities…Odds ratio is an important concept.
10/6/2015B.Ramamurthy110/6/2015B.Ramamurthy1 Midterm Review CSE4/587 B.Ramamurthy.
Prepared By : Bhavin Tank(S.Y.B.Sc.(IT)) College of Computer Science & IT, Junagadh Cloud Computing.
1 CS546: Machine Learning and Natural Language Discriminative vs Generative Classifiers This lecture is based on (Ng & Jordan, 02) paper and some slides.
LOGISTIC REGRESSION David Kauchak CS451 – Fall 2013.
1 Generative and Discriminative Models Jie Tang Department of Computer Science & Technology Tsinghua University 2012.
10/31/2015B.Ramamurthy1 Final Review CSE487/587 B.Ramamurthy.
Machine Learning CUNY Graduate Center Lecture 4: Logistic Regression.
11/23/2015B.Ramamurthy1 Exam1 Review CSE111 B.Ramamurthy.
Indian Institute of Technology Bombay Bayesian Probabilistic or Weights of Evidence Model for Mineral Prospectivity Mapping.
Bayes Theorem. Prior Probabilities On way to party, you ask “Has Karl already had too many beers?” Your prior probabilities are 20% yes, 80% no.
1/3/2016B.Ramamurthy1 Final Review CSE487/587 B.Ramamurthy.
29 August 2013 Venkat Naïve Bayesian on CDF Pair Scores.
The dangers of an immediate use of model based methods The chronic bronchitis study: bronc: 0= no 1=yes poll: pollution level cig: cigarettes smokes per.
Dates Presentations Wed / Fri Ex. 4, logistic regression, Monday Dec 7 th Final Tues. Dec 8 th, 3:30.
Ch. 8. Cloud Computing 1Ch. 8. IoT in Cloud. 8.1 What is Cloud Computing? 2Ch. 8. IoT in Cloud.
Lecture 5: Statistical Methods for Classification CAP 5415: Computer Vision Fall 2006.
Neural Codes. Neuronal codes Spiking models: Hodgkin Huxley Model (brief repetition) Reduction of the HH-Model to two dimensions (general) FitzHugh-Nagumo.
An Introduction to SaaS and Cloud Computing Ross Cooney.
Platform as a Service
Naive Bayes (Generative Classifier) vs. Logistic Regression (Discriminative Classifier) Minkyoung Kim.
Conditional probability
Emerging Applications and Platforms in Embedded and Realtime Systems
A priori violations In the following cases, your data violates the normality and homoskedasticity assumption on a priori grounds: (1) count data  Poisson.
Logistic Regression Gary Cottrell 6/8/2018
Final Review CSE487 B.Ramamurthy 7/30/2018 B.Ramamurthy.
Discriminative and Generative Classifiers
العدد تذكيره وتأنيثه مقدمة
EAP: Summary B. Ramamurthy.
EAP: Summary B. Ramamurthy CSE651C, B.Ramamurthy 7/12/2014.
CSE P573 Applications of Artificial Intelligence Bayesian Learning
EAP: Summary B. Ramamurthy CSE651C, B.Ramamurthy 1/16/2019.
Introduction to Logistic Regression
Distributed Systems through Web Services
Exam1 Review CSE111 B.Ramamurthy 4/6/2019 B.Ramamurthy.
Module 5, Lesson 1: Logistic Regression ( )
Odds vs. Probabilities Odds ratio in SPSS (Exp(B)) is an odds rather than a probability Odds = success/failure Probability = Likelihood of success for.
Presentation transcript:

Review B.Ramamurthy 7/11/2014CSE651, B. Ramamurthy1

 Generative vs. discriminative classifiers  Probabilistic models  Generative: based on (affirmative) prior knowledge (like Naïve Bayes prior)  Discriminative: based on discriminating knowledge: “this and not this” happening: logistic regression  We covered Bayes for test 2, we will cover logistic regression for final exam Classifiers 7/11/2014CSE651, B. Ramamurthy2

 From probability to odds ratio:  Lets say the probability of success of an event is 0.8; failure is 1 – 0.8 = 0.2  Then the odds of success are : 0.8/0.2 = 4  That is odds of success is 4: 1  Transformation from probability to odds is a monotonic function. As the probability increases so does the odds.  Examples: 0.9  odds 9: 1  log of odds  2.19   odds is 999: 1  log of odds  6.9   9999:1  log of odds  9.2  0.5  odds 1:1  log of odds  0  0.2  odds 0.25:1  1:4  log of odds   Log of odds is also monotonic function: it is negative till p =0.5  Very often this is what is used in many cases where plausibility of an event needs to proven.  LR is discriminative since is uses positive + negative occurrence probs in its calculation. Odds ratio and logistic regression 7/11/2014CSE651, B. Ramamurthy3

 Simple logistic regression problem: 10 points  Simples Processing problem: 10 points  For Android: no coding but questions about the components : 30 points  For JS: coding: simple examples: html, css, and js: 30 points  Cloud computing: Google app engine: 10 points; aws amazon cloud: 10 points; general concepts such as PaaS, Saas, Iaas are also included. Final exam 7/11/2014CSE651, B. Ramamurthy4