@@ -13,7 +13,7 @@ No negative sampling. No GPU. No noise. Just fast, deterministic, production-gra
1313
1414<p align =" center " >
1515 <b >240x</b > Faster Than GraphSAGE   ; ·  ;
16- <b >8</b > Embedding Algorithms + GCN Classifier   ; ·  ;
16+ <b >8</b > Embedding Algorithms + MLP Classifier   ; ·  ;
1717 <b >~ 5 MB</b > Total Install Size
1818</p >
1919
@@ -151,7 +151,7 @@ Embeddings are stable across runs and support inductive learning: new nodes can
151151| ** Node2Vec** | Random Walk | Biased random walks with tunable BFS/DFS exploration |
152152| ** HOPE** | Matrix Factorization | High-Order Proximity preserved Embedding |
153153| ** GraRep** | Matrix Factorization | Graph Representations with Global Structural Information |
154- | ** GCN ** | Mini-GNN | 2-layer Graph Convolutional Network classifier in pure numpy/scipy — no PyTorch needed |
154+ | ** MLP ** | Neural Classifier | 2-layer MLP classifier in pure numpy/scipy — no PyTorch needed |
155155
156156All algorithms are unified under a single API. Switch between methods by changing one parameter:
157157
@@ -271,7 +271,7 @@ Full interactive benchmark results at [cleora.ai/benchmarks](https://cleora.ai/b
271271| No negative sampling needed | ** Yes** | No | No | No | No | No |
272272| Deterministic output | ** Yes** | No | No | No | No | No |
273273| Node2Vec / DeepWalk | ** Built-in** | Yes | Yes | Yes | Yes | Yes |
274- | GNN classifier (no PyTorch) | ** GCN ** | Requires PyTorch | No | Requires PyTorch | No | Requires TF |
274+ | MLP classifier (no PyTorch) | ** MLP ** | Requires PyTorch | No | Requires PyTorch | No | Requires TF |
275275| Graph sampling | ** 6 methods** | Yes | No | Yes | No | Yes |
276276| Hyperparameter tuning | ** Grid + Random** | Manual | No | Manual | No | Manual |
277277| Install size | ** ~ 5 MB** | ~ 500 MB+ | ~ 15 MB | ~ 400 MB+ | ~ 2 MB | ~ 600 MB+ |
0 commit comments