Skip to content

minnowfish/logistic-regression-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

logistic-regression-model

About The Project

This project implements a simple logistic regression model to analyze and predict binary outcomes. It visualization of the decision boundary and cost reduction over iterations. The model uses the sigmoid function to map probabilities and make classifications.

Getting Started

To use the model yourself, copy and paste the code into an IDE of choice. Ensure you have python3 installed.

Load Dependencies required

pip install numpy matplotlib

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages