DeepLearning
딥러닝으로 걷는 시계열 예측 [CH01] 맥북 M1에 아나콘다, 파이썬, 텐서플로 tensorflow, 케라스 keras 설치하기
yen31
2023. 5. 20. 19:39
반응형
맥북 M1에 tensorflow, keras 설치
설치 코드
import tensorflow as tf
import keras
VScode에서 버전 확인, 설치 확인
tensorflow: 2.12.0
keras: 2.12.0
https://github.com/yenyen31/Artificial-Intelligence-in-Finance/tree/main/CH01
반응형