Hey guys, today we will be having a look at a simple algorithm for classification (i.e) Logistic regression. We will also be looking at how to implement one from scratch.
Link to PDF: link
Logistic regression from scratch: link
Visualize how the model finds the line/decision boundary to differentiate between the two classes in a binary classification problem at every iteration. Display each class with a unique color.