AutoEncoder It consisted of two parts, Encoder and Decoder. Encoder and Decoder in the model functionate as a mirror each other. Encoder : The encoder takes a variable-length sequence as input and transforms it into a state with a fixed shape. Decoder : It maps the encoded state of a fixed shape to a variable-length sequence. Encoder compressing the input data as much as possible when an input i..