Artificial Intelligence35 Mnist / Neural Net / Relu by jupyter Mnist 파일을 Neural Net을 이용하여 학습시킵니다. Edwith의 부스트코스 를 바탕으로 작성했습니다. 조언과 가르침은 언제나 환영입니다. 1. import import numpy as np import tensorflow as tf from tensorflow.keras.utils import to_categorical from tensorflow.keras.datasets import mnist tensorflow 2.0 이후로는 eager mode를 권고한다. tf.enable_eager_excution() 2. Load data & pre-processing def load_mnist() : (train_data, train_labels),(test_data, test_labels) =.. 2020. 3. 5. 이전 1 ··· 15 16 17 18 다음