Recurrent-Knowledge-Graph-Embedding icon indicating copy to clipboard operation
Recurrent-Knowledge-Graph-Embedding copied to clipboard

This is for the knowledge graph embedding recommendation framework – RKGE

Results 4 Recurrent-Knowledge-Graph-Embedding issues
Sort by recently updated
recently updated
newest added

Sorry to bother you, I ran the code of RKGE But I found due to the reason that the number of positive samples and negative samples is unbalanced. (1 :...

I find there only exists one file named "LSTMTagger.py" which implements RKGE model. But in this file, the output of LSTM layer is used directly to form the final h...

Hello,when I run your code,I get the Error in the LSTMTrain.py as below: "UnboundLocalError:local variable 'ur_id' referenced before assignment". Then I add the code "global ur_id" at the first line...

Hello! Thanks to your nice work about RKGE. I just want to let you know I’m quite interested about your work, but I don’t know how to run your code....