RNN class
Properties
- bh ↔ ValueVector
-
getter/setter pair
- by ↔ ValueVector
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
getter/setter pair
- inputSize ↔ int
-
getter/setter pair
- outputSize ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- Wh ↔ Matrix2d
-
getter/setter pair
- Wx ↔ Matrix2d
-
getter/setter pair
- Wy ↔ Matrix2d
-
getter/setter pair
Methods
-
activate(
ValueVector x) → ValueVector -
forward(
List< ValueVector> inputs) → List<ValueVector> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
step(
ValueVector input, ValueVector prevHidden) → (ValueVector, ValueVector) -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited