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
'Python Coding' 카테고리의 다른 글
matplotlib.pyplot plt.pie parameters (0) | 2020.03.02 |
---|---|
seaborn.heatmap basic parameters (0) | 2020.03.01 |
[Python Coding] 순환신경망(RNN) 가중치, 바이어스, 정량적 분석 (0) | 2020.02.14 |
[Python Coding] 순환신경망(RNN - Recurrent Neural Network) (0) | 2020.02.14 |
[Python Coding] Multiple Logistic Regression (0) | 2020.02.11 |