Skip to content

Commit 227c236

Browse files
JacekDabrowski1JacekDabrowski1
authored andcommitted
Update homepage statistics and case study numbers
Modify website/templates/index.html to reflect updated performance metrics, changing "5/5 Datasets Won" to "240x Faster Than GraphSAGE" and updating Zomato case study figures from 197x to 240x. Replit-Commit-Author: Agent Replit-Commit-Session-Id: ec794acd-c4a5-47f6-b906-d70ac3c316ee Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: fb3a6236-9d08-48e0-8c33-97920a62adcc Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/28ec11df-9ccf-40bc-9ff4-d0523e5b6a98/ec794acd-c4a5-47f6-b906-d70ac3c316ee/pEhrKXh Replit-Helium-Checkpoint-Created: true
1 parent a043045 commit 227c236

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

website/templates/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ <h1 class="animate-in delay-1">#1 Accuracy.<br>Every Dataset.</h1>
2323
<section class="section">
2424
<div class="stats-bar">
2525
<div class="stat scroll-reveal">
26-
<div class="stat-value" data-count="5">0</div>
27-
<div class="stat-label">/5 Datasets Won</div>
28-
<div class="stat-suffix"></div>
26+
<div class="stat-value" data-count="240">0</div>
27+
<div class="stat-label">Faster Than GraphSAGE</div>
28+
<div class="stat-suffix">x</div>
2929
</div>
3030
<div class="stat scroll-reveal" data-delay="100">
3131
<div class="stat-value" data-count="50">0</div>
@@ -163,7 +163,7 @@ <h4>Customer-Restaurant Graph</h4>
163163
</div>
164164
<div>
165165
<h4>Cleora Embeddings <span class="flow-time">&lt; 5 minutes</span></h4>
166-
<p>240x faster than GraphSAGE, 197x faster than DeepWalk (as measured by Zomato). No walk sampling, no skip-gram training. Purely structure-based — iterative weighted averaging of neighbor embeddings + L2 normalization.</p>
166+
<p>240x faster than GraphSAGE, 240x faster than DeepWalk (as measured by Zomato). No walk sampling, no skip-gram training. Purely structure-based — iterative weighted averaging of neighbor embeddings + L2 normalization.</p>
167167
</div>
168168
</div>
169169
<div class="flow-arrow scroll-reveal">&darr;</div>
@@ -190,7 +190,7 @@ <h4>Production Recommendations</h4>
190190

191191
<div class="case-study-results">
192192
<div class="result-metric scroll-reveal">
193-
<div class="result-value">197x</div>
193+
<div class="result-value">240x</div>
194194
<div class="result-label">faster than DeepWalk</div>
195195
</div>
196196
<div class="result-metric scroll-reveal" data-delay="100">

0 commit comments

Comments
 (0)