PyTorch
PyTorch is an open source machine learning library based on the Torch library, used for applications such as computer vision and natural language processing, primarily developed by Facebook's AI Research lab (FAIR). 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.A number of pieces of Deep Learning software are built on top of PyTorch, including Tesla Autopilot, Uber's Pyro, HuggingFace's Transformers, PyTorch Lightning, and Catalyst.
Relations
Machine learning (ML) is the study of computer algorithms that improve automatically through experien...
Edit details Edit relations Attach new author Attach new topic Attach new resource
Resources
treated in Learning PyTorch with Examples
10.0 rating 2.0 level 10.0 clarity 3.0 background – 1 rating
This tutorial introduces the fundamental concepts of PyTorch through self-contained examples. At i...
treated in What is torch.nn really?
10.0 rating 1.0 level 10.0 clarity 4.0 background – 1 rating
PyTorch provides the elegantly designed modules and classes torch.nn , torch.optim , Dataset , and Da...
relates to The Incredible Pytorch
This is a curated list of tutorials, projects, libraries, videos, papers, books and anything related...
FROM RESEARCH TO PRODUCTION An open source machine learning framework that accelerates the path from...