Python 3.7 + Tensorflow 2.4.0
Anaconda PowerShell에서
conda create -n p37t24_ai python=3.7
conda activate p37t24_ai
keras 설치
pip install keras
Tensorflow 설치
pip install tensorflow==2.4.0
Nvidia 그래픽카드 있다면
pip instal tensorflow-gpu==2.4.0
jupyter notebook 설치
pip install jupyter
matplotlib 설치