dagma.nonlinear.DagmaNonlinear¶
-
class dagma.nonlinear.DagmaNonlinear(model: torch.nn.Module, verbose: bool =
False, dtype: torch.dtype =torch.double)¶ Class that implements the DAGMA algorithm
- Parameters:¶
Methods¶
log_mse_loss(→ torch.Tensor)Computes the logarithm of the MSE loss:
minimize(→ bool)Solves the optimization problem:
fit(→ numpy.ndarray)Runs the DAGMA algorithm and fits the model to the dataset.
Last update:
Jan 14, 2024