Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.13 KB

ML-algorithms

About

Python (numpy) implementations of various ML algorithms from different subfields like supervised learning, dimensionality reduction, clustering. The main purpose of the project is to gain deeper insight into the workings of ML algorithms, going beyond simply performing from sklearn ....

Algorithms

Supervised learning

Dimensionality reduction

Clustering

ToDo

  • T-SNE,
  • Decision Trees,
  • LDA,
  • SVM,