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 | 31 |
Tags
- ResNet
- NER
- nlp
- Ann
- Gradient Descent
- SOMs
- BERT
- Logistic Regression
- 자기조직화지도
- Attention
- textmining
- VGGNet
- LSTM
- 경사하강법
- tensorflow
- Support Vector Machine
- stemming
- NMF
- cross domain
- AI 윤리
- TFX
- Generative model
- Python
- Transfer Learning
- Clustering
- RNN
- MLOps
- gaze estimation
- Binary classification
- 군집화
Archives
- Today
- Total
목록activation map (1)
juooo1117

Part 3. Convolutional Neural Networks and Image Classification How ConvNet works? trickier cases : translation, scaling, rotation, weight → ConvNets match pieces of the image Filtering : the Match Behind the Match → 3*3patch를 overlap 시켜서 각 pixel별로 매칭이 됐는가 안 됐는가를 두 값들 간의 곱셈으로 나타내면, 3*3 patch에 대해서 mapping이 되었는가 아닌가에 대한 값들을 얻을 수 있다. 이 값들을 다 합하고 총 patch의 개수(3*3 patch인 경우, 9!)로 나누면 이것이 매칭된 정도이다. 위와 같..
Artificial Intelligence/LG Aimers: AI전문가과정
2024. 1. 12. 14:07