ML Notes. Learn machine learning algorithms with working code examples.

github.com/jwasham/machine-learning

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

March 2016
  • Updated README.
  • Added libraries for support vector machines.
  • Added support vector machines.
  • Added libraries for regularized linear regression.
  • Added regularized linear regression.
  • Added placeholder to README.
  • Added neural network libraries.
  • Added neural network learning code.
  • Added placeholders to README.
  • Added multi-classification and neural networks.
  • Added logistic regression.
February 2016
  • Added main program flow and training set.
  • Added trainer and cost minimization function.
  • Additional clarifications.
  • Added images.
  • Added notes on linear regression costing and gradient descent function.
  • Initial project setup, logistic regression cost function