vae_cf icon indicating copy to clipboard operation
vae_cf copied to clipboard

Variational autoencoders for collaborative filtering

Results 16 vae_cf issues
Sort by recently updated
recently updated
newest added

Hi I am getting error while running the notebook in line where we are importing **from tensorflow.contrib.layers import apply_regularization, l2_regularizer** `--------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) in 15 16...

Hi, I am playing around with the vae_cf implementation and I tried to my dataset, instead of the ML-20M. It has the same structure (userid, itemid, ratings) and I made...

Hi, nice work about Variational Autoencoder on recommendation. However, I am confused about the method of data split. In the preprocessing.py, > unique_uid = user_activity.index `unique_uid` is the index of...

Hi all, when training the Recall measure always returns the NaN value, which means the model could not learn anything? right? that means the model could not describe a latent...

Hi all, Is there a way to get the hit ratio along with ndcg from the code? Any help would be appreciated. Thanks

First of all, thanks for a great paper and code! I wanted to ask if there is a way to normalize predicted values, the un-normalized multinomial probability?

Hi Dawen, I am writing to ask if you ever had the following error when you implemented your program, which is shown in the snapshot attached with this message. This...

Hi, I have a question about l2 normalization of input. At q_graph method in Multi_VAE and forward_pass method in Multi_DAE, why do you apply l2 normalization to input vector? I...

Would you publish the code described in the "selection beta" in section 2.2 of your paper? Or, please give me the details (beta training method). I don't understand how to...

Hello, I run your code with Python 3.5+ and it throws several errors. I suppose it is supposed to run with Python 2.7? Some lines that could be edited for...