-
Constructed and deployed a Sequence-to-Sequence network using an encoding and decoding paradigm, utilizing LSTM nodes as the foundation. Implementation achieved a noteworthy test Bleu score of 0.365.
-
Executed a bidirectional Sequence-to-Sequence network, incorporating both forward and backward encoding. Implementation, succeeded in a commendable test Bleu score of 0.369, highlighting the model’s proficiency in generating high-quality sequences.
-
Performed a Sequence-to-Sequence network with bidirectional encoding and incorporated an Attention mechanism in the decoding process. This advanced architecture led to remarkable results, attaining a notable test Bleu score of 0.406. The model’s ability to generate accurate and coherent sequences was improved by the inclusion of Attention.