Tag
Explore by tags
Provides a Python-native, open-source deep learning framework with dynamic (eager) computation graphs, GPU acceleration, and a large ecosystem of libraries and pre-trained models — widely used for research and production. ([github.com](https://github.com/pytorch/pytorch?utm_source=openai))
Provides research-grade implementations and pretrained models for sequence tasks (translation, LM, speech). Offers multi-GPU training, fast generation (beam/sampling/lexical constraints), mixed-precision, and state sharding — aimed at researchers reproducing or extending papers.
ONNX (Open Neural Network Exchange) is an open ecosystem that provides an open source format for AI models, including deep learning and traditional ML. It defines an extensible computation graph model, built-in operators, and standard data types, focusing on inferencing capabilities. Widely supported across frameworks and hardware, it enables interoperability and accelerates AI innovation.
Orchestrates and scales Python-based AI/ML workloads from laptop to thousands of GPUs — exposing task and actor primitives plus high-level libraries for training, hyperparameter tuning, serving, RL, and data processing. Designed for heterogeneous accelerators and production ML pipelines.
Provides differentiable, GPU-accelerated computer-vision operators and geometric building blocks on top of PyTorch; includes 500+ ops, augmentation pipelines, and pre-trained models for detection, matching, and segmentation—suitable for research and production vision pipelines.
Provides a Python framework for building and training hybrid quantum–classical models via differentiable programming, with integrations for PyTorch, TensorFlow, and JAX. Supports hardware plugins, parameter‑shift gradients, quantum‑chemistry tools, and high‑performance simulators for research workflows.
