케라스로 합성곱 신경망 구현 (1) 썸네일형 리스트형 8장 이미지 분류 - 합성곱 신경망 (5) - 합성곱 신경망 훈련 1. 데이터 세트 불러오기 -> (패션 MNIST) (x_train_all, y_train_all), (x_test, y_test) = tf.keras.datasets.fashion_mnist.load_data() ##출력: Downloading data from https://storage.googleapis.com/tensorflow/tf-keras-datasets/train-labels-idx1-ubyte.gz 29515/29515 [==============================] - 0s 0us/step Downloading data from https://storage.googleapis.com/tensorflow/tf-keras-datasets/train-ima.. 이전 1 다음