hellpanderrr / ml_algorithms

Machine learning algorithms done from scratch in Python with Numpy/Scipy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ml_algorithms

Machine learning algorithms done in Python

Dimensionality reduction

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

Clustering

  • K-means
  • Kernel K-means

About

Machine learning algorithms done from scratch in Python with Numpy/Scipy

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%