Skip to main content
. 2023 Feb 18;13(4):775. doi: 10.3390/diagnostics13040775
Algorithm 2 DCNN Procedure.
 Input ← Allprobablecombinationoffeatures
TrainDCNN
for doinput=1toendofdatado
   for doneurons=1tondo
     for dorepeat=1tondo
      TrainDCNN
      DCNNStoragehighesttestvalueisstored
     end for
   end for
   DCNNStorageeffectivepredictionrate
end for
ReturnDCNNStorageeffectivepredictionfromthecombinationofacquiredfeatures