hodaraad
hodaraad
Hi James, Sorry I have another question for using TensorRec for the session-based case. As you may know in session-based recommendation systems, the assumption is we cannot track users and...
I saw that there is a converter for exporting PyTorch models to ONNX format. There also seems to be a converter for TF to import that format. But, in the...
The first paper says that you also tried adding additional embedding layer, but 1-Hot encoding resulted in better performance. I wonder what kind of embedding you used for that experiment?...
I saw you have adapted BPR-MF algorithm to the session_based case by considering each session as a new user during training. Also, at prediction your paper says you get the...