/linear-regression-js

Simple linear regression with gradient descent in JS

Primary LanguageJavaScript

linear-regression-js

Simple linear regression with gradient descent in JS

Getting Started

Simple Linear Regression with two variables written in JavaScript. Include a brief description about this machine learning algorithm.

Installing

  1. Clone this repository into a directory of your choice.
git clone https://github.com/lechugalf/linear-regression-js.git

If you are not familiar with Git and GitHub, you can simply download the zip file of the repository at the top of the main repository page.

Then, move to the directory created by the clone/zip file:

cd linear-regression-js

Open

Open index.html in your favorite web browser

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details