Tag

Game Recommendation

0 views collected around this technical thread.

Architect
Architect
Aug 5, 2023 · Artificial Intelligence

Architecture and Evolution of a Game Recommendation System

From its inception as a simple game distribution platform to a sophisticated, multi‑layered recommendation architecture, this article details the background, early models, business growth, architectural evolution, caching strategies, GC optimization, rate limiting, experiment platform, multi‑path recall, dynamic tuning, and future intelligent enhancements of a game recommendation system.

A/B testingCachingGame Recommendation
0 likes · 17 min read
Architecture and Evolution of a Game Recommendation System
Architecture Digest
Architecture Digest
Mar 3, 2023 · Artificial Intelligence

Evolution and Architecture of Vivo's Game Recommendation System

This article chronicles the development, architectural challenges, and engineering solutions of a large‑scale game recommendation platform, covering background, initial models, business growth, caching strategies, GC optimization, rate‑limiting, fine‑grained operations, multi‑path recall, A/B testing, and future intelligent enhancements.

A/B testingCachingGame Recommendation
0 likes · 20 min read
Evolution and Architecture of Vivo's Game Recommendation System
vivo Internet Technology
vivo Internet Technology
Feb 22, 2023 · Backend Development

Game Recommendation System: Architecture, Models, Scaling, and Operational Practices

The article details the design, evolution, and operational practices of Vivo’s large‑scale game recommendation platform, covering its initial rule‑based model, layered strategy framework, multi‑level caching, GC tuning, rate‑limiting, fine‑grained A/B testing, multi‑path recall, dynamic exposure control, and future intelligent extensions.

A/B testingCachingGame Recommendation
0 likes · 17 min read
Game Recommendation System: Architecture, Models, Scaling, and Operational Practices
NetEase LeiHuo UX Big Data Technology
NetEase LeiHuo UX Big Data Technology
Nov 22, 2022 · Artificial Intelligence

Sample Weighting in Machine Learning: From YouTube Playback Duration to Game Recommendation Optimization

This article explains why and how sample weighting is used in machine learning, illustrates YouTube's conversion of video watch time into sample weights to align with its commercial goals, and describes practical weighted‑logistic‑regression techniques applied to improve game recommendation systems.

AIGame RecommendationMachine Learning
0 likes · 8 min read
Sample Weighting in Machine Learning: From YouTube Playback Duration to Game Recommendation Optimization
NetEase LeiHuo UX Big Data Technology
NetEase LeiHuo UX Big Data Technology
Aug 18, 2022 · Product Management

Applying MVP Methodology to Game Recommendation Systems

This article explains the Minimum Viable Product (MVP) concept, contrasts it with traditional waterfall development, and demonstrates how MVP can be used in game recommendation business to reduce risk, accelerate feedback loops, and enable agile iterative improvements.

Agile DevelopmentGame RecommendationIterative Improvement
0 likes · 6 min read
Applying MVP Methodology to Game Recommendation Systems
NetEase LeiHuo UX Big Data Technology
NetEase LeiHuo UX Big Data Technology
Jun 16, 2022 · Artificial Intelligence

Collaborative Filtering Basics, Variants, and Tricks for Game Fashion Recommendation

An in‑depth overview of collaborative filtering, covering basic item‑based and user‑based methods, their limitations, advanced tricks such as IUF correction, popularity suppression, sliding‑window behavior sequencing, and a concrete implementation for game fashion recommendation, illustrating how to use CF as a baseline in early‑stage product development.

AIGame Recommendationbaseline
0 likes · 9 min read
Collaborative Filtering Basics, Variants, and Tricks for Game Fashion Recommendation
vivo Internet Technology
vivo Internet Technology
Apr 13, 2022 · Databases

Redis Integer Set Optimization for Game Recommendation Deduplication: RoaringBitMap vs intset vs Bloom Filter

For deduplicating game recommendations in Redis, RoaringBitMap outperforms intset and Bloom filters by storing 300 auto‑incrementing game IDs in roughly 0.5 KB—over twice the compression of intset and far smaller than the 29 KB Bloom filter—thereby cutting memory use, latency, and hardware costs.

Bloom FilterData Structure OptimizationGame Recommendation
0 likes · 9 min read
Redis Integer Set Optimization for Game Recommendation Deduplication: RoaringBitMap vs intset vs Bloom Filter