Unit IV
Unit IV
Unit IV
(Autonomous)
𝑦 𝑖= 𝑓 ( 𝑥 𝑖 , 𝑠 𝑖 ,𝑊 ,𝑈 , 𝑉 , 𝑏, 𝑐 )
is the state of network at time step I
W, U, V, b,c which are shared across the time steps.
The same network can be computed .
Recurrent Neural Networks
𝑠𝑖 =𝜎 ( 𝑈𝑥 +𝑊 𝑠 +𝑏 ) 𝑖− 1
This is more compact way of representing RNN
𝑦 𝑖 =𝜊 ( 𝑉 𝑠𝑖 +𝑐 )
𝑦 𝑖= 𝑓 ( 𝑥 𝑖 , 𝑠 𝑖 ,𝑊 ,𝑈 , 𝑉 , 𝑏, 𝑐 )
𝑠𝑖 =𝜎 ( 𝑈𝑥 +𝑊 𝑠 +𝑏 ) 𝑖− 1
𝑦 𝑖 =𝜊 ( 𝑉 𝑠𝑖 +𝑐 )
𝑦 𝑖= 𝑓 ( 𝑥 𝑖 , 𝑠 𝑖 ,𝑊 ,𝑈 , 𝑉 , 𝑏, 𝑐 )