반응형
Notice
Recent Posts
Recent Comments
Link
관리 메뉴

bro's coding

tensorflow.mnist 본문

[AI]/python.tensorflow

tensorflow.mnist

givemebro 2020. 5. 12. 15:36
반응형
from tensorflow.examples.tutorials.mnist import input_data

mnist=input_data.read_data_sets('./mnist/data/',one_hot=True)
반응형

'[AI] > python.tensorflow' 카테고리의 다른 글

tensorflow.AUTOTUNE  (0) 2020.06.15
tensorflow.mnist.초급  (0) 2020.06.12
tensorflow.distinguish mnist  (0) 2020.06.11
tensorflow.분류.mnist  (0) 2020.05.12
tensorflow.분류(중간층)  (0) 2020.05.12
tensorflow.분류(중간층).relu,sigmoid 비교  (0) 2020.05.12
tensorflow.분류(중간층X)  (0) 2020.05.12
tensorflow.placeholder  (0) 2020.05.11
Comments