SlideShare a Scribd company logo
1 of 9
Download to read offline
TELKOMNIKA, Vol.17, No.5, October 2019, pp.2650~2658
ISSN: 1693-6930, accredited First Grade by Kemenristekdikti, Decree No: 21/E/KPT/2018
DOI:10.12928/TELKOMNIKA.v17i5.11797 ◼ 2650
Received November 12, 2017; Revised January 28, 2019; Accepted February 12, 2019
Proposing a new method of image classification based
on the AdaBoost deep belief network hybrid method
Hasan Asil*1
, Jamshid Bagherzadeh2
Department of Computer Engineering, Faculty of Electrical and Computer Engineering,
Urmia University, Urmia, Iran
*Corresponding author, e-mail: h.asil@iauazar.ac.ir1
, j.bagherzadeh@urmia.ac.ir2
Abstract
Image classification has different applications. Up to now, various algorithms have been presented
for image classification. Each of these methods has its own weaknesses and strengths. Reducing error rate
is an issue which many researches have been carried out about it. This research intends to optimize
the problem with hybrid methods and deep learning. The hybrid methods were developed to improve
the results of the single-component methods. On the other hand, a deep belief network (DBN) is a generative
probabilistic modelwith multiple layers of latent variables and is used to solve the unlabeled problems. In
fact, this method is anunsupervised method, in which all layers are one-way directed layers except for
the last layer. So far, various methods have been proposed for image classification, and the goal of this
research project was to use a combination of the AdaBoost method and the deep belief network method to
classify images. The other objective was to obtain better results than the previous results. In this project, a
combination of the deep belief network and AdaBoost method was used to boost learning and the network
potential was enhanced by making the entire network recursive. This method was tested on the MINIST
dataset and the results were indicative of a decrease in the error rate with the proposed method as compared
to the AdaBoost and deep belief network methods.
Keywords: boosting, deep belief network, deep learning, hybrid methods, image classification
Copyright © 2019 Universitas Ahmad Dahlan. All rights reserved.
1. Introduction
In order to identify the content of an image, it is necessary to extract and process
information from image. Various methods have been presented for processing this information
that each of them has its special features. Different algorithms have been presented for image
classification up to now. Most of these algorithms are based on artificial intelligence and machine
learning. The available methods have different potentials based on the datasets and learning
methods. Each classification problems has error based on the network type and structure. This
error can have different reasons. This study has acted to reduce the image classification error.
Deep learning based mixed methods are used to reduce error.
Artificial neural networks have been employed for classification purposes given
thepotentialof the layers to learn the new hybrid-based features. The deep belief models are
the extended versions of the artificial neural network models. These models have numerous
applications in classifying texts and images and processing satellite and medical images and they
have been widely used recently [1]. Deep learning has been based on the artificial neural networks
and researchers aim to model the high-level abstraction of the data. These models extract multiple
features from the data and analyze them. A data can be a word, pixel, frequency, etc. Although
this data can convey an insignificant meaning, a combination of this data can lead to better
results [2].
Deep learning is useful for certain scenarios and it involves the use of the machine
learning models and other techniques for the creation of meaningful results [3]. Deep models
have several latent layers and numerous parameters that need to be taught. This computational
complexity and the larger parameter space have reduced the use of a large number of layers in
the common neural network methods [4]. The large number of the layers in these networks not
only reduces the speed but also results in the local minima and unsatisfactory results [5]. Deep
belief networks have provided the solution to this problem and the opportunity to use multiple
networks. In addition, Deep belief networks have applications to feature learning and
classification [6]. A deep belief network is a generative probabilistic model composed of multiple
TELKOMNIKA ISSN: 1693-6930 ◼
Proposing a new method of image classification... (Jamshid Bagherzadeh)
2651
layers of random hidden units, which are on top of a layer of visible variables or a data vector.
Figure 1 shows an example of these networks.
Various algorithms have been proposed for training a deep belief network on
the relevant weights [7]. One of the distinctive characteristics of a deep belief network is that all
of the states of the hidden units of the network are identified on a forward path and regression is
not allowed. Although this deduction is not completely accurate, it is relatively accurate. After
training the deep belief network, all of the probabilistic models are ruled out and the resulting
weights are used as a new starting set for the neural network weights. This process is called
“pre-training”. Following the pre-training phase, one layer is added as the output of the network
as aSoftmax function and the entire network is trained discriminatively. This network has been
used in solving various problems [8]. The ensemble classifications belong to the family of
the multi-component classification approaches, which were proposed to produce better results
than a single-component classification approach [9]. In this classification, different ensemble
classification approaches are used to obtain better results, and the hybrid approaches differ in
their classification mechanisms and how they combine the base classifier in relation to
the weights [10].
In fact, there are two possible frameworks for the ensembles: dependent (sequential) and
independent (parallel) [11]. In a dependent framework, the output of one classifier is used to
create the subsequent classifier. Hence, it is possible to use the knowledge generated through
the previous cycles to direct the learning process in the subsequent cycles [12]. Boosting is an
example of the application of this approach. In the second framework, i.e. the independent
framework, each classifier is built individually and the outputs of the classifiers are combined with
the polling methods [13]. The present research goal was to use the deep belief network hybrid
methods to optimize the results of image classification.
Naturally, the main goal of this problem and the other learning problems is to provide
better results. The hybrid methods were used in this research to improve the results. As humans
use the previous results and research findings to make decisions and obtain better results, this
method has been also employed in various studies on learning. One of the related techniques is
the memory revival technique. Various studies have been conducted on this topic. The present
research goal was to combine the AdaBoost, deep belief network, and neural networks methods.
In fact, the goal was to combine AdaBoost with deep belief networks to create a memory-based
network, use the previous learning results in the subsequent iterations, and produce better results.
With the proposed hybrid method, the results from the large-scale studies are expected to be
classified more specifically and the computational dimension is expected to decrease.
2. Literature Review
Recently the deep belief networks have been used to solve various types of problems
such as image classification, object recognition, and feature extraction [14]. These networks
employ different techniques to optimize these methods. The notion of the deep belief networks
was proposed by Hinton. These networks offer plenty of advantages and have been used to solve
different types of problems [15]. One of these problems was the classification of the social
networks using a neural DBN network and the genetic algorithm (GA) [16]. In another study,
a new method of neural network pre-training was introduced based on Boltzmann machines to
accelerate the training process and enhance the phoneme recognition. Other researchers also
used the deep belief networks to recognize the Farsi numbers [17]. In another study on deep
learning, the context-based word recognition ability was analyzed [18]. Fritz et al. proposed a
deep-learning model for image classification. Their model combines a deep network with
the PixelRNN and DCGAN models and it is used for image recognition. These models were
developed with regard to PixelRNN and DCGAN for handwritten data [19]. Other researchers
conducted research on the ADGM project classification [20]. The Artificial Deep Generative
Neural Networks Model (ADGM) was developed using a diverse set of encoders and decoders.
This project was tested on the MINIST dataset [21]. The GAN project was also another project on
image classification. The results from this project can be used for K-class classification. Moreover,
one of the major deep-network approaches is based on the creation of different layers for feature
learning [22].
◼ ISSN: 1693-6930
TELKOMNIKA Vol. 17, No. 5, October 2019: 2650-2658
2652
3. The Proposed Method
The deep belief networks are RBM-based networks [23, 24]. There are also two other
network types, namely the Deep Boltzman Machines (DBMs) and Deep Energy Models (DEMs),
which are developed based on these networks [25]. Figure 2 presents the interconnections within
these networks. As seen in Figure 2, the DBNs have undirected connections in the upper two
layers, which form an RBM. In addition, the directed connections are in the lower layers [26].
The main characteristic of this network is that the training is unsupervised, which eliminates
the need for the labeled data for training. A deep belief network is a generative probabilistic model,
in which the joint probability distribution of the data is visible and provides the labels. A DBN first
uses an optimum layered greedy strategy for the initialization (of the deep network parameters),
and then sets all of the weights jointly in relation to the expected outputs. The greedy learning
procedure has two advantages [27]: firstly, it provides for proper network initialization and
therefore it reduces the difficulty of selecting the parameters (which may lead to the selection of
local optima); secondly, the learning process is unsupervised, without a need for a class label.
Hence, the training need for the labeled data is avoided [28]. However, the development of a DBN
model icurs heavy computational costs because it is not known how to approximate the maximum
training likelihood for the model optimization [29].
As stated in section 1, the ensemble classifications were proposed to improve the results.
These multi-component classification approaches result in better results. The proposed algorithm
was also designed to use the hybrid methods and the deep belief method to improve the image
classification results. In this research, a boosting hybrid algorithm was used to combine the data,
and the proposed design is illustrated in Figure 3.
Figure 1. A deep belief network Figure 2. A comparison between the Deep Boltzman networks
Figure 3. The proposed algorithm structure
TELKOMNIKA ISSN: 1693-6930 ◼
Proposing a new method of image classification... (Jamshid Bagherzadeh)
2653
4. Assessment of the Proposed Algorithm
In order to assess the proposed algorithm, it was implemented in MATLAB on
the MINIST dataset. This dataset consists of approximately 60000 records of handwritten English
numbers for learning and 10000 data records for testing. In order to compare
the results, the deep belief network, AdaBoost, and the proposed DBN-based AdaBoosting
methods were tested. On the other hand, for a more precise analysis, the results from each test
were compared cycle-wiseas presented in the following.
4.1. AdaBoost
Figure 4 depicts the learning process in the AdaBoosting algorithm through different
cycles. As seen, with an increase in the cycles the error rate decreases. To solve this problem,
the problem space was divided into 10 segments and the learning process was completed for
these classes. The AdaBoosting process also took place. Naturally, with an increase in
the number of the cycles, the learning time escalated. For instance, 100, 500, and 2000 learning
processes were completed for 10, 50, and 200 cycles, respectively.
(a) (b)
(c) (d)
Figure 4. The process of learning based on the number of cycles using
the AdaBoosting learning method: (a) 10 cycles, (b) 50 cycles, (c) 200 cycles, (d) 500 cycles
◼ ISSN: 1693-6930
TELKOMNIKA Vol. 17, No. 5, October 2019: 2650-2658
2654
4.2. Convolution
In the subsequent experiments, the convolutional network error rates at different iterations
are examined and compared to the proposed algorithm. The convolutional algorithm is composed
of three layers, namely the fully-connected, pooling, and convolutional layers. This method was
tested on the MINIST dataset and the results are presented in Figure 5. This figure illustrates
the completion of the convolutional learning algorithm process for 10, 50, and 200 cycles. As
seen, the AdaBoosting method outpaced this method.
(a) (b)
(c) (d)
Figure 5. The process of learning based on the number of cycles using
the convolutional learning method: (a) 10 cycles, (b) 50 cycles, (c) 200 cycles, (d) 500 cycles
4.3. Deep Belief Network
In order to compare the proposed method with the deep belief network, the MINIST
dataset was converted and implemented using a typical neural network. The results are presented
in the Figure 6.
TELKOMNIKA ISSN: 1693-6930 ◼
Proposing a new method of image classification... (Jamshid Bagherzadeh)
2655
(a) (b)
(c) (d)
Figure 6. The process of learning based on the number of cycles using
the deep belief network method: (a) 10 cycles, (b) 50 cycles, (c) 200 cycles, (d) 500 cycles
4.4. DBN-Based AdaBoosting
The proposed method is a combination of the AdaBoosting and deep belief network
methods. In order to simulate this method, the sample space was combined in the space
with the deep belief method. Figure 7 also presents the results of the learning process in different
cycles.
5. Comparison of the Assessment Results
This project aimed to optimize image classification and as a result, reducing error rate in
image classification. Four algorithms were evaluated in this research. According to
the evaluation, learning time in the proposed method was higher than other methods. This is while
the precision of system increased and as a result, error rate decreased.
According to the results of the comparison between this method and the proposed
methods, the proposed method was slower than the aforesaid methods, but with an increase in
the number of cycles, the convergence increased. On the other hand, the results of
the cycle-wise assessment of all three methods are listed in Table 1. As seen, with an increase
in the number of cycles the error rate declines and this method outperforms the mentioned
methods in terms of the error rate.
◼ ISSN: 1693-6930
TELKOMNIKA Vol. 17, No. 5, October 2019: 2650-2658
2656
The results for three error rates are presented in Table 1. Table 1 indicates error for three
rates. The error rate in AdaBoosting for 500 iterations was 0.008, 0.197 for convolution, 0.0024
for deep belief, and 0.0008 for AdaBoostbased on deep belief that error rate has significant error
rate. The diagram of the comparison of the proposed algorithm with the previous methods is
depicted in Figure 8.
(a) (b)
(c) (d)
Figure 7. A cycle-wise comparison between the error rates using
the deep-belief AdaBoosting method: (a) 10 cycles, (b) 50 cycles, (c) 200 cycles, (d) 500 cycles
Table 1. The Comparison of the Error Rates Based on Algorithm and the Number of Cycles
No. Cycles AdaBoosting Convolution Deep Belief Deep-Belief AdaBoosting
1 10 0.0135 .04680 0.0198 0.0061
2 50 0.0094 0.5000 0.0048 0.0057
3 200 0.009 0.0197 0.0024 0.0028
4 500 0.008 0.0087 0.0015 0.0008
TELKOMNIKA ISSN: 1693-6930 ◼
Proposing a new method of image classification... (Jamshid Bagherzadeh)
2657
Figure 8. A cycle-wise analysis of the algorithm error rate
6. Discussion
The present research goal was to combine the AdaBoost, deep belief network,
and neural network methods to obtain better results from image classification. One goal of
machine learning is to develop patterns based on the previous data to implement the methods.
Studies have also been conducted on memories and their effects on learning. Given
the potentials of the AdaBoost method for the classification of the learning data and reinforcement
of learning and given the capacity of the deep learning method for large-scale operations, a
combination of these methods yields better results. Based on the investigation results, the error
rate decreased approximately by 0.0007% and 0.008% as compared to
the deep belief network and convolutional approach, respectively. The main advantage of this
method is the reinforcement of learning through several iterations, which is inherited from
AdaBoost, and its capacity for large-scale operations. The implementation of this method with
many iterations yielded better results. However, the learning time was increased because of
the classification and repeated learning processes. Evidently, the achievement of better results
has a higher priority than learning.
7. Conclusion
Deep belief networks are techniques with applications to feature learning and classification.
A deep belief network is a generative probabilistic model consisting of multiple layers of random
hidden units that are placed on top of a layer of visible data or a data vector. These networks are
used to increase the number of layers and conduct more precise investigations. The present
research was also conducted using the hybrid methods and the deep belief networks to propose a
new method for the classification of handwritten data. The hybrid methods classify learning and turn
poor learning into strong learning. The deep belief networks are unlabeled, but they intend to select
the proper learning parameters using the greedy approaches. The overarching goal of this paper
was to combine the two methods to improve the results and reduce errors. This combination is
based on regression and each class uses the previous class parameters for assessment. Hence, it
can perform better with the semi-supervised methods. In fact, this method creates a memory-based
hybrid network. The results also reflected the improved classifications and the decreased level of
error rate. In this network, error rate has significant reduction relative to AdaBoost deep learning
and convolution. It is, however, possible to use other hybrid algorithms or the memory-based
methods to improve the results.
Reference
[1] Schmidhuber J. Deep learning in neural networks: An overview. Neural Networks. 2015; 61: 85-117.
[2] Bagherzadeh J, Asil H. A review of various semi-supervised learning models with a deep learning and
memory approach. Iran Journal of Computer Science. 2018: 1-6.
[3] Sudiatmika IBK, Rahman F, Trisno T, Suyoto S. Image forgery detection using error level analysis and
deep learning.TELKOMNIKA Telecommunication Computing Electronics and Control. 2019; 17(2):
653-659.
◼ ISSN: 1693-6930
TELKOMNIKA Vol. 17, No. 5, October 2019: 2650-2658
2658
[4] Bengio Y, Courville A, Vincent P. Representation Learning: A Review and New Perspectives. IEEE
Transactions on Pattern Analysis and Machine Intelligence. 2013; 35 (8): 1798–1828.
arXiv:1206.5538 Freely accessible. doi:10.1109/tpami.2013.50.
[5] Suma T,Kumara Swamy YS. Planning and Coordination in Hierarchies of Intelligent Dynamic Systems.
TELKOMNIKA Telecommunication Computing Electronics and Control. 2016; 14(4): 1408-1416.
[6] Liu Y, Zhou S, Chen Q. Discriminative deep belief networks for visual data classification. Pattern
Recognition. 2011; 44(10-11): 2287–2296.
[7] Dahl GE, Yu D, Deng L, Acero A. Context-dependent pre-trained deep neural networks for
large-vocabulary speech recognition. IEEE Transactions on audio, speech, and language processing.
2011; 20(1): 30–42.
[8] Hsu CW, Lin CJ. A comparison of methods for multiclass support vector machines. IEEE transactions
on Neural Networks. 2002; 13(2): 415–425.
[9] Tanha J. Ensemble approaches to semi-supervised learning.Doctoral Thesis. University of Amsterdam.
2013
[10] Rasmus A, Valpola H, Honkala M, Berglund M, Raiko T. Semi-Supervised Learning with Ladder
Networks.Neural and Evolutionary Computing. 2015
[11] JafarTanha, Maarten van Someren, Hamideh Afsarmanesh. An AdaBoost Algorithm for Multiclass
Semi-supervised Learning. IEEE 12th
International Conference on Data Mining (ICDM). 2012.
[12] Yin S, Liu J, Teng L. A New Semi-supervised Clustering Algorithm Based on Variational Bayesian and
Its Application. TELKOMNIKA Telecommunication Computing Electronics and Control. 2016; 14(3):
1150-1156.
[13] Bengio Y. Learning deep architectures for AI. Foundations and trends R in Machine Learning. 2009;
2(1): 1–127.
[14] Wibowo H, Firdausi F, Suharso W, Kusuma WA, Harmanto D. Facial expression recognition of 3D
image using facial action coding system (FACS). TELKOMNIKA Telecommunication Computing
Electronics and Control. 2019; 17(2): 628-636.
[15] Odena A. Semi-Supervised Learning with Generative Adversarial Networks. Data Efficient Machine
Learning workshop ICML 2016. 2016. arXiv:1606.01583v2.
[16] Zabihi F. Use the Belief network To recognize Farsi numbers. Eighth conferenceIran Mining. 2015.
[17] Valpola H. From neural PCA to deep unsupervised learning. Adv. in Independent Component Analysis
and Learning Machines. 2015: 143–171. arXiv:1411.7783.
[18] Oord AV, Kalchbrenner N, Kavukcuoglu K. Pixel Recurrent Neural Networks. International Conference
on Machine Learning. New York. 2016. arXiv:1601.06759v3.
[19] Odena A. Semi-Supervised Learning with Generative Adversarial Networks. Data Efficient Machine
Learning workshop ICML 2016. 2016. arXiv:1606.01583v2.
[20] Simonyan K, Zisserman A.Very deep convolutional networks for large scale image recognition. ArXiv
preprint arXiv: 1409.1556. 2014.
[21] Szegedy C, Liu W, Jia Y, Sermanet P, Reed S, Anguelov D, Erhan D, Vanhoucke V, Rabinovich
A. Going deeper with convolutions.ArXiv preprint arXiv: 1409.4842. 2014.
[22] Ngiam J, Chen Z, Koh PW, Ng AY. Learning deep energy models. Proceedings of the 28th
International
Conference on Machine Learning (ICML-11). 2011: 1105-1112.
[23] Arel I, Rose DC, Karnowski TP. Deep machine learning-a new frontier in artificial intelligence research
[research frontier]. Computational Intelligence Magazine. 2010; 5(4): 13-18
[24] Bengio Y, Courville A, Vincent P. Representation learning: A review and new perspectives. IEEE
transactions on pattern analysis and machine intelligence. 2013; 35(8): 1798-828.
[25] Bagheri A, Saraee M, de Jong F. Sentiment Classification in Persian: Introducing a Mutual
Information-based Method for Feature Selection. 21st
Iranian Conference on Electrical Engineering
(ICEE). 2013: 1-6.
[26] Alexander Yakovlevich Fridman. Planning and Coordination in Hierarchies of Intelligent Dynamic
Systems. TELKOMNIKA Telecommunication Computing Electronics and Control. 2016; 14(4):
1408-1416.
[27] Moghimi M, Belongie SJ, Saberian MJ, Yang J, Vasconcelos N, Li LJ. Boosted Convolutional Neural
Networks. 27th British Machine Vision Conference. 2016:24-1. ISBN 1-901725-59-6.
[28] Asil H. Innovation Strategies: Challenges or Opportunities in Software Development Teams. Journal of
Software Engineering. 2013; 7(4): 151-155.
[29] Ramadan ZM. Optimum Image Filters for Various Types of Noise. TELKOMNIKA Telecommunication
Computing Electronics and Control.2018; 16(5): 2458-2464.

