ApoorvDixit999 / SingleVariable-Logistic-Regression-from-scratch-

Using just math to apply gradient descent with sigmoid function for single variable logistic regression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SingleVariable-Logistic-Regression-from-scratch-

Using just math to apply gradient descent with sigmoid function for single variable logistic regression

Requirements

  • Python 3.x
  • NumPy
  • pandas
  • scikit-learn
  • Matplotlib

Installation

To install the necessary packages, you can use pip:

pip install numpy pandas scikit-learn matplotlib

Dataset

Generated randomly using random module

About

Using just math to apply gradient descent with sigmoid function for single variable logistic regression


Languages

Language:Jupyter Notebook 100.0%