Tagged articles
4 articles
Page 1 of 1
Model Perspective
Model Perspective
Dec 10, 2024 · Fundamentals

5 Surprising Mathematical Models That Shape Our World

This article introduces five powerful yet often overlooked mathematical models—Lotka‑Volterra, PageRank, SIR, Nash equilibrium, and random walk—explaining their core formulas and real‑life applications from ecology to finance and internet search.

Lotka-VolterraPageRankSIR model
0 likes · 7 min read
5 Surprising Mathematical Models That Shape Our World
Tongcheng Travel Technology Center
Tongcheng Travel Technology Center
May 9, 2023 · Artificial Intelligence

Enhanced Graph Embedding with Side Information (EGES) for User Growth and Cold‑Start Mitigation

This article presents EGES, a graph‑embedding model that incorporates side information to construct a directed user graph, apply biased random‑walk sampling, and train weighted Skip‑Gram embeddings, thereby improving large‑scale user acquisition and addressing cold‑start challenges in recommendation systems.

EGEScold startgraph embedding
0 likes · 9 min read
Enhanced Graph Embedding with Side Information (EGES) for User Growth and Cold‑Start Mitigation

How Time-Series Decomposition Boosts Microservice Root Cause Localization to 84% Accuracy

This paper presents StudRank, a microservice root‑cause localization method that decomposes call‑chain traces into time‑series, detects anomalies, builds an abnormal propagation graph, and applies a personalized PageRank random‑walk algorithm, achieving 84% top‑1 accuracy and a 97.6% improvement over MicroRCA on public AIOps data.

MicroservicesStudRankaiops
0 likes · 23 min read
How Time-Series Decomposition Boosts Microservice Root Cause Localization to 84% Accuracy
MaGe Linux Operations
MaGe Linux Operations
Aug 18, 2020 · Artificial Intelligence

Understanding node2vec: Biased Random Walks for Graph Embedding

This article explains the node2vec algorithm, its mathematical foundations, biased random‑walk sampling strategy with parameters p and q, implementation details using the Alias method, and demonstrates its superior performance on node classification and visualization tasks compared with DeepWalk and LINE.

Pythongraph embeddingmachine learning
0 likes · 9 min read
Understanding node2vec: Biased Random Walks for Graph Embedding