hyperbolic-function

How do I implement Poincaré Embeddings using tfa.layers.PoincareNormalize?

How do I implement Poincaré Embeddings using tfa.layers.PoincareNormalize? Question: I am trying to implement PoincarĂ© embeddings as discussed in a paper by Facebook (Link) for my hierarchical data. You may find a more accessible explanation of PoincarĂ© embeddings here. Based on the paper I have found some implementations for Tensorflow here and here as well …

Total answers: 1