Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 842 Bytes

File metadata and controls

14 lines (9 loc) · 842 Bytes

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 [email protected]:javascript-machine-learning/logistic-regression-gradient-descent-javascript.git
  • cd logistic-regression-gradient-descent-javascript
  • npm install
  • npm start