stenw / logistic-regression-gradient-descent-javascript

⭐️ Logistic Regression with Gradient Descent in JavaScript

Home Page:https://www.robinwieruch.de/logistic-regression-gradient-descent-javascript/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

⭐️ Logistic Regression with Gradient Descent in JavaScript

https://www.robinwieruch.de/logistic-regression-gradient-descent-javascript/


Languages

Language:JavaScript 100.0%