Skip to content

javascript-machine-learning/logistic-regression-gradient-descent-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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