More Related Content

What's hot

Comparison of relational and attribute-IEEE-1999-published ...
Comparison of relational and attribute-IEEE-1999-published ...Comparison of relational and attribute-IEEE-1999-published ...
Comparison of relational and attribute-IEEE-1999-published ...butest
 
chalenges and apportunity of deep learning for big data analysis f
 chalenges and apportunity of deep learning for big data analysis f chalenges and apportunity of deep learning for big data analysis f
chalenges and apportunity of deep learning for big data analysis fmaru kindeneh
 
5.local community detection algorithm based on minimal cluster
5.local community detection algorithm based on minimal cluster5.local community detection algorithm based on minimal cluster
5.local community detection algorithm based on minimal clusterVenkat Projects
 
NETWORK LEARNING AND TRAINING OF A CASCADED LINK-BASED FEED FORWARD NEURAL NE...
NETWORK LEARNING AND TRAINING OF A CASCADED LINK-BASED FEED FORWARD NEURAL NE...NETWORK LEARNING AND TRAINING OF A CASCADED LINK-BASED FEED FORWARD NEURAL NE...
NETWORK LEARNING AND TRAINING OF A CASCADED LINK-BASED FEED FORWARD NEURAL NE...ijaia
 
Symbolic-Connectionist Representational Model for Optimizing Decision Making ...
Symbolic-Connectionist Representational Model for Optimizing Decision Making ...Symbolic-Connectionist Representational Model for Optimizing Decision Making ...
Symbolic-Connectionist Representational Model for Optimizing Decision Making ...IJECEIAES
 
Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...
Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...
Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...Sarvesh Kumar
 
