An open API service indexing awesome lists of open source software.

https://github.com/parvvaresh/logistic-regression-from-scratch

Logistic regression is the most famous machine learning algorithm after linear regression. In a lot of ways, linear regression and logistic regression are similar. But, the biggest difference lies in what they are used for. Linear regression algorithms are used to predict/forecast values but logistic regression is used for classification tasks.
https://github.com/parvvaresh/logistic-regression-from-scratch

jupyter-notebook machine-learning numpy python3

Last synced: 3 months ago
JSON representation

Logistic regression is the most famous machine learning algorithm after linear regression. In a lot of ways, linear regression and logistic regression are similar. But, the biggest difference lies in what they are used for. Linear regression algorithms are used to predict/forecast values but logistic regression is used for classification tasks.

Awesome Lists containing this project