Overview
Introduction
What is GSNN?
Key Concepts
Why Use GSNN?
Core Features
How Are GSNNs Different from Graph Neural Networks?
Getting Started
Installation
Citation
Next Steps
Methods
Graph Structured Neural Network (GSNN)
Explainers
Edge Attribution Methods
Direct Perturbation Methods
Optimization-Based Methods
Robustness and Stability Methods
Choosing the Right Explainer
Tutorials
General Premise
Simulating structured data
Performance comparison on simulated data
Reinforcement learning for structure optimization
Gradient checkpointing and compiling
Uncertainty quantification with hypernetworks
GSNN Interpretation methods
DrugCell implementation example
Inferring output edges
API Reference
API Reference
Graph Structured Neural Networks
gsnn.models.NN
View page source
gsnn.models.NN
Classes
NN
(*args, **kwargs)
class
gsnn.models.NN.
NN
(
*
args
:
Any
,
**
kwargs
:
Any
)
[source]
Bases:
Module
forward
(
x
)
[source]