Research Article

Intelligent Deep Learning Enabled Oral Squamous Cell Carcinoma Detection and Classification Using Biomedical Images

Algorithm 1

Pseudo-code of GOA
Initialize the value of the parameters namely population size (N), and maximal amount of iteration
Produce a population (X) randomly
Set the recent iteration
While do
 Calculate the fitness function
 Choice of the optimal solution
 Upgrade the value of by equation (15)
 for do
  Normalize the distance among the solutions in .
  Upgrade by equation (14)
 end for
    
End while
Return
Where t