11Contrast L1 and L2 regularization. Why does L1 produce sparse weights?▼medium★ EssentialGoogleAmazonMeta1 replies○ sign inA near-universal ML fundamentals question. Anyone can say 'L1 is lasso, L2 is ridge'; the signal is the gradient-and-geometry reason L1 drives weights to exactly zero and when you'd pick 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. The signal 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 removes redundant weights to shrink and sometimes speed up a model. The signal is the structured-versus-unstructured split and why only structured pruning reliably wins latency on commodity hardware.Open full answer →