Skip to content

Commit 11a4c6b

Browse files
committed
typo fix
1 parent 1eb2d81 commit 11a4c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faq/logisticregr-neuralnet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# What is the relation between Loigistic Regression and Neural Networks and when to use which?
1+
# What is the relation between Logistic Regression and Neural Networks and when to use which?
22

33

44
The "classic" application of logistic regression model is binary classification. However, we can also use "flavors" of logistic to tackle multi-class classification problems, e.g., using the One-vs-All or One-vs-One approaches, via the related softmax regression / multinomial logistic regression.

0 commit comments

Comments
 (0)