Skip to content

Numpy based own implementations of some of ML algorithms.

License

Notifications You must be signed in to change notification settings

Manik2000/ML-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,