TopoModelX
TopoModelX copied to clipboard
Review nn/cell and nn/combinatorial models
Review the model implementations and make sure they converge properly on real-world datasets.
nn/cell:
- [x] CAN
- [x] CCXN
- [x] CWN
nn/combinatorial
- [x] HMC
Working on decoupling the readout from cell/combinatorial models, similarly to what was done for simplicial and hypergraph architectures (PRs #250 and #249, respectively).