• Tutorials >
  • PyTorch로 딥러닝하기: 60분만에 끝장내기
Shortcuts

PyTorch로 딥러닝하기: 60분만에 끝장내기

Author: Soumith Chintala

번역: 박정환

파이토치(PyTorch)가 무엇인가요?

PyTorch는 Python 기반의 과학 연산 패키지로 다음 두 가지 목적으로 제공됩니다:

  • GPU 및 다른 가속기의 성능을 사용하기 위한 NumPy의 대체제 제공

  • 신경망 구현에 유용한 자동 미분(automatic differntiation) 라이브러리 제공

이 튜토리얼의 목표

  • 높은 수준에서 PyTorch의 Tensor library와 신경망(Neural Network)를 이해합니다.

  • 이미지를 분류하는 작은 신경망을 학습시킵니다.

아래 튜토리얼을 실행하기 전에, torchtorchvision 패키지가 설치되어 있는지 확인하세요.

Tensors

In this tutorial, you will learn the basics of PyTorch tensors.

A Gentle Introduction to torch.autograd

Learn about autograd.

Neural Networks

This tutorial demonstrates how you can train neural networks in PyTorch.

Training a Classifier

Learn how to train an image classifier in PyTorch by using the CIFAR10 dataset.


더 궁금하시거나 개선할 내용이 있으신가요? 커뮤니티에 참여해보세요!


이 튜토리얼이 어떠셨나요? 평가해주시면 이후 개선에 참고하겠습니다! :)

© Copyright 2018-2023, PyTorch & 파이토치 한국 사용자 모임(PyTorch Korea User Group).

Built with Sphinx using a theme provided by Read the Docs.

PyTorchKorea @ GitHub

파이토치 한국 사용자 모임을 GitHub에서 만나보세요.

GitHub로 이동

한국어 튜토리얼

한국어로 번역 중인 PyTorch 튜토리얼입니다.

튜토리얼로 이동

커뮤니티

다른 사용자들과 의견을 나누고, 도와주세요!

커뮤니티로 이동