250x250
반응형
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
- gather_nd
- API Gateway
- chatGPT
- GCP
- grad-cam
- airflow subdag
- 상관관계
- integrated gradient
- Retry
- flask
- Counterfactual Explanations
- hadoop
- requests
- top_k
- TensorFlow
- UDF
- GenericGBQException
- API
- youtube data
- tensorflow text
- BigQuery
- 유튜브 API
- login crawling
- session 유지
- XAI
- 공분산
- Airflow
- correlation
- spark udf
- subdag
Archives
- Today
- Total
데이터과학 삼학년
Transfer learning / Fine tuning 본문
반응형
Transfer learning
- Transfer learning은 주로 대규모의 데이터셋과 large모델로 미리 학습시킨, 즉, pre-trained model을 가져다가 목적에 맞게 사용하는 것을 의미함
- 이미 잘 학습되어 있는 모델을 사용해 빠르게 학습 시키는 개념 (trainable = False)
- 학습된 모델의 최종 출력층 다음에 목적에 맞는 layer를 추가하여, 보유한 소량의 데이터로 새로 추가한 layer에 대해 학습시킴
Fine tuning
- Pre-trained 된 모델의 가중치를 기반으로 보유하고 있는 데이터(문제에 맞는)로 가중치를 업데이트하는 개념
- 즉, Pre-trained 된 모델의 가중치를 재학습 시키거나, 학습된 가중치의 일부를 재학습 시키는 개념
728x90
반응형
LIST
'Machine Learning' 카테고리의 다른 글
Knowledge Distillation (0) | 2022.04.22 |
---|---|
Feature importance (in Decision Tree, RF) (0) | 2022.04.18 |
Fine tuning (0) | 2022.01.19 |
[Tensorflow] tf.model prediction을 외부에서 child 프로세스로 만들어 멀티 프로세싱 적용이 어려운 이유 (0) | 2021.12.15 |
드롭아웃(dropout), 몬테 카를로 드롭아웃(Monte Carlo dropout) (0) | 2021.11.15 |
Comments