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
- turtlebot3
- ComputerVision
- adaptivedensitycontrol
- raspberrypi
- pointcloud
- differentiablerendering
- sensorfusion
- imageprocessing
- vectorfields
- covariancematrix
- alphablending
- NERF
- tilebasedrasterizer
- Ros
- opencv
- 3dgaussiansplatting
- usbcamera
- roslaunch
- gaussiansplatting
- Slam
- realtimerendering
- catkinworkspace
- LIDAR
- electromagnetism
- 3dmapping
- rostopics
- vectorcalculus
- turtlebot
- rospackages
- rosnoetic
Archives
- Today
- Total
Wiredwisdom
Layer Normalization 본문
특정 레이어의 모든 값들의 평균을 0으로 맞추고 분산을 1로 교정하는 작업이다.
이를 통해 활성화 함수의 값이 너무 크거나 작아지는 것을 방지한다.
이를 통해 기울기 발산과 소실을 방지한다.
'2D Vision > CNN (Object Detection)' 카테고리의 다른 글
Alexnet Architecture (2012) (0) | 2025.06.27 |
---|---|
Depthwise Convolution (0) | 2025.04.07 |
LeNet-5 (1998) (0) | 2025.03.24 |