03 / CATEGORY

Data and machine learning

Databases, analytical engines and ML foundations with unusually strong engineering leverage.

5 long-form field guides
14Data + ML7 min

huggingface / transformers

Transformers became the model-definition layer connecting modern machine learning

Hugging Face Transformers provides shared model definitions and workflows for text, vision, audio, video, and multimodal systems. Its importance is not a single convenient pipeline. It is the agreement that a supported architecture can move among training tools, inference engines, and adjacent libraries without every project reimplementing the model from a paper.

27Data + ML7 min

pytorch / pytorch

PyTorch keeps tensor programs inspectable while scaling toward compiled and distributed execution

PyTorch combines an eager Python experience, automatic differentiation, neural-network modules, accelerator backends, compilation and export paths, and distributed primitives. The repository is a foundation rather than a complete ML product, and serious adoption requires compatibility, data, evaluation, packaging, and composite-license review around the core.

BSD-style core terms in the repository LICENSE, with bundled and third-party components carrying separate notices and license obligationsRead the field guide