Skip to content

ai-glimpse/toyml

Repository files navigation

ToyML

Machine Learning from Scratch

Coverage PyPI Package

Wakatime

There are some machine learning algorithms implemented from scratch. Let's learn machine learning with simple toy code.

Installation

pip install toyml

Links

RoadMap

  • Clustering: DBSCAN, Hierarchical(Agnes&Diana), Kmeans
  • Classification: KNN
  • Ensemble: Boosting(AdaBoost)
  • Classification: NaiveBayes, DecisionTree, SVM
  • Association Analysis: Apriori
  • Ensemble: GBDT