Tag

DeepWalk

0 views collected around this technical thread.

Zhuanzhuan Tech
Zhuanzhuan Tech
Sep 14, 2022 · Artificial Intelligence

Graph Embedding Algorithms and Their Application in Zhuanzhuan Recommendation System

This article introduces the fundamentals of recommendation systems, explains Zhuanzhuan's main recommendation scenarios and pipeline, and details three graph embedding methods—DeepWalk, node2vec, and EGES—along with their practical implementations in recall and coarse‑ranking stages.

DeepWalkEGESe-commerce
0 likes · 17 min read
Graph Embedding Algorithms and Their Application in Zhuanzhuan Recommendation System
DataFunTalk
DataFunTalk
Jan 28, 2022 · Artificial Intelligence

Graph Models in Information Feed Recommendation: Principles and Practice

This article introduces graph modeling concepts, explains how they are applied to large‑scale information‑feed recall, details specific algorithms such as DeepWalk, LINE and GraphSAGE, describes feature engineering, loss design, training, deployment, evaluation, and discusses current challenges and future directions.

DeepWalkGraph Neural NetworksGraphSAGE
0 likes · 19 min read
Graph Models in Information Feed Recommendation: Principles and Practice
Tencent Cloud Developer
Tencent Cloud Developer
Jun 9, 2021 · Artificial Intelligence

Overview of Common Graph Embedding Methods in Industry

The article surveys six widely‑used graph‑embedding techniques—DeepWalk, Node2Vec, LINE, SDNE, EGES and Metapath2Vec—explaining how each transforms graph topology into low‑dimensional vectors via random walks, biased sampling, proximity‑based objectives, deep auto‑encoders, side‑information integration, or meta‑path‑guided walks for industrial applications.

DeepWalkEGESMetapath2Vec
0 likes · 14 min read
Overview of Common Graph Embedding Methods in Industry
Tencent Cloud Developer
Tencent Cloud Developer
Sep 3, 2020 · Artificial Intelligence

CTR Prediction Optimization for App Store Recommendation: Integrating DeepWalk, BERT, and Attention Mechanisms

The paper presents an optimized CTR prediction model for Tencent’s App Store that merges multi‑behavior shared embeddings, long‑term DeepWalk graph embeddings, BERT‑derived app description vectors, and attention‑based fusion, reducing parameters while improving bias, AUC, and recommendation performance for sparse, long‑tail data.

BERTCTR predictionDeepWalk
0 likes · 9 min read
CTR Prediction Optimization for App Store Recommendation: Integrating DeepWalk, BERT, and Attention Mechanisms
DataFunTalk
DataFunTalk
Jun 10, 2020 · Artificial Intelligence

Embedding Techniques for Real Estate Recommendation at 58.com

This article explains how 58.com applies various embedding methods—including ALS, Skip‑gram, and DeepWalk—to vectorize users and properties, improve similarity calculations, and enhance both recall and ranking stages of its real‑estate recommendation system, with detailed technical descriptions and evaluation results.

ALSDeepWalkReal Estate
0 likes · 16 min read
Embedding Techniques for Real Estate Recommendation at 58.com
Sohu Tech Products
Sohu Tech Products
May 27, 2020 · Artificial Intelligence

Overview of Graph Embedding Techniques: DeepWalk, LINE, node2vec, and EGES

This article provides a comprehensive overview of graph embedding methods—including DeepWalk, LINE, node2vec, and EGES—explaining their algorithms, random‑walk strategies, proximity definitions, incorporation of side information, and their applications in large‑scale recommendation systems.

DeepWalkRecommendation systemsgraph embedding
0 likes · 20 min read
Overview of Graph Embedding Techniques: DeepWalk, LINE, node2vec, and EGES