MNIST is the dataset that consists of characters written in hands. MNIST has a range from 0 to 9 with 60,000 training data and 10,000 test data.

 

one-hot 인코딩은 정답 데이터 원소들을 리스트를 만든 후, 이 중 가장 큰 값(큰 확률)을 갖는 원소를 정답으로 출력함.

입력노드가 784개인 이유는 하나의 데이터가 28x28 행렬로 이루어져 있기 때문

Result :

 

Resource : https://youtu.be/xcHLDfL_vjs

+ Recent posts