←
^
→
Artificial Neural Networks
Alternative Error Functions
Penalize large weights:
E
(
w
⇀
)
≡
1
2
∑
d
∈
D
∑
k
∈
outputs
(
t
kd
-
o
kd
)
2
+
γ
∑
i
,
j
w
ji
2
Add a term for errors in the slope of the target function
E
(
w
⇀
)
≡
1
2
∑
d
∈
D
∑
k
∈
outputs
[
(
t
kd
-
o
kd
)
2
+
μ
∑
j
∈
inputs
(
∂
t
kd
∂
x
d
j
-
∂
o
kd
∂
x
d
j
)
2
]
Tie together weights: e.g., in phoneme recognition network
José M. Vidal
.
30 of 33