Thomas Grapentin
Thomas Grapentin
# 🚀 B1 Bonus: On-Disk Transductive Learning with SQLite-Backed Structure Indexing ## 📌 Problem Statement **Challenge:** Training Topological Neural Networks (TNNs) on large transductive graphs (100K+ nodes) with complex topological...
## Checklist - [x] My pull request has a clear and explanatory title. - [x] My pull request passes the Linting test. - [x] I added appropriate unit tests and...
NOTE: This PR branches from [branch 'ppi-data'](https://github.com/geometric-intelligence/TopoBench/pull/227) which contains my A2 submission as it builds on top of it. The actual changes are less than github is showing because it...
# On-Disk Inductive Preprocessing with DAG-Based Incremental Caching ## 🎯 Problem Statement Topological deep learning on large inductive datasets presents a unique challenge: topological structures (simplicial complexes, hypergraphs, cell complexes)...
## Checklist - [x] My pull request has a clear and explanatory title. - [x] My pull request passes the Linting test. - [x] I added appropriate unit tests and...