Photo by Tj Holowaychuk on Unsplash

Multiclass Classification Using Logistic Regression from Scratch in Python: Step by Step Guide

Two Methods for a Logistic Regression: The Gradient Descent Method and the Optimization Function

Rashida Nasrin Sucky
Towards Data Science
11 min readSep 5, 2020

--

Logistic regression is a very popular machine learning technique. We use logistic regression when the dependent variable is categorical. This…

--

--