vae_cf
vae_cf copied to clipboard
Variational autoencoders for collaborative filtering
Hi, I have two questions about the paper that I can't understand to ask you for full sincerity, hoping you can give some detail or explanation about them. The first...
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...
Hi Dawen, Sorry to bother. I am not familiar with this specific task setting but I am interested in variational autoencoder application to this task. It will be really nice...
Do you have the code for downloading and preprocessing the Netflix and Million Song Datasets? Thanks for the clear code.
I am proposing a modification to the `filter_triplets` function. The proposed modification is to change: ``` if min_sc > 0: itemcount = get_count(tp, 'movieId') tp = tp[tp['movieId'].isin(itemcount.index[itemcount >= min_sc])] if...