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.
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