Skip to content

Commit 6ae0023

Browse files
authored
Update README.rst
1 parent 2917617 commit 6ae0023

File tree

1 file changed

+3
-3
lines changed
  • TensorFlow/machine_learning_basics/logistic_regression

1 file changed

+3
-3
lines changed

TensorFlow/machine_learning_basics/logistic_regression/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
==================
2-
Linear Regression
3-
==================
1+
=====================
2+
Logistic Regression
3+
=====================
44

55
This document is dedicated to explain how to run the python script for this tutorial. ``Logistic regression`` is a binary
66
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

Comments
 (0)