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, learning

    Methods inherited from interface deepboof.Function

    getOutputShape, getParameters, getParameterShapes, getTensorType, initialize

    Methods inherited from interface deepboof.forward.FunctionLinear

    forward, getNumberOfOutputs, setParameters