This is a collection of machine learning algorithms implemented in python. Purpose: learning and practice.
- Linear Regression (Gradient Descent)
- Logistic Regression (Gradient Descent)
- Desicion Tree and Random Forest
- Adaboosting
- Naive Bayes
- K-nearest Neighbors