Neural Networks

From Ufldl

Jump to: navigation, search
Line 11: Line 11:
This "neuron" is a computational unit that takes as input <math>x_1, x_2, x_3</math> (and a +1 intercept term), and
This "neuron" is a computational unit that takes as input <math>x_1, x_2, x_3</math> (and a +1 intercept term), and
-
outputs <math>h_{W,b}(x) = f(W^Tx) = f(\sum_{i=1}^3 W_{i}x_i +b)</math>, where <math>f : \Re \mapsto \Re</math> is
+
outputs <math>\textstyle h_{W,b}(x) = f(W^Tx) = f(\sum_{i=1}^3 W_{i}x_i +b)</math>, where <math>f : \Re \mapsto \Re</math> is
called the '''activation function'''.  In these notes, we will choose
called the '''activation function'''.  In these notes, we will choose
<math>f(\cdot)</math> to be the sigmoid function:
<math>f(\cdot)</math> to be the sigmoid function:

Revision as of 06:07, 27 February 2011

Personal tools