경주장
Data Preprocessing/ Weight Initialization 본문
Data Preprocessing
1. Step 1 : Preprocess the data
Image 에서는 zero-centered 까지만 하는것이 보편적이다.
Feature의 Spatial한 정보들이 뭉게지기 때문
In practive for Images - zero center only
consider [32,32,3] images
1. Subtract the mean image (e.g. AlexNet)
- mean image = mean([32,32,3] array)
2. Subtrace -pixel-wise mean (e.g. VGGNet)
Weight Initializat
'인공지능' 카테고리의 다른 글
AdaBoost 이진분류 알고리즘 (0) | 2021.09.18 |
---|---|
Random Forests 정리 (0) | 2021.09.18 |
Ensemble Learning 정리 (0) | 2021.09.18 |