Sequence-to-Sequence Encoder-Decoder RNN
I explore building a sequence-to-sequence NLP solution using an Encoder-Decoder model built with the Keras framework that could predict the expanded form of a polynomial based on the input factored form. Click here to see this repository.