Glossary · E-commerce ML
Cold Start Problem
Definition
The cold-start problem describes recommendation and ranking systems' inability to serve new users or new items with no interaction history. Few-shot learning, meta-learning (MAML), and prototypical networks address it by learning initializations that adapt quickly from sparse signals.
Collaborative filtering fails for items with zero interactions. Remedies fall into three buckets: content-based fallbacks (use item features), transfer learning (borrow from similar items), and meta-learning (learn an initialization that adapts fast to new items with K interactions). MAML and Prototypical Networks are the canonical few-shot approaches in recommendation.
Essays on this concept
- E-commerce ML
Cold-Start Problem Solved: Few-Shot Learning for New Product Recommendations Using Meta-Learning
New products get no recommendations. No recommendations means no clicks. No clicks means no data. No data means no recommendations. Meta-learning breaks this loop by transferring knowledge from products that came before.
- Marketing Engineering
Customer Lifetime Value as a Control Variable: Re-Engineering Bid Strategies for Profitable Growth
Your bid algorithm optimizes for conversions. But a $50 customer who churns in month one and a $50 customer who stays for three years look identical at the point of acquisition. CLV-based bidding fixes the denominator.
- Digital Economics
Data Network Effects: How Proprietary Training Data Creates Exponential Moats in E-commerce
Everyone claims a data moat. Almost nobody has one. The difference between a real data network effect and a marketing story comes down to three conditions — and most e-commerce companies fail the first one.
- Business Analytics
Product-Market Fit Quantified: A Composite Score Using Retention Curves, NPS Decomposition, and Usage Depth
'You'll know product-market fit when you feel it' is advice that has burned through billions in venture capital. Here's a quantitative framework that replaces gut feeling with a composite score — and it starts with retention curves, not surveys.
- Marketing Engineering
Building a Real-Time Personalization Engine: From Contextual Bandits to Deep Reinforcement Learning
A/B tests answer 'which variant is best on average.' Contextual bandits answer 'which variant is best for this user right now.' The difference in cumulative regret — and revenue — compounds daily.
- E-commerce ML
Transformer-Based Product Embeddings: Outperforming Collaborative Filtering with Multimodal Representations
Collaborative filtering needs a user to buy before it can recommend. Transformer-based embeddings understand products from their descriptions, images, and the behavioral context of browsing sessions — no purchase history required.
- Digital Economics
Two-Sided Network Effects Are Dead — The Rise of Multi-Sided Algorithmic Marketplaces
The textbook model of two-sided markets — more buyers attract more sellers attract more buyers — is a relic. The platforms that win today run on algorithmic matching, not network density. The implications for defensibility are profound.
Related concepts
Authoritative references