Dashboard
① Architecture
Hidden Layers4
depth of the network
Neurons per Layer32
width of each hidden layer
Dropout Rate0.3
regularisation (0 = none)
② Training Parameters
Learning Rate (η)0.010
too high = diverge · too low = slow
Batch Size32
patients per gradient update
Epochs50
training iterations
③ Training Metrics
Final Train Accuracy
Loss: —
Parameters
Epoch
Val Accuracy
Overfit Gap
④ Training Curve — train loss (violet) · validation loss (cyan) · accuracy (green) · overfit gap = generalisation failure
⑤ ANN Architecture — signals flow left→right (forward pass, violet) then right→left (backprop, cyan) · faded nodes = dropout silenced · brighter = higher activation