[TensorFlow] 문자열 출력 Start
BioinformaticsAndMe
[TensorFlow] 문자열 출력
: TensorFlow 2.0 으로 'hello world' 문자열을 출력하는 간단한 예제
# 텐서플로우 라이브러리 임포트
import tensorflow as tf
#Reference
1) https://github.com/aymericdamien/TensorFlow-Examples/tree/master/tensorflow_v2
2) https://colab.research.google.com/notebooks/mlcc/hello_world.ipynb
[TensorFlow] 문자열 출력 End
BioinformaticsAndMe
'Machine Learning' 카테고리의 다른 글
[TensorFlow] Linear Regression (0) | 2019.10.05 |
---|---|
[TensorFlow] 기본 연산 (0) | 2019.10.04 |
경사하강법 종류 (0) | 2019.09.26 |
학습률 (Learning rate) (0) | 2019.09.24 |
경사하강법 (Gradient descent) (0) | 2019.09.18 |