Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 881 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 881 Bytes

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