menu
lunaris_engine package
documentation
MachineLearning/ann.dart
ANN
lossHistory property
lossHistory property
dark_mode
light_mode
lossHistory
property
List
<
double
>
lossHistory
final
history of loss values (one entry per epoch)
Implementation
final List<double> lossHistory = [];
lunaris_engine package
documentation
MachineLearning/ann
ANN
lossHistory property
ANN class