Research Article

[Retracted] A Novel Intelligent Hybrid Optimized Analytics and Streaming Engine for Medical Big Data

Algorithm 1

Electronic record search engine algorithm.
1 Inputs: no. of epochs, learning rate, hidden layers
2 Outputs: prediction accuracy
3 Swarm populations as no. of epoch hidden layers
4 Intensity, attractiveness, distance are initialized using equations (3), (4), and (5)
5 While to Max_iteration
6  Calculate the global best function
7 If
8  Go to Step 14
9 Else
10 Update the attractiveness, distance, intensity of the light using equations (3), (4), and (5)
11 Go to Step 5
12 End
13 End
14 End