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-dimensional space ziRmz_i \in \mathbb{R}^m, where m<nm < n. The mapping process is achieved by an embedding function f()f(\cdot). We can achieve better accuracy by using different embedding functions ftrainf_{\text{train}} and ftestf_{\text{test}} 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