tensorflow (1) 썸네일형 리스트형 TensorFlow의 설치 및 기본적인 operations Tensorflow Deep learning libraries 중 tensorflow가 가장 많은 사람들이 사용함 data flow graph를 사용해서 numerical computation이 가능한 라이브러리 python 사용 Data Flow Graph 그래프 : Node, Edge로 구성됨 Node : 하나의 연산 (+, - 등) Edge : 데이터 (tensors) Installing Tensorflow (MacOX 기준) sudo su - pw 입력 pip install --upgrade tensorflow 제대로 설치되었는지 확인하는 방법 python3 : 파이썬 실행 import tensorflow as tf : tf라는 이름으로 tensorflow import tf.__version__ .. 이전 1 다음