2022
DOI: 10.11591/eei.v11i3.3730
|View full text |Cite
|
Sign up to set email alerts
|

Convolutional neural network for color images classification

Abstract: Artificial intelligent and application of computer vision are an exciting topic in last few years, and its key for many real time applications like video summarization, image retrieval and image classifications. One of the most trend method in deep learning is a convolutional neural network, used for many applications of image processing and computer vision. In this work convolutional neural networks CNN model proposed for color image classification, the proposed model build using MATLAB tools of deep learning… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
2
0

Year Published

2023
2023
2024
2024

Publication Types

Select...
5
1
1

Relationship

0
7

Authors

Journals

citations
Cited by 7 publications
(5 citation statements)
references
References 20 publications
(27 reference statements)
0
2
0
Order By: Relevance
“…According to earlier research, it is possible to input an image directly into a CNN network and use features for image classification [30]. The basic CNN architecture is composed of convolutional layers, pooling layers, fully connected layers (FC), SoftMax layers, and non-linear activation functions like rectifier neural network (ReLU) [31], [32]. The forward pass stage includes a convolution layer, where an activation map is produced as the result of computing the dot product of the filter's input volume and the filter's dot product.…”
Section: Methodsmentioning
confidence: 99%
“…According to earlier research, it is possible to input an image directly into a CNN network and use features for image classification [30]. The basic CNN architecture is composed of convolutional layers, pooling layers, fully connected layers (FC), SoftMax layers, and non-linear activation functions like rectifier neural network (ReLU) [31], [32]. The forward pass stage includes a convolution layer, where an activation map is produced as the result of computing the dot product of the filter's input volume and the filter's dot product.…”
Section: Methodsmentioning
confidence: 99%
“…𝑧 𝑖,𝑗 ℎ = ∑ ∑ 𝑎 (𝑖−1)𝑠+𝑚,(𝑗−1)𝑠+𝑛 * 𝑘 𝑚,𝑛 + 𝑏 ℎ 𝑁 𝑛=1 𝑀 𝑚=1 (5) where 𝑧 𝑖,𝑗 ℎ is the output of the convolutional operation with 𝑖-th row, 𝑗-th column, and ℎ-th channel. 𝑏 ℎ is the bias of the ℎ-th channel.…”
Section: Figure 2 Convolutional Neural Network (Cnn)mentioning
confidence: 99%
“…In the context of image classification, DL methods are often the first choice [4]. Another one of the most popular DL methods used for many image processing and human health applications is the convolutional neural network [5]. Convolutional neural network (CNN) is a machine learning algorithm that has shown to make good results for image classifications [6].…”
Section: -Introductionmentioning
confidence: 99%
“…The kernel size can vary, but 3×3 or 5×5 matrices are commonly used. Following the convolution layer, the rectified linear unit (ReLU), which is frequently used in neural networks, performs the nonlinear activation process [24].…”
Section: Convolutional Layermentioning
confidence: 99%