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
Copy file name to clipboardExpand all lines: faq/logisticregr-neuralnet.md
+1-1
Original file line number
Diff line number
Diff 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?
2
2
3
3
4
4
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