apply_fisher_weights
apply_fisher_weights(embeddings, weights)Multiply embeddings by per-dimension weights.
Parameters
embeddings : (n, d) float32 weights : (d,) float32
Returns
weighted : (n, d) float32
Multiply embeddings by per-dimension weights.
embeddings : (n, d) float32 weights : (d,) float32
weighted : (n, d) float32