Learning rate
Learning rate이 너무 크다면? overshooting 발생
Learning rate이 너무 작다면? cost의 변화가 거의 없음(학습이 안 됨)
: 적당한 Learning rate 값을 찾아야함.
Softmax Classification에 MNIST(숫자) data를 입력해 학습해보고,
테스트 및 정확도 측정을 해보자.
'ML > tensorflow' 카테고리의 다른 글
[Anaconda, Jupyter] Windows에서 텐서플로우, 텐서보드 설치 및 사용 (1) | 2017.04.17 |
---|---|
TF 3-1. [Softmax Classification] Implementation (0) | 2017.03.07 |
TF 2-1. [Logistic Classification] Implementation (0) | 2017.03.06 |
TF 1-2. [Linear Regression] Multi-variable(features) impemantation (0) | 2017.03.02 |
TF 1-1. [Linear Regression] Simple implementation (0) | 2017.02.22 |