Concept

Embedding Learning

Embedding learning constrains the searching space H\mathcal{H} by mapping each input xiRnx_i\in \mathbb{R}^n to a lower dimension space ziRmz_i\in\mathbb{R}^m, m<n. The mapping process is achieved by an embedding function f()f(\cdot). And we can achieve better accuracy by using different embedding functions ftrainf_{train} and ftestf_{test} 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

Contributors are:

Who are from:

Tags

Deep Learning (in Machine learning)

Data Science