Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 279 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 279 Bytes

A summary for common machine learning algorithms, provided in a handy format.

Classifiers included are:

  • k-nearest neighbour
  • Naive Bayes
  • Log-linear
  • Perceptron
  • Support Vector Machines

Clustering (EM) algorithms included are:

  • k-means
  • Mixture of Gaussians