Skip to content

📕Code for paper Parallelizable Complex Neural Dynamics Models for Temperature Estimation with Hardware Acceleration.

License

Notifications You must be signed in to change notification settings

XinyuanLiao/ComplexNDM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComplexNDN: Complex Neural Dynamics Models

Static Badge GitHub top language GitHub code size in bytes Static Badge Static Badge

This repository includes the code for the paper Parallelizable Complex Neural Dynamics Models for Temperature Estimation with Hardware Acceleration.

Since PyTorch does not support parallel scanning, this repo is built by JAX in the Linux system. The parallel prefix sum scan algorithm is implemented by the jax.lax.associative_scan. The parallel algorithm reduces the time complexity from O(N) to O(logN) for serial calculations.

Quick start

Configuration

pip install -r requirements.txt

Run

Run the training program from the command line.

python trainer.py --scan

Star History

Star History Chart

Cite as

@article{liao5033161parallelizable,
  title={Parallelizable Complex Neural Dynamics Models for Temperature Estimation with Hardware Acceleration},
  author={Liao, Xinyuan and Chen, Shaowei and Zhao, Shuai},
  journal={Available at SSRN 5033161},
  year={2024}
}

Releases

No releases published

Packages

No packages published

Languages