scalability-trumps-elegance-in-ml

IN derived (depth 3)

Created 2026-06-21T10:09:45+00:00 · Reviewed 2026-06-21T15:37:01+00:00

Hardware-architecture co-evolution favored architectures that could exploit parallelism (neural networks) over mathematically complete frameworks with limited parallelism benefits (SVMs). SVMs offered convex guarantees, kernel elegance, and sparse analytical solutions — a degree of mathematical closure few ML paradigms achieve — but neural networks' ability to scale with massive compute increases (300,000x from AlexNet to AlphaZero) was a significant factor in deep learning's dominance. This suggests engineering scalability became a major selection criterion for ML prominence, though the relative importance of compute scaling versus algorithmic innovation remains unestablished.

Justifications

SL — Hardware co-evolution as selection pressure favoring scalable over theoretically elegant architectures

Antecedents (all must be IN):

  • IN hardware-architecture-coevolution-drives-progress — Hardware-architecture co-evolution has been a major driver of ML progress: compute scaling was a primary driver of the deep learning revolution, and transformer dominance is partly explained by GPU-parallelism synergy — suggesting future breakthroughs may benefit from similar hardware-architecture alignment.
  • IN classical-ml-vs-deep-learning-complementary-strengths — SVMs and random forests illustrate complementary strengths within classical ML — SVMs achieve mathematical elegance through convex optimization, dual formulation, and the kernel trick, while random forests achieve robust generalization through variance reduction via decorrelated trees, overfitting immunity, and built-in OOB error estimation. Deep learning's rise was driven in significant part by compute scaling (a 300,000x increase from AlexNet to AlphaZero), though the relative importance of compute versus algorithmic innovation remains unestablished.
  • IN svm-rare-complete-ml-framework — SVMs represent a notably coherent framework in ML — three decades of incremental development produced convex optimization with global optimality guarantees, kernel-enabled nonlinearity, and a model fully determined by a sparse subset of training points — a degree of mathematical closure that few other learning paradigms achieve.

Dependents

These beliefs depend on this one: