An open API service indexing awesome lists of open source software.

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

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.