Research Article

Research on the Damage of Adrenal Pheochromocytoma to Patients’ Cardiovascular Vessels and Its Correlation with Hypertension

Algorithm 1

Pearson–Boltzmann CNN.
Input: obtained symptoms of the disease
Output: Prediction of risk score
Initialise all weights and prejudice in the Network
while termination is not fulfilled X in D/ {
// for the data proliferation is:
for each input-layer in unit j { OJ = Ij;
// output of the input unit is the real input value of each unit secret or output-layer input unit J {
//Compute the input net in unit j in relation to the previous input-layer;
For the output layer of each unit
// Calculate the errors of each unit j of the hidden layers from last up to first hidden layer –
//Calculate an error of each unit j of the hidden layers,
−∑k feature ErrjOjOj Err wjkk 1(
k of each network weight wi j.
// Calculate the score of the next layer/
c d = N direction(ED)
} }
End
End