Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gopalanand333/nodejs-machine-learning
- Owner: gopalanand333
- License: mit
- Created: 2019-12-30T05:54:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:32:52.000Z (over 1 year ago)
- Last Synced: 2023-03-09T20:26:14.786Z (over 1 year ago)
- Language: JavaScript
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```