Skip to content

GUVENAli/Logistic-Regression-with-Mini-Batch-Gradient-Descent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Logistic-Regression-with-Mini-Batch-Gradient-Descent

Using numpy library in Python, logistic regression algorithm was performed with the option of seperating mini-batch to increase speed and efficiency. Activation function was selected as sigmoid function. The threshold is 0.5 which means that if the prediction is under 0.5, it is rounded to 0 and, therefore, if the prediction is equal and above 0.5, it is rounded to 1.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published