Package deepboof.backward
Interface DFunctionLinear<T extends deepboof.Tensor<T>>
- All Superinterfaces:
deepboof.DFunction<T>,deepboof.Function<T>,deepboof.forward.FunctionLinear<T>
- All Known Implementing Classes:
DFunctionLinear_F64
public interface DFunctionLinear<T extends deepboof.Tensor<T>>
extends deepboof.forward.FunctionLinear<T>, deepboof.DFunction<T>
Interface of FunctionLinear which adds functionality for the backwards step.
-
Method Summary
Methods inherited from interface deepboof.DFunction
backwards, evaluating, isLearning, learningMethods inherited from interface deepboof.Function
getOutputShape, getParameters, getParameterShapes, getTensorType, initializeMethods inherited from interface deepboof.forward.FunctionLinear
forward, getNumberOfOutputs, setParameters