Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gopalanand333/nodejs-machine-learning

Nodejs application using prediction algorithms
https://github.com/gopalanand333/nodejs-machine-learning

Last synced: about 12 hours ago
JSON representation

Nodejs application using prediction algorithms

Awesome Lists containing this project

README

        

# Machine Learning with Nodejs
Nodejs application using prediction algorithms
In statistics, linear regression is a linear approach to modeling the relationship between a scalar response (or dependent variable) and one or more explanatory variables (or independent variables). The case of one explanatory variable is called simple linear regression.

[Read more here](https://www.hackerearth.com/blog/developers/gradient-descent-algorithm-linear-regression/)

### To install the application use the commands:
```npm install```
### To run the application
```npm run dev```