dawenl / vae_cf

Variational autoencoders for collaborative filtering
Apache License 2.0
530 stars 158 forks source link

Implementation of CDAE (as a baseline) #8

Open fkhawar opened 6 years ago

fkhawar commented 6 years ago

Hello,

I noticed that you were not using the standard CDAE in your paper, would it be possible to share the implementation you used for CDAE?

I was looking for some implementation of CDAE that can be plugged into your way of data splitting.

Thanks

JoaoLages commented 5 years ago

What are the differences between this implementation and the one in the paper? Is the DAE different, but not the VAE?