loss

This is summary documentation for hippynn.graphs.nodes.loss module. Click here for full documentation.

Links to Full Documentation:

Nodes for constructing loss functions.

Functions

absolute_errors(predict, true)

Compute the absolute errors with phases between predicted and true values.

l1reg(network)

l2reg(network)

lpreg(network, p)

mean_sq(input)

Classes

MAELoss(predicted, true)

MSELoss(predicted, true)

Mean(parent)

MeanSq(parent)

ReduceSingleNode(parent)

Rsq(predicted, true)

RsqMod(*args, **kwargs)

Std(parent)

Var(parent)

WeightedMAELoss(predicted, true, weight)

WeightedMSELoss(predicted, true, weight)