ML Unit-4.a
ML Unit-4.a
By
Dr.G.MADHU
M.Tech., Ph.D., MIEEE., MCSI., MISTE., MISRS., MIRSS., MIAENG
Professor,
Department of Information Technology,
VNR Vignana Jyothi Institute of Engineering & Technology,
Bachupally, Nizampet (S.O.)
Hyderabad- 500 090,RangaReddy Dt. TELANGANA, INDIA.
Cell: +919849085728
E-mail: [email protected]
Unit-4: Probability and Bayes Learning
Machine Learning
15
Dr.G.Madhu
Source: https://storage.ning.com/topology/rest/1.0/file/get/1891844156?profile=original
Machine Learning
20
Dr.G.Madhu
Now suppose you want to calculate the probability of playing when the weather is
overcast.
Machine Learning
27
Dr.G.Madhu
Logistic Regression
• In statistics, logistic regression, or logit
regression, or logit model is a regression model
where the dependent variable (DV) is
categorical.
• Logistic regression measures the relationship
between the categorical dependent variable and
one or more independent variables by
estimating probabilities using a logistic function,
which is the cumulative logistic distribution.
Machine Learning using Python
28
Dr.G.Madhu
• Thus, it treats the same set of problems as
probit regression using similar techniques, with
the latter using a cumulative normal distribution
curve instead.
• Logistic regression can be seen as a special case
of the generalized linear model and thus
similar to linear regression.
• For example :
– To predict whether an email is spam (1) or (0)
– Whether the tumor is malignant (1) or not (0)