Information
- DA (Domain Adaptation) is a subfield of machine learning that aims to adapt models trained on a source domain to perform well on a target domain, where the distributions of the source and target data differ.
- The primary goal of DA is to improve the generalization of a model to new, unseen data, especially in scenarios where the target data is limited or expensive to collect.
- There are two main categories of DA: unsupervised and supervised. Unsupervised DA assumes that no labeled target data is available, whereas supervised DA assumes access to some labeled target data.
- One popular approach to DA is domain adversarial training, where the model is trained to learn domain-invariant features by simultaneously optimizing a task loss and a domain-adversarial loss.
- Another popular approach is transfer learning, where a pre-trained model on a source domain is fine-tuned on a target domain, or used as a feature extractor for a target-specific model.
- DA has various applications, such as in computer vision, natural language processing, and speech recognition, where models need to be adapted to new domains, such as different lighting conditions, languages, or accents, to improve their performance.
'Zettelkasten > Terminology Information' 카테고리의 다른 글
Attention (0) | 2023.03.19 |
---|---|
CNN-LSTM (0) | 2023.03.18 |
CNN (Convolutional Neural Network) (0) | 2023.03.17 |
NRMSE (Normalized Root Mean Squared Error) (0) | 2023.03.17 |
LSTM (Long Short-Term Memory) (0) | 2023.03.16 |
댓글