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