https://www.tensorflow.org/datasets/catalog/fashion_mnist?hl=ko ํจ์ _์ ๋์คํธ | TensorFlow Datasets ์ด ํ์ด์ง๋ Cloud Translation API๋ฅผ ํตํด ๋ฒ์ญ๋์์ต๋๋ค. ํจ์ _์ ๋์คํธ ์ปฌ๋ ์ ์ ์ฌ์ฉํด ์ ๋ฆฌํ๊ธฐ ๋ด ํ๊ฒฝ์ค์ ์ ๊ธฐ์ค์ผ๋ก ์ฝํ ์ธ ๋ฅผ ์ ์ฅํ๊ณ ๋ถ๋ฅํ์ธ์. Fashion-MNIST๋ 60,000๊ฐ์ ์์ ๋ก ๊ตฌ์ฑ๋ www.tensorflow.org import numpy as np import tensorflow as tf from tensorflow.keras.datasets import fashion_mnist #fashion_mnist ์ฌ์ฉ (X_train, y_train), (X_test, y_test) = fashion..