iMoonLab / HGNN

Hypergraph Neural Networks (AAAI 2019)
MIT License
660 stars 128 forks source link

ANN integration with hypergraph construction #7

Closed jlevy44 closed 4 years ago

jlevy44 commented 5 years ago

Hi there! For large high dimensional datasets, could some ANN library like HNSW be integrated into construct_H_with_KNN ? Maybe called construct_H_with_ANN?

Thanks!

yifanfeng97 commented 5 years ago

Good suggestion. Thanks!

yifanfeng97 commented 5 years ago

We will release a deep-hypergraph operation library soon. The ANN operator will be included.

jlevy44 commented 5 years ago

Awesome. Looking forward to it!

yifanfeng97 commented 4 years ago

Our hypergraph deep learning library is available on https://github.com/iMoonLab/THU-torch_hyperg.

jlevy44 commented 4 years ago

Thank you! Wonderful work!