Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- vim-plug
- version
- Bottleneck Layer
- cnn
- python
- RNN
- DCGAN
- Skip Connection
- GCN
- Regression
- Skip Connectioin
- classification
- Vanilla RNN
- Peephole Connection
- Inception V1
- Residual Connection
- virtualenv
- DL
- GoogLeNet
- Gated Skip Connection
- sigmoid
- jupyter
- ResNet
- iTerm2
- Generative
- AI
- Inception Module
- Optimizer
- Linear
- Manager
Archives
- Today
- Total
목록Vanilla SGD (1)
IT Repository
(11) Optimizer - Vanilla SGD
Vanilla SGD Momentum 개념 Momentum NAG Adaptive learning rate 개념 AdaGrad AdaDelta, RMSProp 위의 두 방법을 병합: ADAM (RMSProp + NAG) Gradient Descent¶ $$\theta = \theta - \eta \nabla J(\theta) \\ (\theta : \text{Parameter set of the model},~\eta : \text{Learning rate},~J(\theta) : \text{Loss function})$$ Batch Gradient Descent 트레이닝셋의 모든 샘플에 대해 Gradient를 한번에 계산하고 파라미터 업데이트를 진행하는 것 (Deterministic) 모든 샘플을 한번..
Basic fundamentals
2020. 1. 13. 18:08