Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 191 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 191 Bytes

ml_algorithms

Machine learning algorithms done in Python

Dimensionality reduction

  • PCA
  • Kernel PCA (rbf, polynomial, sigmoid kernels)

Clustering

  • K-means
  • Kernel K-means