2022
DOI: 10.29207/resti.v6i2.4001
|View full text |Cite
|
Sign up to set email alerts
|

Pneumonia Image Classification Using CNN with Max Pooling and Average Pooling

Abstract: Pneumonia is still a frequent cause of death in hundreds of thousands of children in most developing countries and generally detected clinically through chest radiographs. This method still difficult to detect the disease and requires a long time to produce a diagnosis. To simplify and shorten the detection process, we need a faster method and more precise in diagnosing pneumonia. This study aims to classify chest x-ray images using the CNN method to diagnose pneumonia. The proposed CNN model will be tested us… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1

Citation Types

0
3
0

Year Published

2022
2022
2024
2024

Publication Types

Select...
4
2
1

Relationship

0
7

Authors

Journals

citations
Cited by 7 publications
(3 citation statements)
references
References 11 publications
0
3
0
Order By: Relevance
“…Max pooling is a commonly used pooling method employed to reduce the dimensions of feature maps. In the 3D context, max pooling operates across three dimensionswidth, height, and depth/time [34][35][36][37].…”
Section: Convolutional Neural Networkmentioning
confidence: 99%
“…Max pooling is a commonly used pooling method employed to reduce the dimensions of feature maps. In the 3D context, max pooling operates across three dimensionswidth, height, and depth/time [34][35][36][37].…”
Section: Convolutional Neural Networkmentioning
confidence: 99%
“…The primary components of the CNN architecture were built using a series of convolution, normalization, and pooling layers [30] [31]. The convolution layer was in charge of feature extraction and normalization in the interim [32].…”
Section: Convolutional Neural Network (Cnns)mentioning
confidence: 99%
“…In the modeling process, the hyperparameter tuning process is added to find the model with the best parameters, so that The pooling layer is the division of the feature map of an image into several sub-sections and reducing the parts in new sub-sections. The MaxPool layer will take the maximum value from the feature map, while the AveragePool will take the average value from the feature map to be able to retrieve all image information [21]. Use the GlobalAveragePooling2D layer here to select the average feature value of an image.…”
Section: Model Architecturementioning
confidence: 99%