Tag
Explore by tags
Provides a consistent Python library of classic ML algorithms, preprocessing, model selection, and evaluation tools. Emphasizes a uniform estimator API, Pipelines, and tight NumPy/SciPy integration—suited for teaching and rapid prototyping of tabular and small-to-medium workloads.
Provides APIs to build, learn, and run Bayesian and dynamic Bayesian networks, perform probabilistic inference, and compute interventional/counterfactual queries. Ships example notebooks, tutorials, and PyPI/conda packages. ([github.com](https://github.com/pgmpy/pgmpy))
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 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.
Simplifies training and scaling PyTorch models by providing a lightweight, opinionated wrapper for training loops, distributed strategies, and experiment orchestration. Modular components and integrations let you prototype on one GPU and scale to multi-node setups with minimal code changes.
