2019
DOI: 10.34257/gjcstdvol19is2pg13
|View full text |Cite
|
Sign up to set email alerts
|

Classification of Image using Convolutional Neural Network (CNN)

Abstract: Computer vision is concerned with the automatic extraction, analysis, and understanding of useful information from a single image or a sequence of images. We have used Convolutional Neural Networks (CNN) in automatic image classification systems. In most cases, we utilize the features from the top layer of the CNN for classification; however, those features may not contain enough useful information to predict an image correctly. In some cases, features from the lower layer carry more discriminative power than … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1

Citation Types

0
30
0
1

Year Published

2020
2020
2024
2024

Publication Types

Select...
5
4

Relationship

0
9

Authors

Journals

citations
Cited by 59 publications
(31 citation statements)
references
References 6 publications
0
30
0
1
Order By: Relevance
“…The general concept is to understand the various features of the image under analysis by browsing its content from left to right or top to bottom, and then combining the different scanned local features in order to classify it. A CNN includes three layers: convolutional layer, pooling layer, and fully connected layer [ 53 , 54 , 55 ].…”
Section: Deep Learning Methodsmentioning
confidence: 99%
“…The general concept is to understand the various features of the image under analysis by browsing its content from left to right or top to bottom, and then combining the different scanned local features in order to classify it. A CNN includes three layers: convolutional layer, pooling layer, and fully connected layer [ 53 , 54 , 55 ].…”
Section: Deep Learning Methodsmentioning
confidence: 99%
“…The CNN is the most common and widely utilized algorithm in the area of DL [11] [12]. CNN have recently become one of the most appealing approaches, and have been a final factor in a variety of new successes and challenging applications associated with ML applications such as natural object classification and segmentation, handwriting recognition, object detection, face recognition, image classification, and many other fields involving pattern recognition [13]. The CNN [14][15] is a well-known image processing applications.…”
Section: Convolutional Neural Network (Cnn)mentioning
confidence: 99%
“…The basic concept behind CNNs is to spatially convolve the kernel on an input image to see if the function it's supposed to detect is present. Convolution is performed by computing the kernel's dot product with the input field and then generating a features map [14]. The convolution operation is shown in Fig.…”
Section: B Convolution Neural Network (Cnn) Architecturementioning
confidence: 99%
“…Convolution and pooling output is flattened into a single vector of values, each representing a probability that defines a specific feature of the class. In the end, we can create a fully connected network to classify the dataset [14]. The fully connected layer is shown in Fig.…”
Section: B Convolution Neural Network (Cnn) Architecturementioning
confidence: 99%