일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 설명가능한 인공지능
- 메타러닝
- Explainable AI
- GAN
- Machine Learning
- Interpretability
- python
- coding test
- 딥러닝
- Cam
- SmoothGrad
- 코딩 테스트
- 시계열 분석
- Unsupervised learning
- 기계학습
- cs231n
- Deep learning
- 인공지능
- 백준
- Artificial Intelligence
- AI
- 코딩테스트
- 머신러닝
- meta-learning
- Class activation map
- keras
- 설명가능한
- xai
- grad-cam
- Score-CAM
Archives
- Today
- Total
목록sparse autoencoder (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