텐서플로우 인증시험 준비
www.tensorflow.org/extras/cert/Setting_Up_TF_Developer_Certificate_Exam.pdf 1. Install Anaconda 2. conda create -n tf-cert python=3.8 3. conda activate tf-cert 4. pip freeze 5. pip install tensorflow==2.4.1 6. cls 7. pip install tensorflow-datasets==4.1.0 8. pip install numpy 9. pip install Pillow==8.1.0 10. pip install urllib3 cls pip freeze 11. Download&install pycharm community import tensorf..