TopoModelX icon indicating copy to clipboard operation
TopoModelX copied to clipboard

Review nn/cell and nn/combinatorial models

Open levtelyatnikov opened this issue 2 years ago • 1 comments

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

levtelyatnikov avatar Oct 13 '23 15:10 levtelyatnikov

Working on decoupling the readout from cell/combinatorial models, similarly to what was done for simplicial and hypergraph architectures (PRs #250 and #249, respectively).

gbg141 avatar Feb 14 '24 18:02 gbg141