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.
- Host: GitHub
- URL: https://github.com/lastlegion/linearReg.js
- Owner: lastlegion
- Created: 2013-07-05T07:41:54.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-16T15:33:14.000Z (over 11 years ago)
- Last Synced: 2025-04-23T22:28:30.073Z (2 months ago)
- Topics: javascript, linear-regression, machine-learning
- Language: JavaScript
- Homepage:
- Size: 126 KB
- Stars: 46
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`