Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 444 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 444 Bytes

What is this library?

Description

This library is something I've been thinking about for a while now. Building a set of basic machine learning algorithms that can be used for learning purposes.

Right now I plan on doing:

  1. Supervised Learning
  • Decision Trees
  • Support Vector Machines
  1. Statistical classifications
  • K - Nearest Neighbor
  • Gradient Descent
  1. Unsupervised Learning
  • K-means Clustering
  • Expectation-maximization