-
Node2vec and DeepWalk original proposals are built upon the skip-gram model. By default, nodevectors does not set the parameter ```w2vparams["sg"]``` to 1, therefore the underlying Word2Vec model uses…
-
请问:
单机版,用deepwalk训练,loss和mrr值一直不怎么变是怎么回事啊?
一样的代码,我用python3写了下,效果好很多。
mrr这个评估值,是有效的吗?
-
Hi:
Thank you for your great work!
Now I'm trying to run your code on a unfeatured, undirected graph with a feature vector generated from Deepwalk. But the performance is really poor. I'm wonder…
-
你好作者大大,我这边有个疑问哈,我通过你的源码,跑了下cut_data,生成的bcab文件一共三列,如下:
1 4 1
1 2 3
1 23 5
4 1 1
4 11 1
...
每一行代表b -> ca -> b 这个元路径吧,如果我理解的没问题的话,第一列b和第二列ca是不能有重复的编码的?
不然这样的话在随机游走的过程中,图就会失去本来的结构,被搞乱了。
还是说deepwa…
-
Walks persistence fails for the non-str walk items (in case the module is used as a library from https://github.com/eXascaleInfolab/HARP with int walk items).
```
File "/usr/local/lib/python3.5/…
-
When I try to run "deepwalk --input example_graphs/karate.adjlist --output karate.embeddings" ,I've got this problem.How do I solve it?Thank you very much!
-
Could you explain more about how to do the link prediction evaluation (predict links for t + 1) in the paper?
I am very confused about using Logistic Regression (LR) after obtaining vertex embeddin…
-
From Section5.2 , "The reason for the results is that both TraceAnomaly and STV-OC-SVM use the high- dimensional vector representation defined by STV", I would like to know how many dimensions are the…
-
请问这个是什么原因?谢谢!
python3 scripts/std_test.py
[info]running with {'dataset': 'ucr-Earthquakes', 'n_splits': 5, 'model_cache': False, 'shapelet_cache': False, 'gpu_enable': False}
./dataset/UCRArchi…
-
using version 1.0.2 and running this cypher code:
CALL embedding.deepgl("Address","PAYS", {
nodeFeatures: ['pagerank'],
iterations: 2
})
This error occurs >>
Neo.ClientError.Procedure.Proce…