๐ง Supervised Machine Learning Algorithms
These algorithms learn from labeled data (where the correct output is known).
- Linear Regression
- Ridge and Lasso
- Logistic Regression
- Decision Tree
- AdaBoost
- Random Forest
- Gradient Boosting
- XGBoost
- Naive Bayes
- Support Vector Machines (SVM)
- Neural Networks
๐ Unsupervised Machine Learning Algorithms
These algorithms learn from unlabeled data (no predefined output).
- K-Means
- DBSCAN
- Hierarchical Clustering
- K-Nearest Neighbour Clustering
- Principal Component Analysis (PCA)
- Linear Discriminant Analysis (LDA)
๐ Still here? Youโve got great taste in content! Now letโs keep that brain buzzing โ onward to the next digital adventure! ๐๐
https://dev.to/codeneuron/classification-of-machine-learning-algorithms-53ac
Top comments (0)