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: TensorFlow/machine_learning_basics/logistic_regression/README.rst
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
==================
2
-
Linear Regression
3
-
==================
1
+
=====================
2
+
Logistic Regression
3
+
=====================
4
4
5
5
This document is dedicated to explain how to run the python script for this tutorial. ``Logistic regression`` is a binary
6
6
classification algorthim in which `yes` or `no` are the only possible responses. The linear output is transformed to a probability of course between zero and 1. The decision is made by thresholding the probability and saying it belongs to which class. We consider ``Softmax`` with ``cross entropy`` loss for minimizing the loss.
0 commit comments