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 : AutoEncoder 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 AutoEncoders:
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 encoderdecoder 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:
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
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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
