PyTorch
PyTorch is a machine learning framework based on the Torch library, used for applications such as computer vision and natural language processing, originally developed by Meta AI and now part of the Linux Foundation umbrella. It is free and open-source software released under the modified BSD license. Although the Python interface is more polished and the primary focus of development, PyTorch also has a C++ interface.
Original author(s) |
|
---|---|
Developer(s) | Meta AI |
Initial release | September 2016 |
Stable release | |
Repository | github |
Written in | |
Operating system | |
Platform | IA-32, x86-64, ARM64 |
Available in | English |
Type | Library for machine learning and deep learning |
License | BSD-3 |
Website | pytorch |
Part of a series on |
Machine learning and data mining |
---|
A number of pieces of deep learning software are built on top of PyTorch, including Tesla Autopilot, Uber's Pyro, Hugging Face's Transformers, PyTorch Lightning, and Catalyst.
PyTorch provides two high-level features:
- Tensor computing (like NumPy) with strong acceleration via graphics processing units (GPU)
- Deep neural networks built on a tape-based automatic differentiation system
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.