일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 설명가능한 인공지능
- grad-cam
- 설명가능한
- 딥러닝
- 인공지능
- GAN
- Explainable AI
- Score-CAM
- 코딩테스트
- 머신러닝
- SmoothGrad
- Interpretability
- xai
- 메타러닝
- 코딩 테스트
- Class activation map
- Machine Learning
- 백준
- Cam
- Artificial Intelligence
- AI
- cs231n
- coding test
- Deep learning
- 기계학습
- Unsupervised learning
- meta-learning
- keras
- python
- 시계열 분석
Archives
- Today
- Total
목록kullback-leibler divergence (1)
iMTE
Sparsity regularization
Sparse regularization Autoencoder는 입력된 데이터를 저차원으로 encoding하고 다시 고차원으로 decoding하는 unsupervised learning이다. 만약 hidden layer가 input layer의 dimension보다 작고, activation function으로 linear function을 사용하면, 이 autoencoder는 PCA와 동일한 역할을 한다. 즉, 분산이 큰 factor를 찾아내고 그 factor로 데이터를 transformation하는 것이다. 만약, hidden layer와 input layer의 차원이 같고 activation function이 linear function이라면, hidden layer는 identity matrix와 ..
Deep learning/Tensorflow
2018. 6. 21. 20:52