IRJET- Deep Learning Techniques for Object Detection
IRJET-  	  Deep Learning Techniques for Object DetectionIRJET-  	  Deep Learning Techniques for Object Detection
IRJET- Deep Learning Techniques for Object DetectionIRJET Journal
 
IRJET - Visual Question Answering – Implementation using Keras
IRJET -  	  Visual Question Answering – Implementation using KerasIRJET -  	  Visual Question Answering – Implementation using Keras
IRJET - Visual Question Answering – Implementation using KerasIRJET Journal
 
A Study of Social Media Data and Data Mining Techniques
A Study of Social Media Data and Data Mining TechniquesA Study of Social Media Data and Data Mining Techniques
A Study of Social Media Data and Data Mining TechniquesIJERA Editor
 
ARTIFICIAL INTELLIGENCE TECHNIQUES FOR THE MODELING OF A 3G MOBILE PHONE BASE...
ARTIFICIAL INTELLIGENCE TECHNIQUES FOR THE MODELING OF A 3G MOBILE PHONE BASE...ARTIFICIAL INTELLIGENCE TECHNIQUES FOR THE MODELING OF A 3G MOBILE PHONE BASE...
ARTIFICIAL INTELLIGENCE TECHNIQUES FOR THE MODELING OF A 3G MOBILE PHONE BASE...ijaia
 
