-
This meta-ticket tracks hyperbolic geometry issues,
whether they already have tickets or not.
- Add hyperbolic geometry tutorial
- Hyperbolic geometry: Rename `get_point` to `point`,
`get_…
slel updated
2 months ago
-
These names are confusing because there are other coordinates in poincare ball, poincare half space. They should be called extrinsic-hyperboloid and intrinsic-hyperboloid at least.
-
As discussed here: https://github.com/JuliaNLSolvers/Manifolds.jl/pull/71#issuecomment-569412815
-
1. I think that the following exponential map and logarithmic map in your paper is only for the poincare ball, which is a model of hyperbolic geometry.
![image](https://github.com/Lion-ZS/GIE/assets/…
-
To help avoid mistakes and make code easier to read and write, we should consider creating types to enforce the various invariants Hyperbolic vectors can have, much like nalgebra's `Point` vs. `Vector…
-
Hi Valentin,
Thanks for your excellent work and codes. I am very interested in the hyperbolic space, and would like to know how to visualize feature embeddings in the hyperbolic space (as shown in …
-
Your work of Knowledge embedding in hyperbolic space inspires me a lot, and I am undergoing reproducing your code and found some issues.
First, Hyperbolic distance on the Poincare ball, `utils.hype…
-
Follow-up from #30244
Depends on #30244
CC: @tscrim
Component: **geometry**
Author: **Matthias Koeppe**
Branch/Commit: **[u/mkoeppe/sage_geometry_hyperbolic_space__use_actions_instead_of_over…
-
Hi!
First of all I wanted to thank you for you code, I know it is a bit older but it is still the most legible resource on hyperbolic GNNs that I could find. I am currently dissecting the mechanism…
-
As the title asks, why is MERU interpolation done in tangent space as opposed to along a geodesic in hyperbolic space?
It seems pretty reasonable to compute a geodesic between the root and point of…