-
준비물 : 아나콘다 설치하기
www.anaconda.com/products/individual
Anaconda | Individual Edition
Anaconda's open-source Individual Edition is the easiest way to perform Python/R data science and machine learning on a single machine.
www.anaconda.com
pytorch.org/get-started/locally/
파이토치 설치하기
PyTorch
An open source deep learning platform that provides a seamless path from research prototyping to production deployment.
pytorch.org
위 링크로 들어가서 자신에게 맞는 환경을 선택하고 Run this Command를 복사해서 prompt에 입력
www.tensorflow.org/install?hl=ko
텐써플로우 설치하기
TensorFlow
시스템에 TensorFlow를 설치하는 방법을 알아봅니다. pip 패키지를 다운로드하거나 Docker 컨테이너에서 실행하거나 소스에서 빌드합니다. 지원되는 카드에서 GPU를 사용 설정합니다.
www.tensorflow.org
# Requires the latest pip pip install --upgrade pip # Current stable release for CPU and GPU pip install tensorflow
행렬을 생성하는 방법
덧셈을 하는 여러가지 방법
그 외에 연산
'2020년 > Development' 카테고리의 다른 글
딥러닝 공부 #1 (0) 2020.12.01 Confusion matrix, Recall(재현율),Precision(정밀도), Accuracy(정확도) (0) 2020.10.25 [Kafka] #2 카프카를 써보자 (0) 2020.10.06 [Kafka] #1 카프카를 알아보자 (0) 2020.10.06 신경망 학습 #3 (0) 2020.07.19