11Contrast L1 and L2 regularization. Why does L1 produce sparse weights?▼medium★ EssentialGoogleAmazonMeta1 replies○ sign inA near-universal ML fundamentals question. Anyone can recite 'L1 is lasso, L2 is ridge'; the signal is the gradient-and-geometry reason L1 forces weights to exactly zero and when you'd choose each. Here is that answer.Open full answer →
56What is the curse of dimensionality, and how does it affect ML?▼mediumGoogleAmazonMeta1 replies◆ premiumHigh-dimensional data breaks the intuitions and methods that work in two or three dimensions. What matters is naming the concrete effects (distances concentrate, data goes sparse, overfitting climbs) and the mitigations that actually move the needle.Open full answer →
32What is model pruning (and sparsity), and how does it compare to quantization and distillation?▼mediumNVIDIAGoogleMeta1 replies◆ premiumPruning strips redundant weights to make a model smaller and sometimes faster. The signal is the structured-versus-unstructured divide and why only structured pruning dependably cuts latency on commodity hardware.Open full answer →