Skip to main content
. 2024 Mar 18;14:6425. doi: 10.1038/s41598-024-56983-6

Table 13.

Comparison of A-GRU model accuracy with previous models.

Ref Model Acc (%) Space Complexity Time Complexity
38 NeuroNet19 99.3 O(cwh+1)f O(fum)
39 HHOCNN 98% O(cwh+1)f O(fum)
4 CNN-LSTM 99.22 O((nm+mk)+(nd)) O((cwh)+(nd+Kn))
11 CNN and VGG16 93.36, 97.16 O(cwh+1)f O(fum)
14 AE-DNN 96 O((n)+(nd)) O((n2)+(nd+Kn))
15 ACNN 96.7 O(cwh+1)f O(fum)
2024 Proposed model A-GRU 99.32 O(cwh+1)f O(fum)

c= the number of convolutional channels, h=height of input, w= width of input, f= the convolutional kernel size, n= the number data instances, k= the number of output neurons, m= the number of input neurons and d= the dimension or feature of the input, K=number of nearest neighbors, u=cwh