milroc / rtree.js

R-tree implementation in Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

R-tree implementation in Javascript


Languages

Language:JavaScript 100.0%