Question: LSTM states 2 0 1 point ( graded ) Now, we run the same model again with the same parameters and same initial conditions as
LSTM states
point graded
Now, we run the same model again with the same parameters and same initial conditions as in the previous
question. The only difference is that our input sequence in now:
Calculate the values at each timestep and enter them below as an array
Please round to the closest integer in every timestep. If then round it to
For ease of calculation, assume that sigmoid ~~ and ~~ for and sigmoid ~~
and ~~ for LSTM
Bookmark this page
Homework due Jul : IST Completed
The diagram below shows a single LSTM unit that consists of Input, Output, and Forget gates.
The behavior of such a unit as a recurrent neural network is specified by a set of update equations. These
equations define how the gates, "memory cell" and the "visible state" are updated in response to input
and previous states For the LSTM unit,
sigmoid
sigmoid
sigmoid
where symbol C stands for elementwise multiplication. The adjustable parameters in this unit are matrices
as well as the offset parameter vectors and
By changing these parameters, we change how the unit evolves as a function of inputs
To keep things simple, in this problem we assume that and are all scalars. Concretely, suppose that
the parameters are given by
We run this unit with initial conditions and and in response to the following input sequence:
For example, and so on
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
