파이토치란 파이썬에서 제공되는 딥러닝 프레임워크다.출처 : 파이토치 첫걸음 - 최건호파이토치의 장점을 설명하기 위해 먼저 파이썬에서 많이 쓰이는 Numpy 라이브러리와 파이토치를 비교해보고, 현재 많은 사람이 사용하는 딥러닝 프레임 워크 Tensorflow와 비교를 통
파이토치 공식문서 : https://tutorials.pytorch.kr/beginner/basics/tensorqs_tutorial.html텐서(tensor)는 배열(array)이나 행렬(matrix)과 매우 유사한 특수한 자료구조입니다. PyTorch에서는
공식문서 링크 : https://tutorials.pytorch.kr/beginner/saving_loading_models.htmltorch.save직렬화된 객체를 디스크에 저장합니다. 이 함수는 Python의 pickle 을 사용하여 직렬화합니다. 이 함수
참고 링크 : https://tutorials.pytorch.kr/beginner/basics/data_tutorial.html