title | authors | fieldsOfStudy | filesize_readable | meta_key | meta_relpath | numCitedBy | pdf_relpath | reading_status | ref_count | tags | url_slug | urls | venue | year | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Automatic differentiation in PyTorch |
|
|
50.8 KB |
2017-automatic-differentiation-in-pytorch |
paper-extra-data/pdf-meta/2017-automatic-differentiation-in-pytorch.yaml |
10406 |
paper-repo/pdfs/2017-automatic-differentiation-in-pytorch.pdf |
TBD |
7 |
|
2017-automatic-differentiation-in-pytorch |
2017 |
In this article, we describe an automatic differentiation module of PyTorch — a library designed to enable rapid research on machine learning models. It builds upon a few projects, most notably Lua Torch, Chainer, and HIPS Autograd [4], and provides a high performance environment with easy access to automatic differentiation of models executed on different devices (CPU and GPU). To make prototyping easier, PyTorch does not follow the symbolic approach used in many other deep learning frameworks, but focuses on differentiation of purely imperative programs, with a focus on extensibility and low overhead. Note that this preprint is a draft of certain sections from an upcoming paper covering all PyTorch features.
- Modeling, Inference and Optimization With Composable Differentiable Procedures
- DyNet - The Dynamic Neural Network Toolkit
- TensorFlow - Large-Scale Machine Learning on Heterogeneous Distributed Systems
- Evaluating derivatives - principles and techniques of algorithmic differentiation, Second Edition
- Compiling fast partial derivatives of functions given by algorithms
- SciPy - Open Source Scientific Tools for Python