Skip to content

RenONet: Multiscale operator learning for complex social systems

License

Notifications You must be signed in to change notification settings

nngabe/renonets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RenOnet: Multiscale operator learning for complex social systems

This repository contains an implementation of a multiscale operator learning framework for modelling and forecasting complex social systems. The framework learns multiscale dynamics and forecasts the evolution of a complex system given an initial adjacency matrix $A^{(0)}$ and history of the system. See figure below for illustration and full slides for details. [slides]

A brief overview of important modules in this repository are:

train.py

  • Data loading, LR scheduling, graph sampling, and logging of training data.

nn/models/renonet.py

  • Contains a module of the framework shown below, as well as vmapped and serial loss functions for optimizing the loss shown below.

nn/models/models.py

  • Modules for the encoder and renormalization networks (GCN, HGCN) and decoder networks (MLP, Transformer, DeepOnet).

lib/graph_utils.py

  • Utilities for sampling, padding, and manipulating graphs.

lib/positional_encoding.py

  • Functions for computing positional encoding (node2vec, random walk PE, and laplacian eigenvector PE).

nn/manifolds/

  • Manifold definitions for hyperbolic layers. Ported from the original pytorch code (HGCN) to JAX.
  • Includes Euclidean, Poincaré, and Hyperboloid manifolds.

renonet

About

RenONet: Multiscale operator learning for complex social systems

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published