1 / 4

Review

Review. B.Ramamurthy. Classifiers. 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

Télécharger la présentation

Review

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. Review B.Ramamurthy CSE651, B. Ramamurthy

  2. Classifiers CSE651, B. Ramamurthy 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

  3. Odds ratio and logistic regression CSE651, B. Ramamurthy 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 0.999 odds is 999: 1 log of odds 6.9 0.9999 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  --1.38 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.

  4. Final exam CSE651, B. Ramamurthy 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.

More Related