DEV Community

Cover image for Classification Of Machine Learning Algorithms
likhitha manikonda
likhitha manikonda

Posted on

Classification Of Machine Learning Algorithms

🧠 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)