KGCN icon indicating copy to clipboard operation
KGCN copied to clipboard

A tensorflow implementation of Knowledge Graph Convolutional Networks

Results 22 KGCN issues
Sort by recently updated
recently updated
newest added

老师好,请问aggregate method里面这段要怎么理解?最后return的entity_vectors[0]是不是之和第一次iteration(hop=0)有关?并且每次iteration里aggregator的input都是相互独立的?

Hello Wang, Book-Crossing 的 item_index2entity_id.txt 和kg.txt 可否给个获取途径,邮箱[email protected] THanks

Hello Wang, How do we create the knowledge graph file (kg.txt) if we are to train this network on a movieLens 100k dataset?

Hi, I am going through the literature of the paper and one thing which I find missing is information about inductiveness of the proposed algorithm. So my question is, Is...

第一列是item的id,第二列是知识图谱中电影的id

你好,KGCN这个方法相对于其他方法很新颖。我在构建KG图的时候,数据量较小时,处理速度比较快。如果数据量较大时,处理数据的时间就成倍增加。王工对于kg图构建优化上有没有研究?

Hi, in your paper, you mention that you sample a fixed size set of neighbors for each entity. How do you choose neighbors for each entity? Random or in other...

Dear Professor, first of all, thank you for openning source code and data set. In your paper, you mentioned using satori to construct sub-KG, but in the Web page of...

``` def ctr_eval(sess, model, data, batch_size): start = 0 auc_list = [] f1_list = [] while start + batch_size