일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Class activation map
- 인공지능
- GAN
- keras
- 머신러닝
- coding test
- grad-cam
- Interpretability
- Machine Learning
- 설명가능한
- 코딩 테스트
- 기계학습
- Unsupervised learning
- 딥러닝
- SmoothGrad
- 설명가능한 인공지능
- 메타러닝
- Score-CAM
- AI
- Artificial Intelligence
- xai
- Deep learning
- cs231n
- 시계열 분석
- Explainable AI
- Cam
- 코딩테스트
- python
- meta-learning
- 백준
Archives
- Today
- Total
목록deep belief network (1)
iMTE
Restricted Boltzmann Machine
Restricted Boltzmann Machine back propagation을 사용해, deep한 neural network를 학습시킬 수 있다. 하지만, deep networks의 cost function은 non-convex function이므로, 어디서 최적화를 시작하는지는 모델의 성능을 크게 좌우한다. (Weights initialization) 다양한 initializer들이 제시되었다. Xavier initializer, He initializer 등이 그렇다. 이 initializer는 들어오는 neurons의 수와 (fan-in) 출력되는 neurons의 수 (fan-out)을 사용해서 normal distribution의 variance를 결정한다. 이 방법은 대부분의 neuron들..
Deep learning/Tensorflow
2018. 6. 21. 23:43