You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Multi-Class Classification Logistic Regression with Gradient Descent in JavaScript
2
+
3
+
This example project demonstrates how [gradient descent](https://en.wikipedia.org/wiki/Gradient_descent) may be used to solve a multi-class classification problem with [logistic regression](https://en.wikipedia.org/wiki/Logistic_regression).
4
+
5
+
It uses the [MNIST database](https://en.wikipedia.org/wiki/MNIST_database) to predict images of digits from 0 to 9.
0 commit comments