https://github.com/hypercoil/nitrix
Neuroimaging transformations in XLA
https://github.com/hypercoil/nitrix
Last synced: 2 months ago
JSON representation
Neuroimaging transformations in XLA
- Host: GitHub
- URL: https://github.com/hypercoil/nitrix
- Owner: hypercoil
- License: apache-2.0
- Created: 2024-06-27T03:35:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-07T01:03:35.000Z (about 1 year ago)
- Last Synced: 2026-03-28T00:36:57.624Z (2 months ago)
- Language: Python
- Homepage:
- Size: 285 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ``nitrix``
Neuroimaging transformations in XLA
This repository is intended to be a tensor-level implementation of common neuroimaging transformations that can be compiled to XLA. Its existence has become necessary as a consequence of shared dependencies among ``hypercoil`` (differentiable programming for brain mapping) and ``entense`` (compositional data-to-tensor workflow assembler). Code here underpins both libraries.
Note: `jax-metal` is unsupported, as it is missing some elementary functionality like `linalg.eigh`. If this changes, we can add support.