Learn Before
Concept
Embedding Learning
Embedding learning constrains the searching space by mapping each input to a lower dimension space , m<n. The mapping process is achieved by an embedding function . And we can achieve better accuracy by using different embedding functions and for the training and testing set. The prediction on the testing set is made by finding the “closet” training sample compared to one testing sample in the embedded space and predicting the same label for this testing sample as the training sample.
0
1
Updated 2022-05-29
Tags
Deep Learning (in Machine learning)
Data Science