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 |
Tags
- sidleup
- rest-api
- 자료구조
- loss functions
- resample
- 3d medical image
- freebooze
- shadowing
- Inorder Traversal
- clip intensity values
- Actor-Critic
- normalization
- thresholding
- sample rows
- remove outliers
- checkitout
- Policy Gradient
- fastapi
- straightup
- scowl
- noise contrast estimation
- non parametic softmax
- objective functions for machine learning
- Excel
- pulloff
- MRI
- domain adaptation
- REINFORCE
- Knowledge Distillation
- model-free control
Archives
- Today
- Total
목록normalization (1)
Let's Run Jinyeah

What is the normalization formula used for? Normalization is useful in statistics for creating a common scale to compare data sets with very different values. Deep Learning view? 학습의 안정화: Gradient vanising/exploding 문제를 해결할 수 있음 학습시간의 단축: learning rate를 크게 할 수 있음 성능 개선: local optimum에서 빨리 빠져나올 수 있음 Min-Max Normalization Method normalization formula to [0,1] xnormalized = (x-xmin) / (xmax-xmin) i..
Deep Learning/Theory
2022. 6. 18. 17:31