-
준비물 : 아나콘다 설치하기
www.anaconda.com/products/individual
pytorch.org/get-started/locally/
파이토치 설치하기
위 링크로 들어가서 자신에게 맞는 환경을 선택하고 Run this Command를 복사해서 prompt에 입력
www.tensorflow.org/install?hl=ko
텐써플로우 설치하기
# 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