Home - niranjv/ml-notes GitHub Wiki

Contents

Metrics

  • Sensitivity
  • Specificity
  • Precision
  • Recall

Regression

  • Linear Methods
  • Shrinkage methods
    • Ridge Regression
    • LASSO
    • LARS
  • Derived Input Methods
    • Principal Components Regression
    • Partial Least Squares Regression
  • Non-linear methods
    • MARS
    • Polynomial Regression
    • LOESS
    • Splines
    • Generalized Additive Models (GAMS)
    • Isotonic Regression

Classification

Tree-based Methods

Model Selection / Assessment / Resampling

  • Bias-Variance trade-off
  • BIC
  • MDL
  • Vapnik-Chervonenkis Dimension
  • Cross-validation
  • Bootstrap

Clustering

Dimensionality Reduction

Density Estimation
Frequent Pattern Mining
Recommender Systems
NLP