Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Flexibrain
|
| 2 |
|
| 3 |
Flexibrain is a voxel-level fMRI representation learning framework for pretraining and downstream classification. It keeps fMRI volumes in a fixed 96 x 96 x 96 input grid, reads each sample's voxel spacing and TR from the NIfTI header, and resizes patch embedding kernels in physical spatial and temporal units before learning with a Mamba-JEPA backbone.
|
|
@@ -174,4 +181,4 @@ When `use_checkpoint_config: true`, model-shape settings stored in the checkpoin
|
|
| 174 |
|
| 175 |
## License
|
| 176 |
|
| 177 |
-
This repository is provided for non-commercial research use under CC BY-NC-SA 4.0. See `LICENSE` and `NOTICE` for license boundaries and preserved notices.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-sa-4.0
|
| 3 |
+
tags:
|
| 4 |
+
- fMRI
|
| 5 |
+
- neuroscience
|
| 6 |
+
- foundation_model
|
| 7 |
+
---
|
| 8 |
# Flexibrain
|
| 9 |
|
| 10 |
Flexibrain is a voxel-level fMRI representation learning framework for pretraining and downstream classification. It keeps fMRI volumes in a fixed 96 x 96 x 96 input grid, reads each sample's voxel spacing and TR from the NIfTI header, and resizes patch embedding kernels in physical spatial and temporal units before learning with a Mamba-JEPA backbone.
|
|
|
|
| 181 |
|
| 182 |
## License
|
| 183 |
|
| 184 |
+
This repository is provided for non-commercial research use under CC BY-NC-SA 4.0. See `LICENSE` and `NOTICE` for license boundaries and preserved notices.
|