모두를 위한 머신러닝 - ML lab 01 - TensorFlow의 설치및 기본적인 operations 2017-02-24 learning, machine, tensorflow 모두를 위한 머신러닝 - ML lab 01 - TensorFlow의 설치및 기본적인 operations (new) 텐서플로 설치 12pip install --upgrade tensorflowpip install --upgrade tensorflow-gpu TensorFlowKR https://www.facebook.com/groups/TensorFlowKR/ Check installation and version 123$ python3>>> import tensorflow as tf>>> tf.__version__