←
^
→
Artificial Neural Networks
Sigmoid Unit
We let
σ
(
net
)
be the sigmoid function where
σ
(
net
)
=
1
1
+
e
-
net
and
net
is the sum of the weighted inputs, or
net
=
∑
i
=
1
n
w
i
x
i
It has the nice property that
d
σ
(
x
)
dx
=
σ
(
x
)
(
1
-
σ
(
x
)
)
.
So, we can use it to derive gradient descent rules for the training of multilayer networks.
José M. Vidal
.
19 of 33