Question: 1 Problem 1 : Recurrent Neural Network ( 2 0 points ) Recurrent Neural Networks ( RNN ) are artificial neural networks that contains temporal
Problem : Recurrent Neural Network
points
Recurrent Neural Networks RNN are artificial neural networks that contains
temporal connections among neural nodes in the same layer. Compare to normal
feedforward neural networks, RNNs are good at processing sequential data with
arbitrary length and can learn to model temporal dynamic behaviors. Long
ShortTerm memory is the most famous RNN variant that are widely used
in deep learning field.
a points LSTM contains a forget gate to decide how many previous
information need to be kept. There is a Sigmoid activation in the forget gate.
Explain why we use Sigmoid here, instead of Tanh.
b points In neural language processing and many other fields that
process sequential data, more and more LSTMbased models are replaced by
Transformerbased models nowadays. Why LSTM is not as popular as before
now? List at least drawbacks of LSTMcompared to Transformer. Explain
each of them with to sentences.
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
