Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Students also viewed these Databases questions