Question: Module 7 : Auto - Encoder Assignment Problem Statement: Consider yourself to be Bob, who is a Deep Learning PhD student. As part of your

Module 7: Auto-Encoder Assignment
Problem Statement:
Consider yourself to be Bob, who is a Deep Learning PhD student. As part of your semester exam you
have to implement an LSTM encoder.
Brief information on LSTM Auto-Encoders:
LSTM Autoencoders can learn a compressed representation of sequence data and have been used on
video, text, audio, and time series sequence data.
For a given dataset of sequences, an encoder-decoder LSTM is configured to read the input sequence,
encode it, decode it, and recreate it. The performance of the model is evaluated based on the models
ability to recreate the input sequence.
Tasks to be Done:
A. Start off by creating an input sequence of numbers: [0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9]
a. Build an LSTM RNN model on top of this data. Compile the model with adam to be the optimizer and loss to be mse
b. Fit the model on data and set the number of epochs to be 300
c. Predict the values and verify it with the input data

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!