weight property
int
get
weight
Implementation
int get weight =>
(inputs.length * INPUT_SIZE) + (outputs.length * OUTPUT_SIZE * GAMMA);
int get weight =>
(inputs.length * INPUT_SIZE) + (outputs.length * OUTPUT_SIZE * GAMMA);