Deep learning for NeuroImaging in Python.
API documentation of surfify.models¶
surfify.models¶
Common architectures.
- Classes:
surfify.models.base¶
A base class for spherical networks that generate the requested icosahedrons and related informations.
- Classes:
surfify.models.vae¶
Cortical Spherical Variational Auto-Encoder (GMVAE) models.
[1] Representation Learning of Resting State fMRI with Variational Autoencoder: https://github.com/libilab/rsfMRI-VAE
surfify.models.vgg¶
Spherical implementation of the torch vision VGG.
- Classes:
- Functions:
surfify.models.unet¶
The spherical UNet architecture.
Follow us