반응형
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
- broscoding
- web 용어
- CES 2O21 참가
- CES 2O21 참여
- web
- inorder
- tensorflow
- 머신러닝
- web 사진
- discrete_scatter
- bccard
- C언어
- 데이터전문기관
- 웹 용어
- paragraph
- 대이터
- cudnn
- 결합전문기관
- vscode
- postorder
- 자료구조
- mglearn
- pycharm
- 재귀함수
- classification
- KNeighborsClassifier
- java역사
- web 개발
- html
- Keras
Archives
- Today
- Total
bro's coding
Threshold(임계치) 본문
반응형
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