An Extensive Review on Generative Adversarial Networks GAN’s
An Extensive Review on Generative Adversarial Networks GAN’sAn Extensive Review on Generative Adversarial Networks GAN’s
An Extensive Review on Generative Adversarial Networks GAN’sijtsrd
 
Ijarcet vol-2-issue-7-2292-2296
Ijarcet vol-2-issue-7-2292-2296Ijarcet vol-2-issue-7-2292-2296
Ijarcet vol-2-issue-7-2292-2296Editor IJARCET
 
Text classification based on gated recurrent unit combines with support vecto...
Text classification based on gated recurrent unit combines with support vecto...Text classification based on gated recurrent unit combines with support vecto...
Text classification based on gated recurrent unit combines with support vecto...IJECEIAES
 
Improved wolf algorithm on document images detection using optimum mean techn...
Improved wolf algorithm on document images detection using optimum mean techn...Improved wolf algorithm on document images detection using optimum mean techn...
Improved wolf algorithm on document images detection using optimum mean techn...journalBEEI
 
Channel encoding system for transmitting image over wireless network
Channel encoding system for transmitting image over wireless network Channel encoding system for transmitting image over wireless network
Channel encoding system for transmitting image over wireless network IJECEIAES
 
X trepan an extended trepan for
X trepan an extended trepan forX trepan an extended trepan for
X trepan an extended trepan forijaia
 
3ways to improve semantic segmentation
3ways to improve semantic segmentation3ways to improve semantic segmentation
3ways to improve semantic segmentationFrozen Paradise
 

What's hot (19)

Comparison of relational and attribute-IEEE-1999-published ...
Comparison of relational and attribute-IEEE-1999-published ...Comparison of relational and attribute-IEEE-1999-published ...
Comparison of relational and attribute-IEEE-1999-published ...
 
chalenges and apportunity of deep learning for big data analysis f
 chalenges and apportunity of deep learning for big data analysis f chalenges and apportunity of deep learning for big data analysis f
chalenges and apportunity of deep learning for big data analysis f
 
5.local community detection algorithm based on minimal cluster
5.local community detection algorithm based on minimal cluster5.local community detection algorithm based on minimal cluster
5.local community detection algorithm based on minimal cluster
 
NETWORK LEARNING AND TRAINING OF A CASCADED LINK-BASED FEED FORWARD NEURAL NE...
NETWORK LEARNING AND TRAINING OF A CASCADED LINK-BASED FEED FORWARD NEURAL NE...NETWORK LEARNING AND TRAINING OF A CASCADED LINK-BASED FEED FORWARD NEURAL NE...
NETWORK LEARNING AND TRAINING OF A CASCADED LINK-BASED FEED FORWARD NEURAL NE...
 
