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 | 29 | 30 | 31 |
Tags
- classification
- Optimizer
- vim-plug
- Residual Connection
- AI
- Bottleneck Layer
- Linear
- Regression
- cnn
- Inception Module
- Peephole Connection
- GCN
- iTerm2
- DL
- jupyter
- python
- Inception V1
- virtualenv
- Skip Connectioin
- sigmoid
- Manager
- DCGAN
- Skip Connection
- version
- Vanilla RNN
- RNN
- ResNet
- Gated Skip Connection
- GoogLeNet
- Generative
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