SLIDE 20 l Echo State Network (ESN) is a special RNN
l Fixing the recurrent weights in hidden units l Only train the input and output weights l Training does not propagate through time (vs. BPTT) l Good accuracy in leakage-aware thermal modeling
ESN to avoid exploding gradient
x(k) = (1 − γ)x(k − 1) + γf(APd(k) + Dx(k − 1)), T(k) = Ex(k) + HPd(k),
S =
- x(1), x(2), . . . , x(nk)
Ptr(1), Ptr(2), . . . , Ptr(nk) T
O = [Ttr(1), Ttr(2), . . . , Ttr(nk)]T
Wout = (S†O)T
Simple training via least square, No exploding gradient problem: