Neural Networks: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 10: Line 10:


The θ vector represents the model's ''parameters'' (model's ''weights'').
The θ vector represents the model's ''parameters'' (model's ''weights'').
The bias unit is optional, but when it is provided, it is always 1.

Revision as of 01:56, 4 January 2018

Internal

Individual Neuron

Neuron.png

This is a representation of a logistic unit with a sigmoid (logistic) activation function.

The θ vector represents the model's parameters (model's weights).

The bias unit is optional, but when it is provided, it is always 1.