-
I am a little confusing while using this package for multi-classification. can anyone tell me how to do it ? Thanks.
what i had try:
```
train_labels=[[1,2], [2], [3]]
train_datas = [[1,1,0], [1,2,2…
-
I want to use the link prediction code with my own embedding methods. Could you please explain me how i would use this.
I am using cora edgelist as dataset, and i have generated embeddings with the…
-
This is essentially https://github.com/rtfeldman/seamless-immutable/issues/1, but am opening another issue for visibility as the prior is closed and there's no attention on it.
I'd like to have a m…
-
but the result is different from paper, I think maybe some error in my code, especially recomendation
It’s best if someone else has done it too,I wanna get your advice
-
-
- SysML 2019
- https://www.sysml.cc/doc/2019/71.pdf
billion scale なグラフだと、 float32 x 128 次元の embedding を作ったらそれだけで 100 GB 単位のメモリが必要なのでやばいが、この論文ではそういうものも disk に書き出しつつ学習する方法を提案している。
グラフ使ってなんかするの、夢あ…
-
Hi, in the paper vGraph conducted vertex classification task, is the code contained in this repo? Meanwhile I wonder if you use the logistic regression to do classification based on the embeddings?
-
When we have good embeddings we should yield useful clusters, in one paper (Zhang et al: Learning Node Embeddings in Interaction Graphs) I found the following paragraph describing that we can evaluat…
-
Thanks for providing the code. Since there are no guidelines from where and how to run the code for generating the region embeddings. You have two folders: one with java and the other with python cod…
-
I tried to import in an Eclipse project and run Maven-clean within Eclipse.
This does not report any error but does not generate any .jar either.
I also tried to run Maven-build with "goals:packag…