RNNCellInput

public struct RNNCellInput<Input, State> : Differentiable where Input : Differentiable, State : Differentiable
extension RNNCellInput: EuclideanDifferentiable
where Input: EuclideanDifferentiable, State: EuclideanDifferentiable

קלט לרשת עצבית חוזרת.

  • הקלט בשלב הזמן הנוכחי.

    הַצהָרָה

    public var input: Input
  • המדינה הקודמת.

    הַצהָרָה

    public var state: State
  • הַצהָרָה

    @differentiable
    public init(input: Input, state: State)