ML Algorithms

  •  Algorithms for Supervised ML
  1. Linear Regression
  2. Ridge & Lasso
  3. Logistic Regression
  4. Decision Tree (Classification & Regression)
  5. Adaboost
  6. Random Forest
  7. Gradient Boosting
  8. Xgboost
  9. Naive Bias
  10. SVM
  11. KNN
  • Algorithms for Unsupervised ML
  1. KMeans
  2. DBScan
  3. Hierarchical Clustering
  4. KNN Clustering
  5. PCA
  6. LDA

Comments

Popular posts from this blog

Extracting Tables and Text from Images Using Python

Positional Encoding in Transformer

Chain Component in LangChain