Forman-Ricci curvature-based clustering implementation on GPU ? #1079
dangmanhtruong1995
started this conversation in
Ideas
Replies: 3 comments 3 replies
-
|
Hey @dangmanhtruong1995! We're open to taking a PullRequest that adds this algorithm into gunrock. However, I am not sure we have someone that can work on it. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
@dangmanhtruong1995 I have made significant updates to the repo, check out the latest main and see if everything is working for you and if dev is ok on your end. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
@neoblizz I have made a pull request here #1104, can you review please ? Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I've noticed that on the list of supported algorithms: https://gunrock.github.io/gunrock/gunrock.wiki/Graph-Algorithms.html, there is no mention of Ricci curvatured based methods. I think this is a method with increasing popularity, for example, there is a paper in Journal of Machine Learning Research (JMLR) 2025 about this: "Y. Tian, Z. Lubberts, and M. Weber, "Curvature-based clustering on graphs," J. Mach. Learn. Res., vol. 26, no. 52, pp. 1–67, 2025". I have a CUDA implementation of Forman-Ricci curvature-based clustering implementation at https://github.com/dangmanhtruong1995/Ricci-curvature-clustering-CUDA. I wonder if you guys would be interested in adding this method ?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions