Logistic Regression is used for Classification tasks and This Blog will take you through the implementation of logistic regression using Tensorflow 2. This blog post won’t be covering about the theories regarding logistic regression and theory is a pre-requisite.
Let’s jump to the code part :

  1. Importing The Dataset
  2. Train Test Split
  3. Model Architecture and training using keras functional API
  4. Model Performance

#machine-learning #classification #logistic-regression #deep-learning #tensorflow

Tensorflow 2 for Deep Learning — Logistic Regression ( Softmax )
1.30 GEEK