tensor_study1 [Study w/ VS Code] Tensorflow - Day1 200704 Tensorflow study! (ㅇㅅㅇ?) 열공해보자 tensorflow version 1.x.x -> session tensorflow version 2.x -> eager mdoe version 확인 (tf.__version__) 1. Tensorflow? tensor는 배열을 의미한다 1차원 배열, 2차원 배열, ..., N차원 배열 x1은 np.array로 구현한 1차원 배열 [1,2,3] y1은 tf.constant로 구현한 1차원 배열 [1,2,3] 쉽게 보면, np.array == tf.constant인듯함 2. MNIST MNIST는 텐서플로우.keras에서 제공하는 기본 데이터셋(?) 중 하나이다. (※ 참고 : tensorflow 1.x → tensorflow 2버전으로 .. 2021. 3. 1. 이전 1 다음