An open API service indexing awesome lists of open source software.

https://github.com/phenax/machine-learning

Just messing around with machine learning algorithms
https://github.com/phenax/machine-learning

machine-learning neural-network

Last synced: 3 months ago
JSON representation

Just messing around with machine learning algorithms

Awesome Lists containing this project

README

        

# Machine Learning
[![Build Status](https://travis-ci.org/phenax/machine-learning.svg?branch=master)](https://travis-ci.org/phenax/machine-learning)

Just messing around with machine learning algorithms

### Instructions
* ```npm test``` To run a test

### File structure

* ```/tests``` All the test suites
* ```/src/iris-dataset.js``` The dataset used for tests
* ```/src/js/Learn``` The good stuff
* ```/src/js/Learn/lib``` The algorithms