apprenticearnab / ReinforceBots

MIT License
3 stars 4 forks source link

Adding the initial parts of the model #2

Closed apprenticearnab closed 3 years ago

apprenticearnab commented 3 years ago

Implement the Aggregating Word Vectors into Sentence Vectors and Aggregating Sentence Vectors into a Document Vector module as mentioned in the paper using the basic convolution , max-pool modules provided by Pytorch for raw texts . You can get more information regarding this modules from the documentation of Pytorch.

nesarasr commented 3 years ago

Can I work on this? Also the linked paper in this issue seems to be in trash folder, could you update that? Thanks!

apprenticearnab commented 3 years ago

I have updated the link , please try to develop all the parts of the model . It will be very helpful if you develop the whole model using the concepts of OOP .