RNNCellOutput

public struct RNNCellOutput<Output, State> : Differentiable where Output : Differentiable, State : Differentiable
extension RNNCellOutput: EuclideanDifferentiable
where Output: EuclideanDifferentiable, State: EuclideanDifferentiable

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

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

    הַצהָרָה

    public var output: Output
  • המצב הנוכחי.

    הַצהָרָה

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

    @differentiable
    public init(output: Output, state: State)