Question: Consider the fully recurrent network architecture ( without output activation and bias units ) defined as s ( t ) = W x ( t

Consider the fully recurrent network architecture (without output activation and bias units) defined as
s(t)=Wx(t)+Ra(t-1)
a(t)=f(s(t))
hat(y)(t)=Va(t)
with input vectors x(t), hidden pre-activation vectors s(t), hidden activation vectors a(t), activation function f(*) and parameter matrices R,W,V. Let denote the vector of all network parameters shared in time and let (t) denote their usage at time t. Further, let L(t)=L(y(t),hat(y)(t)) denote the loss function at time t and let L=t=1TL(t) denote the total loss. We use denominator-layout convention, i.e.,delLdel is a column vector.
Which statements about RTRL are true?
a. RTRL computes the gradients delL(t)del during the forward pass already.
b. Schmidhuber's approach divides the input sequence into chunks of size N(number hidden units) and performs RTRL within these chunks. Then it uses BPTT to consolidate the gradients for these chunks.
c. BPTT considers the recursion delLdels(t)=dels(t+1)dels(t)delLdels(t+1)+delL(t)dels(t) while RTRL considers the recursion dels(t)del=dels(t)del(t)+dels(t-1)deldels(t)dels(t-1)
d. The term dels(t)del generally has O(N4) elements, where N denotes the number of hidden units
 Consider the fully recurrent network architecture (without output activation and bias

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!