Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Latest commit

 

History

History

03-Coding-Neural-Networks-In-PyTorch

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

파이토치로 구현하는 신경망

파이토치를 이용하여 가장 기본적인 신경망을 만들어봅니다.

  • [개념] 텐서와 Autograd
  • [Hello World] 신경망 모델 구현하기
  • [Hello World] 모델 저장, 재사용