hyperbolic-learning
hyperbolic-learning copied to clipboard
Implemented Machine Learning Algorithms in Hyperbolic Geometry (MDS, K-Means, Support vector machines, etc.)
Hi Drew, You have got impressive notebooks. However, regarding the path mentioned in below notebook, I was not able to find relevant data in your GitHub Repo. Can you please...

I think def minkowski_distance_gradient(u, v): # u,v in hyperboloid # returns gradient with respect to u return -1*(hyperboloid_dot(u,v) ** 2 - 1) ** -1/2 * v should be changed into...

viz
