2018 IEEE Second International Conference on Data Stream Mining &Amp; Processing (DSMP) 2018
DOI: 10.1109/dsmp.2018.8478621
|View full text |Cite
|
Sign up to set email alerts
|

Deep Neural Network for Image Recognition Based on the Caffe Framework

Abstract: Deep Leaning of the Neural Networks has become one of the most demanded areas of Information Technology and it has been successfully applied to solving many issues of Artificial Intelligence, for example, speech recognition, computer vision, natural language processing, data visualization. This paper describes the developing the deep neural network model for image recognition and a corresponding experimental research on an example of the MNIST data set. Some practical details for creating the Deep Neural Netwo… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
17
0

Year Published

2019
2019
2021
2021

Publication Types

Select...
4
2
2
1

Relationship

0
9

Authors

Journals

citations
Cited by 38 publications
(21 citation statements)
references
References 17 publications
(20 reference statements)
0
17
0
Order By: Relevance
“…The dataset contains 5,000 portraits of 525 individuals wearing masks and 90,000 pictures of the same 525 subjects with no masks. The whole project was implemented in Python using Deep Learning Libraries like PyTorch [12], Caffe [13], and Computer Vision libraries like OpenCV.…”
Section: Methodsmentioning
confidence: 99%
See 1 more Smart Citation
“…The dataset contains 5,000 portraits of 525 individuals wearing masks and 90,000 pictures of the same 525 subjects with no masks. The whole project was implemented in Python using Deep Learning Libraries like PyTorch [12], Caffe [13], and Computer Vision libraries like OpenCV.…”
Section: Methodsmentioning
confidence: 99%
“…The decisions taken at this stage of growth are vital to the success of the network. Transformation and Normalization [14] are two commonly used methods of pre-processing. Transformation requires the change of raw data inputs to create a new input to the network, while normalization is a transformation performed on new data input to disperse the data equally and scale it to an appropriate range for the network.…”
Section: Pre-processingmentioning
confidence: 99%
“…Initially, we chose a DL framework called Caffe [21] (convolutional architecture for fast feature embedding), which has modularity and fast speed, for the experiment. Caffe was first developed by Yangqing Jia and, currently, hundreds of developers are involved in development of this open-source framework in github.…”
Section: Experimental Environment and Scenariosmentioning
confidence: 99%
“…The data set is compiled by using python code to read the data file format with the extension file name in xml format and input it into the neural network layer of the custom DNNs model. The DNNs model is the basic prototype of the neural network model is made by installing Caffe Deep Learning Framework [27], and the weight value of the neural network of each layer of Fast R-CNN on DNNs is adjusted by python code program compilation.…”
Section: Network Trainingmentioning
confidence: 99%