eelxpeng / CollaborativeVAE

MIT License
75 stars 34 forks source link

Sequential Data- RNN instead of BoW #5

Open rahimentezari opened 6 years ago

rahimentezari commented 6 years ago

You have used BoW and the papers says for sequential data such as text a RNN pair can be used [5]. Why did not you use this kind of RNN instead of BoW, although your data is text (sequential data)? you assumed independent words here, didn't you?