https://github.com/gopalanand333/nodejs-machine-learning
Nodejs application using prediction algorithms
https://github.com/gopalanand333/nodejs-machine-learning
Last synced: 3 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T15:34:23.000Z (about 2 years ago)
- Last Synced: 2024-12-28T05:28:26.808Z (5 months ago)
- Language: JavaScript
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
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```