아나콘다 파워셀 띄우기

conda activate p37t24_ai

작업할 폴더로 이동

cd E:\\Data\\ai

주피터 노트북 실행

jupyter notebook

New → Python 3

Untitled → cnn_dogcat

케라스, 텐서플로우 설치되어있는지 확인

import tensorflow as tf

버전 확인

tf.__version__

케라스 확인

import keras
keras.__version__