Concept

Learning an Custom Embedding from the Samples

Going from empirical distributions to a fixed-size vector representing the learnt relevant features implies a dimension reduction operation. Lopez-Paz et al. leverages mean embeddings to perform this operation: after applying a transformation to each point in the sample, all outputs are averaged to produce the feature vector representing the sample. This process can be summed up by the following equation: μ(PSj)=1nji=1njf(xi,yi)\mu(P_{S_j}) = \frac{1}{n_j} \sum_{i=1}^{n_j} f(x_i, y_i) where ff is a function with learnable parameters, njn_j is the number of points in the sample.

0

1

Updated 2020-07-28

Tags

Data Science