Interface DActivationReLU<T extends deepboof.Tensor<T>>

All Superinterfaces:
deepboof.forward.ActivationReLU<T>, deepboof.DFunction<T>, deepboof.Function<T>
All Known Implementing Classes:
DActivationReLU_F64

public interface DActivationReLU<T extends deepboof.Tensor<T>>
extends deepboof.forward.ActivationReLU<T>, deepboof.DFunction<T>

Interface of ActivationReLU which adds functionality for the backwards step.

  • Method Summary

    Methods inherited from interface deepboof.forward.ActivationReLU

    forward, setParameters

    Methods inherited from interface deepboof.DFunction

    backwards, evaluating, isLearning, learning

    Methods inherited from interface deepboof.Function

    getOutputShape, getParameters, getParameterShapes, getTensorType, initialize