SwiftCoreMLTools Documentation Beta

Structure Simple​Recurrent

public struct SimpleRecurrent: TrainableLayer
%3 SimpleRecurrent SimpleRecurrent TrainableLayer TrainableLayer SimpleRecurrent->TrainableLayer

Conforms To

TrainableLayer

Properties

type

let type

name

let name: String

input

let input: [String]

output

let output: [String]

weight

let weight: [Float]

bias

let bias: [Float]