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