-
1 of Google Search's original innovations was the [BackRub/PageRank algorithm](https://www.google.com/about/company/history/#1995-1997). GitHub should implement the simplest version: allow sorting an…
-
Hello, sorry to trouble you. I have a quetion about the reproduction of the paper"Adaptive Universal Generalized PageRank Graph Neural Network". When I run his code, there are large differences in th…
-
```
What steps will reproduce the problem?
1. bin/exampleapps/pagerank file pagerank2.txt
2.
3.
What is the expected output? What do you see instead?
top vertices
What version of the product are you…
-
This seems to be great. Can you provide a few lines of code of a working example for this so it becomes easier to use for first-timers.
Thanks for the hep !
-
Depends on #31
Implement the incremental pagerank approach as suggested by the whitepaper.
The first step should be to further spec out the algorithm and its implementation in the data model doc…
-
Would it be easy to add some ranking information (triples) to the Wikidata endpoint? This has been discussed for years elsewhere ([T143424](https://phabricator.wikimedia.org/T143424) [T174981](https:/…
-
```
What steps will reproduce the problem?
1. bin/exampleapps/pagerank file pagerank2.txt
2.
3.
What is the expected output? What do you see instead?
top vertices
What version of the product are you…
-
Hi,
When I tried to run Lux with
./pagerank -ll:gpu 1 -ll:fsize 12000 -ll:zsize 20000 -file hollywood.lux
I got an error like this:
CU: cuMemAlloc(&fbmem_base, size) = 2 (CUDA_ERROR_OUT_OF_ME…
-
Hello,
Thank you for nice tool.
I have one question about how to run danker on links file which already downloaded and processed by danker?
I run "./danker.sh ALL --bigmem" and after few hours…
-
```
Attached is the diff file based on the current latest revision that implements
the HITS algorithm. Also, a unittest is included in a similar spirit to the
pagerank algorithm.
If I forgot someth…