Research Article

[Retracted] Optimal Deep Transfer Learning-Based Human-Centric Biomedical Diagnosis for Acute Lymphoblastic Leukemia Detection

Algorithm 1

The CSO algorithm.
for every particle from swarm do.
 initializing position and velocity.
end for.
while the end condition is not met do.
 for every particle do
  compute fitness
 end for
   
 while do
  arbitrarily select 2 various particles and from
  if is superior to then
   
  else
   
  end if
    
    
    
 end while
   
end while.