1 रिपॉजिटरी
Computation of directional derivatives by propagating tangents through a function.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Forward-Mode Differentiation. Refine with filters or upvote what's useful.
PyTorch is a machine learning framework centered on a GPU-ready tensor library that supports multi-dimensional array operations across both CPU and accelerator hardware. It provides a foundational infrastructure for mathematical computation and dynamic neural network construction, utilizing a tape-based automatic differentiation system that allows for flexible, non-static graph execution. The framework is designed for deep integration with Python, enabling natural usage alongside standard scientific computing ecosystems. It distinguishes itself through a comprehensive distributed training sui
Computes directional derivatives by propagating tangents through functions via a dedicated forward-mode differentiation API.