Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 328 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 328 Bytes

Recurrent Entity Network

In this repository, we are going to implement seq2seq algorithm with attention for paragraph generation given the previous paragraph. Our attention will be on generating meaningful sentence (according to language model) for the beginning of the second paragraph.

This repo will be updated soon