Logistic Regression
With the background of Linear Regression, it is super easy to understand Logistic Regression. What we do in a linear regression problem, is to guess a hyperplane, that can represent the relationship between X and Y; however in logistic regression problem, we do nothing but guess a hyperplane, which can classify X1 and X2, that … [Read more…]