Learn Before
Concept
Embedding Learning
Embedding learning constrains the searching space by mapping each input to a lower-dimensional space , where . The mapping process is achieved by an embedding function . We can achieve better accuracy by using different embedding functions and for the training and testing sets. The prediction on the testing set is made by finding the closest training sample to a given testing sample in the embedded space and predicting the same label for the testing sample as the training sample.
0
1
Updated 2026-05-17
Tags
Deep Learning (in Machine learning)
Data Science
Computing Sciences