Welcome!! This repository contains implementation of various machine learning algorithms.
-
Regression:
-
Linear Regression: contains implementation of Batch Gradient Descent Linear Regression, Lasso Linear Regression, and Ridge Linear Regresion.
-
Stochastic Gradient Descent Linear Regression: contains implementation of SGD Linear regression.
-
Classification:
-
Naive Bayes(classification): contains the implementation of naive bayes classification algorithm.
-
Logistic-Regression: contains implementation of logistic regression classifier for binary classification problem.