Logistic Regression: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Machine Learning =Overview= Logistic regression provides the functionality of an individual neural network unit.")
 
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
=Overview=
=Overview=


Logistic regression provides the functionality of an individual neural network unit.
Logistic regression provides the functionality of an [[Neural_Networks#Individual_Unit|individual neural network unit]].
 
=Regularized Cost Function=
 
[[Image:LogisticRegressionRegularizedCostFunction.png]]
 
The regularization term is a sum from j = 1, not from j = 0, because we do not regularize the bias term θ<sub>0</sub>.

Latest revision as of 02:14, 6 January 2018

Internal

Overview

Logistic regression provides the functionality of an individual neural network unit.

Regularized Cost Function

LogisticRegressionRegularizedCostFunction.png

The regularization term is a sum from j = 1, not from j = 0, because we do not regularize the bias term θ0.