Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 425 Bytes

File metadata and controls

13 lines (12 loc) · 425 Bytes

A collection of machine learning methods implemented in Javascript

I implemented a whole collection of machine learning methods in Javascript, visualised in D3.js. These include:

  • linear regression
  • linear regression with stochastic gradient descent
  • logistic regression with stochastic gradient descent
  • linear discriminant analysis
  • CART
  • naive bayes
  • KNN classifier
  • support vector machine
  • bagging
  • boosting