Research Article

[Retracted] Adaptive Diagnosis of Lung Cancer by Deep Learning Classification Using Wilcoxon Gain and Generator

Algorithm 2

Generator Deep Learning.
Input: subset of features “,” Weight “,” Bias “
Output: Improved diagnosis accuracy
(1)Initialize Weight “” and Bias “
(2)Begin
(3)For each subset of features “
(4)Obtain generator function
(5)Obtain minmax for generator function for subset of feature
(6)Return (probability rate)
(7)End for
(8)End