Symbolic-Connectionist Representational Model for Optimizing Decision Making ...
Symbolic-Connectionist Representational Model for Optimizing Decision Making ...Symbolic-Connectionist Representational Model for Optimizing Decision Making ...
Symbolic-Connectionist Representational Model for Optimizing Decision Making ...
 
Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...
Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...
Model of Differential Equation for Genetic Algorithm with Neural Network (GAN...
 
IRJET- Deep Learning Techniques for Object Detection
IRJET-  	  Deep Learning Techniques for Object DetectionIRJET-  	  Deep Learning Techniques for Object Detection
IRJET- Deep Learning Techniques for Object Detection
 
IRJET - Visual Question Answering – Implementation using Keras
IRJET -  	  Visual Question Answering – Implementation using KerasIRJET -  	  Visual Question Answering – Implementation using Keras
IRJET - Visual Question Answering – Implementation using Keras
 
A Study of Social Media Data and Data Mining Techniques
A Study of Social Media Data and Data Mining TechniquesA Study of Social Media Data and Data Mining Techniques
A Study of Social Media Data and Data Mining Techniques
 
ARTIFICIAL INTELLIGENCE TECHNIQUES FOR THE MODELING OF A 3G MOBILE PHONE BASE...
ARTIFICIAL INTELLIGENCE TECHNIQUES FOR THE MODELING OF A 3G MOBILE PHONE BASE...ARTIFICIAL INTELLIGENCE TECHNIQUES FOR THE MODELING OF A 3G MOBILE PHONE BASE...
ARTIFICIAL INTELLIGENCE TECHNIQUES FOR THE MODELING OF A 3G MOBILE PHONE BASE...
 
Cw36587594
Cw36587594Cw36587594
Cw36587594
 
An Extensive Review on Generative Adversarial Networks GAN’s
An Extensive Review on Generative Adversarial Networks GAN’sAn Extensive Review on Generative Adversarial Networks GAN’s
An Extensive Review on Generative Adversarial Networks GAN’s
 
Ijarcet vol-2-issue-7-2292-2296
Ijarcet vol-2-issue-7-2292-2296Ijarcet vol-2-issue-7-2292-2296
Ijarcet vol-2-issue-7-2292-2296
 
Text classification based on gated recurrent unit combines with support vecto...
Text classification based on gated recurrent unit combines with support vecto...Text classification based on gated recurrent unit combines with support vecto...
Text classification based on gated recurrent unit combines with support vecto...
 
Improved wolf algorithm on document images detection using optimum mean techn...
Improved wolf algorithm on document images detection using optimum mean techn...Improved wolf algorithm on document images detection using optimum mean techn...
Improved wolf algorithm on document images detection using optimum mean techn...
 
Channel encoding system for transmitting image over wireless network
Channel encoding system for transmitting image over wireless network Channel encoding system for transmitting image over wireless network
Channel encoding system for transmitting image over wireless network
 
X trepan an extended trepan for
X trepan an extended trepan forX trepan an extended trepan for
X trepan an extended trepan for
 
Ch35473477
Ch35473477Ch35473477
Ch35473477
 
3ways to improve semantic segmentation
3ways to improve semantic segmentation3ways to improve semantic segmentation
3ways to improve semantic segmentation
 

Similar to Proposing a new method of image classification based on the AdaBoost deep belief network hybrid method

Noise-robust classification with hypergraph neural network
Noise-robust classification with hypergraph neural networkNoise-robust classification with hypergraph neural network
Noise-robust classification with hypergraph neural networknooriasukmaningtyas
 
Paper_3.pdf
Paper_3.pdfPaper_3.pdf
Paper_3.pdfChauVVan
 
End-to-end deep auto-encoder for segmenting a moving object with limited tra...
End-to-end deep auto-encoder for segmenting a moving object  with limited tra...End-to-end deep auto-encoder for segmenting a moving object  with limited tra...
End-to-end deep auto-encoder for segmenting a moving object with limited tra...IJECEIAES
 
Classifier Model using Artificial Neural Network
Classifier Model using Artificial Neural NetworkClassifier Model using Artificial Neural Network
Classifier Model using Artificial Neural NetworkAI Publications
 
Big data cloud-based recommendation system using NLP techniques with machine ...
Big data cloud-based recommendation system using NLP techniques with machine ...Big data cloud-based recommendation system using NLP techniques with machine ...
Big data cloud-based recommendation system using NLP techniques with machine ...TELKOMNIKA JOURNAL
 
TEST-COST-SENSITIVE CONVOLUTIONAL NEURAL NETWORKS WITH EXPERT BRANCHES
TEST-COST-SENSITIVE CONVOLUTIONAL NEURAL NETWORKS WITH EXPERT BRANCHESTEST-COST-SENSITIVE CONVOLUTIONAL NEURAL NETWORKS WITH EXPERT BRANCHES
TEST-COST-SENSITIVE CONVOLUTIONAL NEURAL NETWORKS WITH EXPERT BRANCHESsipij
 
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology ImagesDilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology ImagesIRJET Journal
 
A Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition SystemA Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition Systemgerogepatton
 
A Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition SystemA Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition Systemgerogepatton
 
A Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition SystemA Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition Systemgerogepatton
 
84cc04ff77007e457df6aa2b814d2346bf1b
84cc04ff77007e457df6aa2b814d2346bf1b84cc04ff77007e457df6aa2b814d2346bf1b
84cc04ff77007e457df6aa2b814d2346bf1bPRAWEEN KUMAR
 
Image compression and reconstruction using a new approach by artificial neura...
Image compression and reconstruction using a new approach by artificial neura...Image compression and reconstruction using a new approach by artificial neura...
Image compression and reconstruction using a new approach by artificial neura...Hưng Đặng
 
Image compression and reconstruction using a new approach by artificial neura...
Image compression and reconstruction using a new approach by artificial neura...Image compression and reconstruction using a new approach by artificial neura...
Image compression and reconstruction using a new approach by artificial neura...Hưng Đặng
 
Image Segmentation and Classification using Neural Network
Image Segmentation and Classification using Neural NetworkImage Segmentation and Classification using Neural Network
Image Segmentation and Classification using Neural NetworkAIRCC Publishing Corporation
 
Image Segmentation and Classification using Neural Network
Image Segmentation and Classification using Neural NetworkImage Segmentation and Classification using Neural Network
Image Segmentation and Classification using Neural NetworkAIRCC Publishing Corporation
 
SENTIMENT ANALYSIS FOR MOVIES REVIEWS DATASET USING DEEP LEARNING MODELS
SENTIMENT ANALYSIS FOR MOVIES REVIEWS DATASET USING DEEP LEARNING MODELSSENTIMENT ANALYSIS FOR MOVIES REVIEWS DATASET USING DEEP LEARNING MODELS
SENTIMENT ANALYSIS FOR MOVIES REVIEWS DATASET USING DEEP LEARNING MODELSIJDKP
 
IRJET- Prediction of Autism Spectrum Disorder using Deep Learning: A Survey
IRJET- Prediction of Autism Spectrum Disorder using Deep Learning: A SurveyIRJET- Prediction of Autism Spectrum Disorder using Deep Learning: A Survey
IRJET- Prediction of Autism Spectrum Disorder using Deep Learning: A SurveyIRJET Journal
 
SWARM OPTIMIZED MODULAR NEURAL NETWORK BASED DIAGNOSTIC SYSTEM FOR BREAST CAN...
SWARM OPTIMIZED MODULAR NEURAL NETWORK BASED DIAGNOSTIC SYSTEM FOR BREAST CAN...SWARM OPTIMIZED MODULAR NEURAL NETWORK BASED DIAGNOSTIC SYSTEM FOR BREAST CAN...
SWARM OPTIMIZED MODULAR NEURAL NETWORK BASED DIAGNOSTIC SYSTEM FOR BREAST CAN...ijscai
 
Multi-Level Feature Fusion Based Transfer Learning for Person Re-Identification
Multi-Level Feature Fusion Based Transfer Learning for Person Re-IdentificationMulti-Level Feature Fusion Based Transfer Learning for Person Re-Identification
Multi-Level Feature Fusion Based Transfer Learning for Person Re-Identificationgerogepatton
 
Comparison of convolutional neural network models for user’s facial recognition
Comparison of convolutional neural network models for user’s facial recognitionComparison of convolutional neural network models for user’s facial recognition
Comparison of convolutional neural network models for user’s facial recognitionIJECEIAES
 

Similar to Proposing a new method of image classification based on the AdaBoost deep belief network hybrid method (20)

Noise-robust classification with hypergraph neural network
Noise-robust classification with hypergraph neural networkNoise-robust classification with hypergraph neural network
Noise-robust classification with hypergraph neural network
 
Paper_3.pdf
Paper_3.pdfPaper_3.pdf
Paper_3.pdf
 
End-to-end deep auto-encoder for segmenting a moving object with limited tra...
End-to-end deep auto-encoder for segmenting a moving object  with limited tra...End-to-end deep auto-encoder for segmenting a moving object  with limited tra...
End-to-end deep auto-encoder for segmenting a moving object with limited tra...
 
Classifier Model using Artificial Neural Network
Classifier Model using Artificial Neural NetworkClassifier Model using Artificial Neural Network
Classifier Model using Artificial Neural Network
 
Big data cloud-based recommendation system using NLP techniques with machine ...
Big data cloud-based recommendation system using NLP techniques with machine ...Big data cloud-based recommendation system using NLP techniques with machine ...
Big data cloud-based recommendation system using NLP techniques with machine ...
 
TEST-COST-SENSITIVE CONVOLUTIONAL NEURAL NETWORKS WITH EXPERT BRANCHES
TEST-COST-SENSITIVE CONVOLUTIONAL NEURAL NETWORKS WITH EXPERT BRANCHESTEST-COST-SENSITIVE CONVOLUTIONAL NEURAL NETWORKS WITH EXPERT BRANCHES
TEST-COST-SENSITIVE CONVOLUTIONAL NEURAL NETWORKS WITH EXPERT BRANCHES
 
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology ImagesDilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
 
A Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition SystemA Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition System
 
A Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition SystemA Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition System
 
A Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition SystemA Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition System
 
84cc04ff77007e457df6aa2b814d2346bf1b
84cc04ff77007e457df6aa2b814d2346bf1b84cc04ff77007e457df6aa2b814d2346bf1b
84cc04ff77007e457df6aa2b814d2346bf1b
 
Image compression and reconstruction using a new approach by artificial neura...
Image compression and reconstruction using a new approach by artificial neura...Image compression and reconstruction using a new approach by artificial neura...
Image compression and reconstruction using a new approach by artificial neura...
 
Image compression and reconstruction using a new approach by artificial neura...
Image compression and reconstruction using a new approach by artificial neura...Image compression and reconstruction using a new approach by artificial neura...
Image compression and reconstruction using a new approach by artificial neura...
 
Image Segmentation and Classification using Neural Network
Image Segmentation and Classification using Neural NetworkImage Segmentation and Classification using Neural Network
Image Segmentation and Classification using Neural Network
 
Image Segmentation and Classification using Neural Network
Image Segmentation and Classification using Neural NetworkImage Segmentation and Classification using Neural Network
Image Segmentation and Classification using Neural Network
 
SENTIMENT ANALYSIS FOR MOVIES REVIEWS DATASET USING DEEP LEARNING MODELS
SENTIMENT ANALYSIS FOR MOVIES REVIEWS DATASET USING DEEP LEARNING MODELSSENTIMENT ANALYSIS FOR MOVIES REVIEWS DATASET USING DEEP LEARNING MODELS
SENTIMENT ANALYSIS FOR MOVIES REVIEWS DATASET USING DEEP LEARNING MODELS
 
IRJET- Prediction of Autism Spectrum Disorder using Deep Learning: A Survey
IRJET- Prediction of Autism Spectrum Disorder using Deep Learning: A SurveyIRJET- Prediction of Autism Spectrum Disorder using Deep Learning: A Survey
IRJET- Prediction of Autism Spectrum Disorder using Deep Learning: A Survey
 
SWARM OPTIMIZED MODULAR NEURAL NETWORK BASED DIAGNOSTIC SYSTEM FOR BREAST CAN...
SWARM OPTIMIZED MODULAR NEURAL NETWORK BASED DIAGNOSTIC SYSTEM FOR BREAST CAN...SWARM OPTIMIZED MODULAR NEURAL NETWORK BASED DIAGNOSTIC SYSTEM FOR BREAST CAN...
SWARM OPTIMIZED MODULAR NEURAL NETWORK BASED DIAGNOSTIC SYSTEM FOR BREAST CAN...
 
Multi-Level Feature Fusion Based Transfer Learning for Person Re-Identification
Multi-Level Feature Fusion Based Transfer Learning for Person Re-IdentificationMulti-Level Feature Fusion Based Transfer Learning for Person Re-Identification
Multi-Level Feature Fusion Based Transfer Learning for Person Re-Identification
 
Comparison of convolutional neural network models for user’s facial recognition
Comparison of convolutional neural network models for user’s facial recognitionComparison of convolutional neural network models for user’s facial recognition
Comparison of convolutional neural network models for user’s facial recognition
 

More from TELKOMNIKA JOURNAL

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...TELKOMNIKA JOURNAL
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...TELKOMNIKA JOURNAL
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...TELKOMNIKA JOURNAL
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...TELKOMNIKA JOURNAL
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...TELKOMNIKA JOURNAL
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaTELKOMNIKA JOURNAL
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireTELKOMNIKA JOURNAL
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkTELKOMNIKA JOURNAL
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsTELKOMNIKA JOURNAL
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...TELKOMNIKA JOURNAL
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesTELKOMNIKA JOURNAL
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...TELKOMNIKA JOURNAL
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemTELKOMNIKA JOURNAL
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...TELKOMNIKA JOURNAL
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorTELKOMNIKA JOURNAL
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...TELKOMNIKA JOURNAL
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...TELKOMNIKA JOURNAL
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksTELKOMNIKA JOURNAL
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingTELKOMNIKA JOURNAL
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...TELKOMNIKA JOURNAL
 

More from TELKOMNIKA JOURNAL (20)

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antenna
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fire
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio network
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bands
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertainties
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensor
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networks
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imaging
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
 

Recently uploaded

Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257subhasishdas79
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptAfnanAhmad53
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdfKamal Acharya
 
Query optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsQuery optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsmeharikiros2
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information SystemsAnge Felix NSANZIYERA
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...josephjonse
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...Amil baba
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxNANDHAKUMARA10
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwaitjaanualu31
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxkalpana413121
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxhublikarsn
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesChandrakantDivate1
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)ChandrakantDivate1
 

