Skip to content

Table of content


Tools \ PyTorch

PyTorch
Tool's logo

An open source machine learning framework specialized in deep learning.

Source code

Maturity : Maintained | Categories : Python Stack | License : | Producer : The PyTorch maintenance team


Overview

PyTorch is a Python package that provides two high-level features:

  • Tensor computation (like NumPy) with strong GPU acceleration
  • Deep neural networks built on a tape-based autograd system

You can reuse your favorite Python packages such as NumPy, SciPy, and Cython to extend PyTorch when needed.

Resources

Tutorials

There is no available tutorial for this tool.