- Author: Soumith Chintala
- ๋ฒ์ญ: ๋ฐ์ ํ
PyTorch๋ Python ๊ธฐ๋ฐ์ ๊ณผํ ์ฐ์ฐ ํจํค์ง๋ก ๋ค์ ๋ ๊ฐ์ง ๋ชฉ์ ์ผ๋ก ์ ๊ณต๋ฉ๋๋ค:
- GPU ๋ฐ ๋ค๋ฅธ ๊ฐ์๊ธฐ์ ์ฑ๋ฅ์ ์ฌ์ฉํ๊ธฐ ์ํ NumPy์ ๋์ฒด์ ์ ๊ณต
- ์ ๊ฒฝ๋ง ๊ตฌํ์ ์ ์ฉํ ์๋ ๋ฏธ๋ถ(automatic differntiation) ๋ผ์ด๋ธ๋ฌ๋ฆฌ ์ ๊ณต
- ๋์ ์์ค์์ PyTorch์ Tensor library์ ์ ๊ฒฝ๋ง(Neural Network)๋ฅผ ์ดํดํฉ๋๋ค.
- ์ด๋ฏธ์ง๋ฅผ ๋ถ๋ฅํ๋ ์์ ์ ๊ฒฝ๋ง์ ํ์ต์ํต๋๋ค.
์๋ ํํ ๋ฆฌ์ผ์ ์คํํ๊ธฐ ์ ์, torch, torchvision, ๊ทธ๋ฆฌ๊ณ matplotlib ํจํค์ง๊ฐ ์ค์น๋์ด ์๋์ง ํ์ธํ์ธ์.
.. toctree:: :hidden: /beginner/blitz/tensor_tutorial /beginner/blitz/autograd_tutorial /beginner/blitz/neural_networks_tutorial /beginner/blitz/cifar10_tutorial
.. grid:: 4 .. grid-item-card:: :octicon:`file-code;1em` Tensors :link: blitz/tensor_tutorial.html In this tutorial, you will learn the basics of PyTorch tensors. +++ :octicon:`code;1em` Code .. grid-item-card:: :octicon:`file-code;1em` A Gentle Introduction to torch.autograd :link: blitz/autograd_tutorial.html Learn about autograd. +++ :octicon:`code;1em` Code .. grid-item-card:: :octicon:`file-code;1em` Neural Networks :link: blitz/neural_networks_tutorial.html This tutorial demonstrates how you can train neural networks in PyTorch. +++ :octicon:`code;1em` Code .. grid-item-card:: :octicon:`file-code;1em` Training a Classifier :link: blitz/cifar10_tutorial.html Learn how to train an image classifier in PyTorch by using the CIFAR10 dataset. +++ :octicon:`code;1em` Code