Skip to main content
. 2024 Feb 20;14:4206. doi: 10.1038/s41598-024-51438-4

Table 6.

Notations of Algorithm 1 and their descriptions.

Notation Description
X1, X2, X3,…., X17 The seventeen input features
Nh The number of neurons in the hidden layers
m The total number of samples in the MUCHD dataset
α An arbitrary scaling factor
Ni The number of neurons in the input layer
No The number of neurons in the output layer
W Weights
θ 0, θ 1, …, θ 17 The eighteen input weights
Z A linear transfer function
b bias node
T Transpose
i A counter
n The total number of input features
g The activation function
y^ The predicted output
ReLU Rectified Linear unit
σ the Sigmoid function
Ly^i,yi Loss Function
Y Actual output
J(θ,b) Cost Function
dWi+ Accumulative weight
db+ Accumulative bias