Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

( a ) [ 7 marks ] The following equation represents an infinite impulse response filter which was discussed during lectures about recurrent neural networks:

(a)[7 marks ] The following equation represents an infinite impulse response filter which was discussed
during lectures about recurrent neural networks:
y[n]=y[n-1]+y[n-2]+n=0Nx[n]+C
where x[n] is the input sample and y[n] is the output sample at time instance n;C is a constant. The
notation y[n-1] indicates an output delayed by one time unit. It can be thought of as having a memory
cell.
(i) By considering the equation of the filter given above, explain how it achieves the memory using
the following input, x[n]=[0.5,0.4,0.7,0.5,0.6,0.4,0.8,0.5],n=0,dots7,C=0.1,N=2,y[-1]=
0.0,y[-2]=0.0.[Hint: calculating y[n] up to n=5 should be sufficient.]
(ii) In what way does this filter function similarly to an LSTM cell and how are they different? In your
response, you need to explain how LSTM achieves the concept of "memory".
(b)[10 marks ] Assume we can model an image captioning task as a translation from image to words,
describe how you will design such a system using transformer model. Your design must mention the
key subsystems (or algorithms) and the role they play in the overall design. Please limit your response to
no more than a page and half.
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_2

Step: 3

blur-text-image_3

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

Pro SQL Server Administration

Authors: Peter Carter

1st Edition

1484207106, 9781484207109

More Books

Students also viewed these Databases questions

Question

How appropriate is it to conduct additional research?

Answered: 1 week ago

Question

What information remains to be obtained?

Answered: 1 week ago