Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Class Classification Logistic Regression with Gradient Descent in JavaScript

Build Status

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

It uses the MNIST database to predict images of digits from 0 to 9.

Installation

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

About

⭐️ Multi-Class Classification Logistic Regression with Gradient Descent in JavaScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published