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: where is a function with learnable parameters, is the number of points in the sample.
0
1
Updated 2020-07-28
Tags
Data Science