Srinivas-R / AKBC-2017-Paper-14

Code to reproduce results in "Revisiting Simple Neural Networks for Learning Representations of Knowledge Graphs", AKBC 2017
5 stars 3 forks source link

about code #2

Closed JinHeap closed 5 years ago

JinHeap commented 6 years ago

https://github.com/Srinivas-R/AKBC-2017-Paper-14/blob/e4d4d3e4e605c159d8ced021ee05631bd6798698/NN.py#L51

input_l = tf.concat([tf.concat([pos_head_e + rel_e, pos_tail_e],axis=1), tf.concat([neg_head_e + rel_e, neg_tail_e],axis=1)] , axis=0)

sorry,i can't understand this line,what's this line for?