Research Article

COVID-19 Semantic Pneumonia Segmentation and Classification Using Artificial Intelligence

Algorithm 3

Pruned Net
(i)Input: Net, Percentage of Pruning (PP), maximum pruning (MP)
Start Procedure
Train and assess Net on B
While PP ≤ MP
(1) Determine the number of filters in each hidden layer.
(2) Recognize and eliminate percentage of filters in each hidden layer with the largest APoZ.
(3) Retrain and assess the docked model on Net and choose the best-pruning weights.
(4) PP++.
(5)End While
(6)Return MP + 1