반응형 tensorflow1 [Tensorflow] Fashion MNIST 분류 연습문제 풀이 연습문제 1. For this first exercise run the below code: It creates a set of classifications for each of the test images, and then prints the first entry in the classifications. The output, af ter you run it is a list of numbers. Why do you think this is, and what do those numbers represent? odel.predict(test_images) 는 test_images에 대한 예측 값을 구하는 함수이다. print(classifications[0]) 를 통해 첫 번째 값에 대한 예측값을 출력하.. 2021. 4. 16. 반응형 이전 1 다음