Skip to content

Commit b748c86

Browse files
committed
first commit
0 parents  commit b748c86

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# 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.
6+
7+
## Installation
8+
9+
* `git clone git@github.com:javascript-machine-learning/multi-classification-logistic-regression-gradient-descent-javascript.git`
10+
* `cd multi-classification-logistic-regression-gradient-descent-javascript`
11+
* `npm install`
12+
* `npm start`

0 commit comments

Comments
 (0)