logistic_regression
logistic_regression,
looks at the logistic regression method for classifying data into
one of two categories.
The notes:
Scripts:
-
admit.py,
model college admission decisions.
-
comfort.py,
model humidity/temperature comfort decisions.
-
gold.py,
model real or counterfeit coin decisions.
-
logistic.py,
evaluates or plots the logistic function.
-
logistic_regression.py,
uses gradient descent to seek weights for a logistic regression
model of given data.
Text files:
Images:
Last revised on 13 October 2019.