Learning PyTorch with Examples
Resource history | v1 (current) | created by janarez
Details
Learning PyTorch with Examples
see v1 | created by janarez | Add resource "Learning PyTorch with Examples"
- Title
- Learning PyTorch with Examples
- Type
- Web
- Created
- no value
- Description
- This tutorial introduces the fundamental concepts of PyTorch through self-contained examples. At its core, PyTorch provides two main features: An n-dimensional Tensor, similar to numpy but can run on GPUs Automatic differentiation for building and training neural networks We will use a problem of fitting y=sin(x) with a third order polynomial as our running example. The network will have four parameters, and will be trained with gradient descent to fit random data by minimizing the Euclidean distance between the network output and the true output.
- Link
- https://pytorch.org/tutorials/beginner/pytorch_with_examples.html
- Identifier
- no value
authors
This resource has no history of related authors.
topics
about PyTorch
resources
This resource has no history of related resources.