반응형
Notice
Recent Posts
Recent Comments
Link
관리 메뉴

bro's coding

Threshold(임계치) 본문

[AI]/GAN

Threshold(임계치)

givemebro 2020. 7. 15. 15:21
반응형

MAX : 1

MIN : -1

로 정할 경우

[1, 2, 0.5, 3, -1, -3, 4]

[1, 1, 0.5, 1, -1, -1, 1]

로 판단

반응형

'[AI] > GAN' 카테고리의 다른 글

WGANGP.source  (0) 2020.07.15
WGANGP.train.faces  (0) 2020.07.15
GAN VS DCGAN  (0) 2020.07.15
WGAN.weight clipping(가중치 클리핑)  (0) 2020.07.15
WGAN.source  (0) 2020.07.15
WGAN.mode collapse(모드 붕괴)  (0) 2020.07.15
GAN.source  (0) 2020.07.15
WGAN.example.train.cifar  (0) 2020.07.14
Comments