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

https://github.com/lastlegion/linearReg.js

Linear regression with Gradient descent package for NPM.
https://github.com/lastlegion/linearReg.js

javascript linear-regression machine-learning

Last synced: about 1 month ago
JSON representation

Linear regression with Gradient descent package for NPM.

Awesome Lists containing this project

README

        

## lineareg.js

A javascript implementation of linear regression. Loosely based on Prof. Ng's [MOOC on Machine Learning](https://www.coursera.org/course/ml).

Uses Sylvester for linear algebra.
`npm install sylvester`

##Installation
lineareg can be installed using npm

`npm install lineareg`