AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Recommendation Systems

skill-ericwang915-data-scientist-skills-recommendation-systems · by ericwang915

Industrial recommendation systems: recall (DSSM, SASRec, MIND, Swing, ItemCF), pre-ranking (COLD), ranking (DIN, DIEN, BST, DCN V2, DeepFM), re-ranking (PLE, MMOE, DPP), multi-task learning, feature engineering for CTR, and real-time serving architecture. Covers the full recall→pre-rank→rank→re-rank pipeline used at top tech companies. Use when building recommendation, search ranking, or ad syste…

No reviews yet
0 installs
30 views
0.0% view→install

Install

$ agentstack add skill-ericwang915-data-scientist-skills-recommendation-systems

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ericwang915-data-scientist-skills-recommendation-systems)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
6mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Recommendation Systems? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Recommendation Systems

Purpose

Design and build industrial-grade recommendation systems using the multi-stage architecture adopted by Alibaba, ByteDance, Google, Meta, and other top tech companies.

How It Works

System Architecture (Industrial Standard)

┌──────────────────────────────────────────────────────┐
│                    User Request                       │
├──────────────────────────────────────────────────────┤
│  Stage 1: RECALL (Candidate Generation)               │
│  Input: billions of items → Output: ~1000 candidates  │
│  Models: DSSM, SASRec, MIND, Swing, ItemCF, ANN      │
│  Latency budget:  50. Use MMOE for CTR + CVR multi-task.
"Our recommendation system has a 'filter bubble' problem —
users keep seeing the same categories"
→ Add DPP diversity re-ranking, exploration channels in recall,
  category-aware negative sampling, position-debiased training

Output Format

  • System Architecture: Multi-stage pipeline with model choices per stage
  • Model Code: PyTorch implementation with training loop
  • Feature Schema: Feature list with types and encoding strategy
  • Offline Evaluation: AUC, GAUC, NDCG, HitRate@K metrics
  • Online Metrics: CTR, CVR, GMV, diversity, coverage, novelty
  • Serving Design: Latency budget, ANN index, feature store

Key References

  • Zhou et al. (2018) — DIN: Deep Interest Network for Click-Through Rate Prediction (Alibaba)
  • Zhou et al. (2019) — DIEN: Deep Interest Evolution Network (Alibaba)
  • Chen et al. (2019) — BST: Behavior Sequence Transformer for E-commerce Recommendation (Alibaba)
  • Wang et al. (2021) — DCN V2: Improved Deep & Cross Network (Google)
  • Ma et al. (2018) — MMOE: Modeling Task Relationships in Multi-Task Learning (Google)
  • Tang et al. (2020) — PLE: Progressive Layered Extraction for Multi-Task Learning (Tencent)
  • Huang et al. (2013) — DSSM: Learning Deep Structured Semantic Models (Microsoft)
  • Kang & McAuley (2018) — SASRec: Self-Attentive Sequential Recommendation (UCSD)
  • Pi et al. (2020) — SIM: Search-based Interest Model (Alibaba)
  • Guo et al. (2017) — DeepFM: A Factorization-Machine based Neural Network (Huawei)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.