Skip to content

Commit 9bfb69f

Browse files
author
Cleora Team
committed
README: lead with identity, move benchmarks below
1 parent 00d775e commit 9bfb69f

1 file changed

Lines changed: 20 additions & 8 deletions

File tree

README.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,38 @@
44

55
</p>
66

7-
<h3 align="center">Graph Embeddings. Blazing Fast.</h3>
7+
<h1 align="center">The Graph Embedding Engine</h1>
88

99
<p align="center">
10-
The only graph embedding library that performs <b>all possible random walks in a single matrix multiplication</b>.<br>
10+
Cleora computes <b>all possible random walks in a single matrix multiplication</b>.<br>
1111
No negative sampling. No GPU. No noise. Just fast, deterministic, production-grade embeddings.
1212
</p>
1313

14-
<p align="center">
15-
<b>240x</b> Faster Than GraphSAGE &nbsp;·&nbsp;
16-
<b>8</b> Embedding Algorithms + MLP Classifier &nbsp;·&nbsp;
17-
<b>~5 MB</b> Total Install Size
18-
</p>
19-
2014
<p align="center">
2115
<a href="https://cleora.ai">Website</a> &nbsp;·&nbsp;
2216
<a href="https://cleora.ai/docs">Documentation</a> &nbsp;·&nbsp;
2317
<a href="https://cleora.ai/api">API Reference</a> &nbsp;·&nbsp;
2418
<a href="https://cleora.ai/benchmarks">Benchmarks</a>
2519
</p>
2620

21+
<p align="center">
22+
<code>pip install pycleora</code>
23+
</p>
24+
25+
---
26+
27+
<p align="center">
28+
<b>#1 Accuracy. Every Dataset.</b><br>
29+
Tested on <b>5 canonical academic datasets</b> against <b>7 competing algorithms</b> — Cleora wins on accuracy on <b>every single dataset</b>,<br>and is the only algorithm that scales to every graph without crashing.
30+
</p>
31+
32+
<p align="center">
33+
<b>240x</b> Faster Than GraphSAGE &nbsp;·&nbsp;
34+
<b>50x</b> Less Memory Than NetMF &nbsp;·&nbsp;
35+
<b>~5 MB</b> Install &nbsp;·&nbsp;
36+
<b>0</b> GPUs Required
37+
</p>
38+
2739
---
2840

2941
## Achievements

0 commit comments

Comments
 (0)