Recently uploaded (20)

Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .ppt
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdf
 
Query optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsQuery optimization and processing for advanced database systems
Query optimization and processing for advanced database systems
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information Systems
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptx
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptx
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Signal Processing and Linear System Analysis
Signal Processing and Linear System AnalysisSignal Processing and Linear System Analysis
Signal Processing and Linear System Analysis
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)
 

Proposing a new method of image classification based on the AdaBoost deep belief network hybrid method

  • 1. TELKOMNIKA, Vol.17, No.5, October 2019, pp.2650~2658 ISSN: 1693-6930, accredited First Grade by Kemenristekdikti, Decree No: 21/E/KPT/2018 DOI:10.12928/TELKOMNIKA.v17i5.11797 ◼ 2650 Received November 12, 2017; Revised January 28, 2019; Accepted February 12, 2019 Proposing a new method of image classification based on the AdaBoost deep belief network hybrid method Hasan Asil*1 , Jamshid Bagherzadeh2 Department of Computer Engineering, Faculty of Electrical and Computer Engineering, Urmia University, Urmia, Iran *Corresponding author, e-mail: h.asil@iauazar.ac.ir1 , j.bagherzadeh@urmia.ac.ir2 Abstract Image classification has different applications. Up to now, various algorithms have been presented for image classification. Each of these methods has its own weaknesses and strengths. Reducing error rate is an issue which many researches have been carried out about it. This research intends to optimize the problem with hybrid methods and deep learning. The hybrid methods were developed to improve the results of the single-component methods. On the other hand, a deep belief network (DBN) is a generative probabilistic modelwith multiple layers of latent variables and is used to solve the unlabeled problems. In fact, this method is anunsupervised method, in which all layers are one-way directed layers except for the last layer. So far, various methods have been proposed for image classification, and the goal of this research project was to use a combination of the AdaBoost method and the deep belief network method to classify images. The other objective was to obtain better results than the previous results. In this project, a combination of the deep belief network and AdaBoost method was used to boost learning and the network potential was enhanced by making the entire network recursive. This method was tested on the MINIST dataset and the results were indicative of a decrease in the error rate with the proposed method as compared to the AdaBoost and deep belief network methods. Keywords: boosting, deep belief network, deep learning, hybrid methods, image classification Copyright © 2019 Universitas Ahmad Dahlan. All rights reserved. 1. Introduction In order to identify the content of an image, it is necessary to extract and process information from image. Various methods have been presented for processing this information that each of them has its special features. Different algorithms have been presented for image classification up to now. Most of these algorithms are based on artificial intelligence and machine learning. The available methods have different potentials based on the datasets and learning methods. Each classification problems has error based on the network type and structure. This error can have different reasons. This study has acted to reduce the image classification error. Deep learning based mixed methods are used to reduce error. Artificial neural networks have been employed for classification purposes given thepotentialof the layers to learn the new hybrid-based features. The deep belief models are the extended versions of the artificial neural network models. These models have numerous applications in classifying texts and images and processing satellite and medical images and they have been widely used recently [1]. Deep learning has been based on the artificial neural networks and researchers aim to model the high-level abstraction of the data. These models extract multiple features from the data and analyze them. A data can be a word, pixel, frequency, etc. Although this data can convey an insignificant meaning, a combination of this data can lead to better results [2]. Deep learning is useful for certain scenarios and it involves the use of the machine learning models and other techniques for the creation of meaningful results [3]. Deep models have several latent layers and numerous parameters that need to be taught. This computational complexity and the larger parameter space have reduced the use of a large number of layers in the common neural network methods [4]. The large number of the layers in these networks not only reduces the speed but also results in the local minima and unsatisfactory results [5]. Deep belief networks have provided the solution to this problem and the opportunity to use multiple networks. In addition, Deep belief networks have applications to feature learning and classification [6]. A deep belief network is a generative probabilistic model composed of multiple
  • 2. TELKOMNIKA ISSN: 1693-6930 ◼ Proposing a new method of image classification... (Jamshid Bagherzadeh) 2651 layers of random hidden units, which are on top of a layer of visible variables or a data vector. Figure 1 shows an example of these networks. Various algorithms have been proposed for training a deep belief network on the relevant weights [7]. One of the distinctive characteristics of a deep belief network is that all of the states of the hidden units of the network are identified on a forward path and regression is not allowed. Although this deduction is not completely accurate, it is relatively accurate. After training the deep belief network, all of the probabilistic models are ruled out and the resulting weights are used as a new starting set for the neural network weights. This process is called “pre-training”. Following the pre-training phase, one layer is added as the output of the network as aSoftmax function and the entire network is trained discriminatively. This network has been used in solving various problems [8]. The ensemble classifications belong to the family of the multi-component classification approaches, which were proposed to produce better results than a single-component classification approach [9]. In this classification, different ensemble classification approaches are used to obtain better results, and the hybrid approaches differ in their classification mechanisms and how they combine the base classifier in relation to the weights [10]. In fact, there are two possible frameworks for the ensembles: dependent (sequential) and independent (parallel) [11]. In a dependent framework, the output of one classifier is used to create the subsequent classifier. Hence, it is possible to use the knowledge generated through the previous cycles to direct the learning process in the subsequent cycles [12]. Boosting is an example of the application of this approach. In the second framework, i.e. the independent framework, each classifier is built individually and the outputs of the classifiers are combined with the polling methods [13]. The present research goal was to use the deep belief network hybrid methods to optimize the results of image classification. Naturally, the main goal of this problem and the other learning problems is to provide better results. The hybrid methods were used in this research to improve the results. As humans use the previous results and research findings to make decisions and obtain better results, this method has been also employed in various studies on learning. One of the related techniques is the memory revival technique. Various studies have been conducted on this topic. The present research goal was to combine the AdaBoost, deep belief network, and neural networks methods. In fact, the goal was to combine AdaBoost with deep belief networks to create a memory-based network, use the previous learning results in the subsequent iterations, and produce better results. With the proposed hybrid method, the results from the large-scale studies are expected to be classified more specifically and the computational dimension is expected to decrease. 2. Literature Review Recently the deep belief networks have been used to solve various types of problems such as image classification, object recognition, and feature extraction [14]. These networks employ different techniques to optimize these methods. The notion of the deep belief networks was proposed by Hinton. These networks offer plenty of advantages and have been used to solve different types of problems [15]. One of these problems was the classification of the social networks using a neural DBN network and the genetic algorithm (GA) [16]. In another study, a new method of neural network pre-training was introduced based on Boltzmann machines to accelerate the training process and enhance the phoneme recognition. Other researchers also used the deep belief networks to recognize the Farsi numbers [17]. In another study on deep learning, the context-based word recognition ability was analyzed [18]. Fritz et al. proposed a deep-learning model for image classification. Their model combines a deep network with the PixelRNN and DCGAN models and it is used for image recognition. These models were developed with regard to PixelRNN and DCGAN for handwritten data [19]. Other researchers conducted research on the ADGM project classification [20]. The Artificial Deep Generative Neural Networks Model (ADGM) was developed using a diverse set of encoders and decoders. This project was tested on the MINIST dataset [21]. The GAN project was also another project on image classification. The results from this project can be used for K-class classification. Moreover, one of the major deep-network approaches is based on the creation of different layers for feature learning [22].
  • 3. ◼ ISSN: 1693-6930 TELKOMNIKA Vol. 17, No. 5, October 2019: 2650-2658 2652 3. The Proposed Method The deep belief networks are RBM-based networks [23, 24]. There are also two other network types, namely the Deep Boltzman Machines (DBMs) and Deep Energy Models (DEMs), which are developed based on these networks [25]. Figure 2 presents the interconnections within these networks. As seen in Figure 2, the DBNs have undirected connections in the upper two layers, which form an RBM. In addition, the directed connections are in the lower layers [26]. The main characteristic of this network is that the training is unsupervised, which eliminates the need for the labeled data for training. A deep belief network is a generative probabilistic model, in which the joint probability distribution of the data is visible and provides the labels. A DBN first uses an optimum layered greedy strategy for the initialization (of the deep network parameters), and then sets all of the weights jointly in relation to the expected outputs. The greedy learning procedure has two advantages [27]: firstly, it provides for proper network initialization and therefore it reduces the difficulty of selecting the parameters (which may lead to the selection of local optima); secondly, the learning process is unsupervised, without a need for a class label. Hence, the training need for the labeled data is avoided [28]. However, the development of a DBN model icurs heavy computational costs because it is not known how to approximate the maximum training likelihood for the model optimization [29]. As stated in section 1, the ensemble classifications were proposed to improve the results. These multi-component classification approaches result in better results. The proposed algorithm was also designed to use the hybrid methods and the deep belief method to improve the image classification results. In this research, a boosting hybrid algorithm was used to combine the data, and the proposed design is illustrated in Figure 3. Figure 1. A deep belief network Figure 2. A comparison between the Deep Boltzman networks Figure 3. The proposed algorithm structure
  • 4. TELKOMNIKA ISSN: 1693-6930 ◼ Proposing a new method of image classification... (Jamshid Bagherzadeh) 2653 4. Assessment of the Proposed Algorithm In order to assess the proposed algorithm, it was implemented in MATLAB on the MINIST dataset. This dataset consists of approximately 60000 records of handwritten English numbers for learning and 10000 data records for testing. In order to compare the results, the deep belief network, AdaBoost, and the proposed DBN-based AdaBoosting methods were tested. On the other hand, for a more precise analysis, the results from each test were compared cycle-wiseas presented in the following. 4.1. AdaBoost Figure 4 depicts the learning process in the AdaBoosting algorithm through different cycles. As seen, with an increase in the cycles the error rate decreases. To solve this problem, the problem space was divided into 10 segments and the learning process was completed for these classes. The AdaBoosting process also took place. Naturally, with an increase in the number of the cycles, the learning time escalated. For instance, 100, 500, and 2000 learning processes were completed for 10, 50, and 200 cycles, respectively. (a) (b) (c) (d) Figure 4. The process of learning based on the number of cycles using the AdaBoosting learning method: (a) 10 cycles, (b) 50 cycles, (c) 200 cycles, (d) 500 cycles
  • 5. ◼ ISSN: 1693-6930 TELKOMNIKA Vol. 17, No. 5, October 2019: 2650-2658 2654 4.2. Convolution In the subsequent experiments, the convolutional network error rates at different iterations are examined and compared to the proposed algorithm. The convolutional algorithm is composed of three layers, namely the fully-connected, pooling, and convolutional layers. This method was tested on the MINIST dataset and the results are presented in Figure 5. This figure illustrates the completion of the convolutional learning algorithm process for 10, 50, and 200 cycles. As seen, the AdaBoosting method outpaced this method. (a) (b) (c) (d) Figure 5. The process of learning based on the number of cycles using the convolutional learning method: (a) 10 cycles, (b) 50 cycles, (c) 200 cycles, (d) 500 cycles 4.3. Deep Belief Network In order to compare the proposed method with the deep belief network, the MINIST dataset was converted and implemented using a typical neural network. The results are presented in the Figure 6.
  • 6. TELKOMNIKA ISSN: 1693-6930 ◼ Proposing a new method of image classification... (Jamshid Bagherzadeh) 2655 (a) (b) (c) (d) Figure 6. The process of learning based on the number of cycles using the deep belief network method: (a) 10 cycles, (b) 50 cycles, (c) 200 cycles, (d) 500 cycles 4.4. DBN-Based AdaBoosting The proposed method is a combination of the AdaBoosting and deep belief network methods. In order to simulate this method, the sample space was combined in the space with the deep belief method. Figure 7 also presents the results of the learning process in different cycles. 5. Comparison of the Assessment Results This project aimed to optimize image classification and as a result, reducing error rate in image classification. Four algorithms were evaluated in this research. According to the evaluation, learning time in the proposed method was higher than other methods. This is while the precision of system increased and as a result, error rate decreased. According to the results of the comparison between this method and the proposed methods, the proposed method was slower than the aforesaid methods, but with an increase in the number of cycles, the convergence increased. On the other hand, the results of the cycle-wise assessment of all three methods are listed in Table 1. As seen, with an increase in the number of cycles the error rate declines and this method outperforms the mentioned methods in terms of the error rate.
  • 7. ◼ ISSN: 1693-6930 TELKOMNIKA Vol. 17, No. 5, October 2019: 2650-2658 2656 The results for three error rates are presented in Table 1. Table 1 indicates error for three rates. The error rate in AdaBoosting for 500 iterations was 0.008, 0.197 for convolution, 0.0024 for deep belief, and 0.0008 for AdaBoostbased on deep belief that error rate has significant error rate. The diagram of the comparison of the proposed algorithm with the previous methods is depicted in Figure 8. (a) (b) (c) (d) Figure 7. A cycle-wise comparison between the error rates using the deep-belief AdaBoosting method: (a) 10 cycles, (b) 50 cycles, (c) 200 cycles, (d) 500 cycles Table 1. The Comparison of the Error Rates Based on Algorithm and the Number of Cycles No. Cycles AdaBoosting Convolution Deep Belief Deep-Belief AdaBoosting 1 10 0.0135 .04680 0.0198 0.0061 2 50 0.0094 0.5000 0.0048 0.0057 3 200 0.009 0.0197 0.0024 0.0028 4 500 0.008 0.0087 0.0015 0.0008
  • 8. TELKOMNIKA ISSN: 1693-6930 ◼ Proposing a new method of image classification... (Jamshid Bagherzadeh) 2657 Figure 8. A cycle-wise analysis of the algorithm error rate 6. Discussion The present research goal was to combine the AdaBoost, deep belief network, and neural network methods to obtain better results from image classification. One goal of machine learning is to develop patterns based on the previous data to implement the methods. Studies have also been conducted on memories and their effects on learning. Given the potentials of the AdaBoost method for the classification of the learning data and reinforcement of learning and given the capacity of the deep learning method for large-scale operations, a combination of these methods yields better results. Based on the investigation results, the error rate decreased approximately by 0.0007% and 0.008% as compared to the deep belief network and convolutional approach, respectively. The main advantage of this method is the reinforcement of learning through several iterations, which is inherited from AdaBoost, and its capacity for large-scale operations. The implementation of this method with many iterations yielded better results. However, the learning time was increased because of the classification and repeated learning processes. Evidently, the achievement of better results has a higher priority than learning. 7. Conclusion Deep belief networks are techniques with applications to feature learning and classification. A deep belief network is a generative probabilistic model consisting of multiple layers of random hidden units that are placed on top of a layer of visible data or a data vector. These networks are used to increase the number of layers and conduct more precise investigations. The present research was also conducted using the hybrid methods and the deep belief networks to propose a new method for the classification of handwritten data. The hybrid methods classify learning and turn poor learning into strong learning. The deep belief networks are unlabeled, but they intend to select the proper learning parameters using the greedy approaches. The overarching goal of this paper was to combine the two methods to improve the results and reduce errors. This combination is based on regression and each class uses the previous class parameters for assessment. Hence, it can perform better with the semi-supervised methods. In fact, this method creates a memory-based hybrid network. The results also reflected the improved classifications and the decreased level of error rate. In this network, error rate has significant reduction relative to AdaBoost deep learning and convolution. It is, however, possible to use other hybrid algorithms or the memory-based methods to improve the results. Reference [1] Schmidhuber J. Deep learning in neural networks: An overview. Neural Networks. 2015; 61: 85-117. [2] Bagherzadeh J, Asil H. A review of various semi-supervised learning models with a deep learning and memory approach. Iran Journal of Computer Science. 2018: 1-6. [3] Sudiatmika IBK, Rahman F, Trisno T, Suyoto S. Image forgery detection using error level analysis and deep learning.TELKOMNIKA Telecommunication Computing Electronics and Control. 2019; 17(2): 653-659.
  • 9. ◼ ISSN: 1693-6930 TELKOMNIKA Vol. 17, No. 5, October 2019: 2650-2658 2658 [4] Bengio Y, Courville A, Vincent P. Representation Learning: A Review and New Perspectives. IEEE Transactions on Pattern Analysis and Machine Intelligence. 2013; 35 (8): 1798–1828. arXiv:1206.5538 Freely accessible. doi:10.1109/tpami.2013.50. [5] Suma T,Kumara Swamy YS. Planning and Coordination in Hierarchies of Intelligent Dynamic Systems. TELKOMNIKA Telecommunication Computing Electronics and Control. 2016; 14(4): 1408-1416. [6] Liu Y, Zhou S, Chen Q. Discriminative deep belief networks for visual data classification. Pattern Recognition. 2011; 44(10-11): 2287–2296. [7] Dahl GE, Yu D, Deng L, Acero A. Context-dependent pre-trained deep neural networks for large-vocabulary speech recognition. IEEE Transactions on audio, speech, and language processing. 2011; 20(1): 30–42. [8] Hsu CW, Lin CJ. A comparison of methods for multiclass support vector machines. IEEE transactions on Neural Networks. 2002; 13(2): 415–425. [9] Tanha J. Ensemble approaches to semi-supervised learning.Doctoral Thesis. University of Amsterdam. 2013 [10] Rasmus A, Valpola H, Honkala M, Berglund M, Raiko T. Semi-Supervised Learning with Ladder Networks.Neural and Evolutionary Computing. 2015 [11] JafarTanha, Maarten van Someren, Hamideh Afsarmanesh. An AdaBoost Algorithm for Multiclass Semi-supervised Learning. IEEE 12th International Conference on Data Mining (ICDM). 2012. [12] Yin S, Liu J, Teng L. A New Semi-supervised Clustering Algorithm Based on Variational Bayesian and Its Application. TELKOMNIKA Telecommunication Computing Electronics and Control. 2016; 14(3): 1150-1156. [13] Bengio Y. Learning deep architectures for AI. Foundations and trends R in Machine Learning. 2009; 2(1): 1–127. [14] Wibowo H, Firdausi F, Suharso W, Kusuma WA, Harmanto D. Facial expression recognition of 3D image using facial action coding system (FACS). TELKOMNIKA Telecommunication Computing Electronics and Control. 2019; 17(2): 628-636. [15] Odena A. Semi-Supervised Learning with Generative Adversarial Networks. Data Efficient Machine Learning workshop ICML 2016. 2016. arXiv:1606.01583v2. [16] Zabihi F. Use the Belief network To recognize Farsi numbers. Eighth conferenceIran Mining. 2015. [17] Valpola H. From neural PCA to deep unsupervised learning. Adv. in Independent Component Analysis and Learning Machines. 2015: 143–171. arXiv:1411.7783. [18] Oord AV, Kalchbrenner N, Kavukcuoglu K. Pixel Recurrent Neural Networks. International Conference on Machine Learning. New York. 2016. arXiv:1601.06759v3. [19] Odena A. Semi-Supervised Learning with Generative Adversarial Networks. Data Efficient Machine Learning workshop ICML 2016. 2016. arXiv:1606.01583v2. [20] Simonyan K, Zisserman A.Very deep convolutional networks for large scale image recognition. ArXiv preprint arXiv: 1409.1556. 2014. [21] Szegedy C, Liu W, Jia Y, Sermanet P, Reed S, Anguelov D, Erhan D, Vanhoucke V, Rabinovich A. Going deeper with convolutions.ArXiv preprint arXiv: 1409.4842. 2014. [22] Ngiam J, Chen Z, Koh PW, Ng AY. Learning deep energy models. Proceedings of the 28th International Conference on Machine Learning (ICML-11). 2011: 1105-1112. [23] Arel I, Rose DC, Karnowski TP. Deep machine learning-a new frontier in artificial intelligence research [research frontier]. Computational Intelligence Magazine. 2010; 5(4): 13-18 [24] Bengio Y, Courville A, Vincent P. Representation learning: A review and new perspectives. IEEE transactions on pattern analysis and machine intelligence. 2013; 35(8): 1798-828. [25] Bagheri A, Saraee M, de Jong F. Sentiment Classification in Persian: Introducing a Mutual Information-based Method for Feature Selection. 21st Iranian Conference on Electrical Engineering (ICEE). 2013: 1-6. [26] Alexander Yakovlevich Fridman. Planning and Coordination in Hierarchies of Intelligent Dynamic Systems. TELKOMNIKA Telecommunication Computing Electronics and Control. 2016; 14(4): 1408-1416. [27] Moghimi M, Belongie SJ, Saberian MJ, Yang J, Vasconcelos N, Li LJ. Boosted Convolutional Neural Networks. 27th British Machine Vision Conference. 2016:24-1. ISBN 1-901725-59-6. [28] Asil H. Innovation Strategies: Challenges or Opportunities in Software Development Teams. Journal of Software Engineering. 2013; 7(4): 151-155. [29] Ramadan ZM. Optimum Image Filters for Various Types of Noise. TELKOMNIKA Telecommunication Computing Electronics and Control.2018; 16(5): 2458-2464.