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)