Can anyone interpret this Recurrent Network Encoder-Decoder question?
I'm trying to earn some extra credit, so the professor won't elaborate further on what's being asked in this question:
The dataset that we're given is a line-by-line file of protein sequences (something like this: LVPRGSHMASMTGGQQMGRGSMVSSSSSGSDSLLLLSEECLLSASSGSGIQIQICKQIPKDWIYSYQVEEGSDLT)
What on earth is he asking about the encoder-decoder? Aren't these used to encode some information (like an English sentence) and then decode it into some other data (like a Spanish sentence)? What should I be encoding and decoding in this scenario?
Thank you
Topic encoder rnn neural-network machine-learning
Category Data Science