Learn Before
Relation
Types of Embedding Model
-
Task-Specific Embedding Model: embedding functions are different for different tasks and training for a task-specific embedding function only use training data from that specific task.
-
Task-Invariant Embedding Model: embedding functions are the same for different tasks, and embedding function training is on a large-scale dataset with enough samples.
-
Hybrid Embedding Model: embedding functions learned from the generic model is adapted by task-specific data.
0
1
Updated 2022-05-29
Tags
Deep Learning (in Machine learning)
Data Science