CollaborativeVAE
CollaborativeVAE copied to clipboard
Sequential Data- RNN instead of BoW
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?