January 2019
Intermediate to advanced
390 pages
9h 16m
English
Logistic regression aims to find weights W and bias b, so that each input vector, Xi, in the input feature space is classified correctly to its class, yi. In other words, yi and
should have a similar distribution for the given xi. We first consider a binary classification problem; in this case, the data point yi can have value 1 or 0. Since logistic regression is a supervised learning algorithm, we give as input the training data pair (Xi, Yi) and let
be the probability that P(y=1|X=Xi); then, for p training data ...
Read now
Unlock full access