Skip to content

A vectorized implementation of logistic regression with mini batches. The data parsing implemented in this notebook is for datasets from UCI Machine learning repository, and the datasets should be binary. The parsing part can be changed accordingly for any type of binary classification task.

License

Notifications You must be signed in to change notification settings

iamkucuk/Logistic-Regression-With-Mini-Batch-Gradient-Descent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logistic Regression With Mini Batch Gradient Descent

A vectorized implementation of logistic regression with mini batches. The data parsing implemented in this notebook is for datasets from UCI Machine learning repository, and the datasets should be binary. The parsing part can be changed accordingly for any type of binary classification task.

About

A vectorized implementation of logistic regression with mini batches. The data parsing implemented in this notebook is for datasets from UCI Machine learning repository, and the datasets should be binary. The parsing part can be changed accordingly for any type of binary classification task.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages