파이썬/텐서플로우 (2) 썸네일형 리스트형 [텐서플로우] Tensorflow, Keras 설치 및 버전 확인 1. Tensorflow 설치 명령어 : pip install tensorflow ipython 쉘을 실행하여 텐서플로우를 임포트하고 버전을 확인한다. import tensorflow as tf tf.__version__ . Keras 설치 명령어 : pip install keras 딥러닝 프레임워크인 텐서플로우에 대한 추상화 된 API 제공. 케라스는 백엔드로 텐서플로우를 사용하며, 좀 더 쉽게 딥 러닝을 사용할 수 있게 해준다. => 텐서플로우 코드를 간단하게 작성할 수 있다. import keras keras.__version__ . 그 외 젠심, 사이킷런, 주피터노트북. NLTK, KoNLPy, JPype [텐서플로우] 'tensorflow.keras.backend'has no attribute 'get_session' module 'tensorflow' has no attribute 'report_uninitialized_variables' module 'keras.backend' has no attribute 'get_session' 왜 안되냐 시벵 그건 바로 2버전이기 때문이다. 1점대로 낮추자 이전 1 다음