clinicadl.models

For defining models, which encompass neural networks, loss functions, optimizers, and the training and evaluation logic.

Model

The base model from which every model that works with ClinicaDL must inherit.

SupervisedModel

A vanilla supervised model, for usual classification, regression, or segmentation task.

ReconstructionModel

A vanilla reconstruction model, to work with simple AutoEncoders like AutoEncoder.