-
**Submitting author:** @palash1992 (Palash Goyal)
**Repository:** https://github.com/palash1992/GEM
**Version:** v1.0.0
**Editor:** @danielskatz
**Reviewer:** @jsgalan, @rougier
**Archive:** 10.5281/z…
-
### Description
Currently the documentation does not give much information about how to create graphs for use with StellarGraph. Homogeneneous graphs are straighforward and have many demos showing…
-
### Description
Currently, someone looking at our demos lands at https://github.com/stellargraph/stellargraph/tree/develop/demos (or https://github.com/stellargraph/stellargraph/tree/master/demos) …
huonw updated
4 years ago
-
Should we add a file with various utility functions for working with the embeddings?
For instance, something like this to get the most similar words?
```
def get_cosine_sim(emb, valid_words, top_k)…
-
### Describe the bug
We have some error messages that print a type. This is best done with `type(x).__name__` because printing `type(x)` directly shows the `repr` of a `type` object, which is weird…
huonw updated
4 years ago
-
Hi all,
when calling randomWalk procedure with a direction which is not BOTH (either using random or node2vec modes) I get the following null pointer exception:
2020-01-23 10:56:28.224+0000 IN…
-
any example on node2vec including running scripts, graph data and so on.
-
I want to put the float number weighted graph as edgelist for the input, but apparently
it doesn't work. Can you guide me?
-
### Describe the bug
Between 991db681bd435755 (#1267) and its parent f2a96aab34a21af, there was a significant performance regression in several random walk benchmarks:
- `UniformRandomWalk`
- `…
huonw updated
4 years ago
-
2亿顶点,6亿边的无向有权图数据测试node2vec_random算法,MPICH4进程并发,发现有一个进程的CPU利用率较高454%,其他很低51%,请问plato如何解决热点数据性能问题?
![image](https://user-images.githubusercontent.com/58256617/71567147-d231f700-2af7-11ea-8050-6ef20f4d8…