• The main purpose of making this repository is to keep all my Machine Learning notes at one place, hence keeping my GitHub clean!
• It looks good, isn't it?
Regression:
• Linear Regression
• Multiple-Linear Regression
• Polynomial Regression
• Lasso and Ridge Regression (L1 & L2 Regularization)
• Elastic-Net Regression
Classification:
• Logistic Regression
• K-Nearest Neighbours
• Support Vector Machine
• Naive Bayes
• Decision Tree
Ensemble:
• Random Forest
• Adaptive Boosting (AdaBoost)
• Extreme Gradient Boosting (XGBoost)
Clustering:
• K-Means
• Hierarchical_clustering
• _ DBSCAN_