RNN class
Minimal RNN wrapper using an MLP readout to keep implementation concise
Properties
Methods
-
fit(
List< List< X, List<List< >double> >List< Y, {int? batchSize, bool verbose = false}) → voiddouble> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
predict(
List< List< X) → List<List< >double> >List< double> > -
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited