Welcome to the Real-World Machine Learning Projects Series. Here we will learn about machine learning algorithms by working on different real life datasets. I will explain everything. If we will machine learning by doing practical examples then it’s easy to understand. Here is the list of machine learning algorithms.
Supervised Machine Learning
Regression related problems
We will perform following algorithms for regression related real-world machine learning projects.
- Linear Regression
- Support Vector Regressor
- Decision Tree Regressor
- Random Forest Regressor
- Gradient Boosting Regressor
For Classification related problems
- Logistic Regression
- Decision Tree Classifier
- Random Forest Classifier
- K-Nearest Neighbor
- XG Boost
Un-Supervised Machine Learning
Clustrering
- K-Means Clustering
- Agglomerative Hierarchical Clustering
- DBSCAN Clustering