DeepRec
DeepRec copied to clipboard
An Open-source Toolkit for Deep Learning based Recommendation with Tensorflow.
hi, In the evaluation process of AttRec, when calculating the recommendation item rank of each user, why use the negative items instead of all items? this code in: DeepRec/utils/evaluation/SeqRecMetrics.py--->def evaluate1(self)...
Hi. I am converting tensorflow version into 2. You did merge my pull request before but that was not a complete patch. This is a not complete patch neither but...
Hi, quick question: do you have any benchmark available on a common dataset that validates the correct implementation and performance of the models?
Hi, If I wanna feed more features to the models shall I only change the headers list? can I pass a vector to it as well? Many thanks
i have 2M user and 300k items, ram is not enough, How do you implement????
How do i run this code on Jupyter notebook
1. 代码实现中num_hidden没用上 2. 看起来是把特征嵌入的维度与注意力嵌入的向量维度都设置为num_factor=16了 我理解num_hidden是特征嵌入维度参数,num_factor是注意力嵌入维度参数吧?
As a recommender system application developer, I find your DeepRec is really helpful, I just download your source code and study it. Super duper thanks! I am wondering if possible...