Logistic Regression with Gradient Descent in JavaScript

Build Status

This example project demonstrates how gradient descent may be used to solve a classification problem with logistic regression.

Read more about it here.

Installation

  • git clone git@github.com:javascript-machine-learning/logistic-regression-gradient-descent-javascript.git
  • cd logistic-regression-gradient-descent-javascript
  • npm install
  • npm start