DeepHypergraph
DeepHypergraph copied to clipboard
A pytorch library for graph and hypergraph computation.
Your work is amazing! I think it is helpful for me! Thank you very much! There is a segmentation network for heart mri in your example work. However, I wonder...
Will this tutorial document be updated? Thank you!!!!
I am wondering if the tutorial is still going to be added? It seems like been a year for this repo.
 可能会影响recall指标和ndcg指标计算 可能需要对这一行增加判断
关于稠密图数据用于训练
您好,我在使用库中gcn的模型进行稠密图的训练的时候发现效率非常低,在用github内另一个引用同一个文献的gcn实现的代码时算法效率并没有这么低。是优化还是什么别的原因吗?

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
I am wondering whether dhg supports hypergraph datasets with heterogeneous graphs, which means that for each hyperedge, there are several types of entities.
Link prediction也是分类任务,模仿节点分类任务的metric添加accuracy,f1_score,confusion_matrix,auc。其中accuracy和 F1 分数的截止阈值选择所有测试超链接分数的平均值,这一点是参考论文 [A Survey on Hyperlink Prediction](http://arxiv.org/abs/2207.02911) 中提到的: > We first considered a negative sampling strategy with α = 0.5 and β = 1 as used in NHP....
Can DHG support loading multi-label node hypergrah datasets? (https://www.cs.cornell.edu/~arb/data/stackoverflow-answers/) Like this stackoverflow-answers opensource dataset.