Skip to content

Latest commit

Β 

History

History
38 lines (25 loc) Β· 1.18 KB

former_torchies_tutorial.rst

File metadata and controls

38 lines (25 loc) Β· 1.18 KB

Torch μ‚¬μš©μžλ₯Ό μœ„ν•œ PyTorch

Author: Soumith Chintala
λ²ˆμ—­: λ°•μ •ν™˜

이 νŠœν† λ¦¬μ–Όμ—μ„œλŠ” μ•„λž˜μ™€ 같은 것듀을 λ°°μ›Œλ³΄κ² μŠ΅λ‹ˆλ‹€:

  1. torch Tensorλ₯Ό μ‚¬μš©ν•΄λ³΄κ³ , (Lua)Torchμ™€μ˜ μ£Όμš”ν•œ 차이λ₯Ό μ•Œμ•„λ΄…λ‹ˆλ‹€.
  2. autograd νŒ¨ν‚€μ§€λ₯Ό μ‚¬μš©ν•΄λ΄…λ‹ˆλ‹€.
  3. 신경망을 κ΅¬μ„±ν•΄λ΄…λ‹ˆλ‹€.
  • ν•©μ„±κ³± 신경망(ConvNet) κ΅¬μ„±ν•˜κΈ°
  • μˆœν™˜ 신경망(Recurrent Net) κ΅¬μ„±ν•˜κΈ°
  1. μ—¬λŸ¬κ°œμ˜ GPUλ₯Ό μ‚¬μš©ν•΄λ΄…λ‹ˆλ‹€.
.. toctree::
   :hidden:

   /beginner/former_torchies/tensor_tutorial_old
   /beginner/former_torchies/autograd_tutorial_old
   /beginner/former_torchies/nnft_tutorial
   /beginner/former_torchies/parallelism_tutorial

.. galleryitem:: /beginner/former_torchies/tensor_tutorial_old.py
    :figure: /_static/img/tensor_illustration_flat.png

.. galleryitem:: /beginner/former_torchies/autograd_tutorial_old.py

.. galleryitem:: /beginner/former_torchies/nnft_tutorial.py
    :figure: /_static/img/torch-nn-vs-pytorch-nn.png

.. galleryitem:: /beginner/former_torchies/parallelism_tutorial.py