SlideShare a Scribd company logo
International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017
DOI:10.5121/ijcsit.2017.9507 87
USING CUCKOO ALGORITHM FOR ESTIMATING
TWO GLSD PARAMETERS AND COMPARING IT
WITH OTHER ALGORITHMS
Jane Jaleel Stephan, Haitham Sabah Hasan and Alaa Hamza Omran
University of Information Technology & Communications, Iraq
ABSTRACT
This study introduces and compares different methods for estimating the two parameters of generalized
logarithmic series distribution. These methods are the cuckoo search optimization, maximum likelihood
estimation, and method of moments algorithms. All the required derivations and basic steps of each
algorithm are explained. The applications for these algorithms are implemented through simulations using
different sample sizes (n = 15, 25, 50, 100). Results are compared using the statistical measure mean
square error.
KEYWORDS
Cuckoo search optimization (CSO) algorithm, maximum likelihood estimation (MLE) algorithm, method of
moments (MOM) algorithm, mean square error (MSE).
1. INTRODUCTION
The process of modifying a system to present several new features that corporate in enhancing
the system and work more efficiently is known as optimization process. Also the Optimization
process can be defined as the process of finding alternative solution to increase the performance
of the system under specific constraints such as increasing the desired parameters and decrease
the undesired parameters in the system which has a problem to solve it [1]. The increasing means
trying to get additional good results without additional cost such as the optimization which
occurs on computer or any android phone will results in increasing the speed of processing which
makes them run faster with less memory requirements. There are many algorithms in solving
optimization problems such as cukoo search algorithm which introduced for the first time by
Yang and Deb [2]. Many researchers work on testing this algorithm on some benchmark
functions and compare the results with other algorithms like PSO, GA; the obtained results show
that the cukoo algorithm is better than the others. One of the popular met heuristic,
combinatorial search optimization techniques is ACO (Ant Colony Optimization) which is
developed from natural ant behavior ACO was used along with Rough Sets and Fuzzy Rough
Sets in feature selection in [3], [4], [5] also it is used for optimizing of firewall rules in [6].
Today the Cuckoo search algorithm became as the one of the most optimization algorithm which
used in every domain like scheduling planning, forecasting, image processing, feature selection
and engineering optimization [7]. This paper presents a Comparing of the Cuckoo Algorithm
with Other Algorithms for Estimating Two GLSD Parameters. Some important functions are
defined as follows:
The discrete random variable (x) exhibits the generalized logarithmic series distribution (GLSD)
with two parameters (α and β), where (α) is a scale parameter and (β) is a shape parameter. Let
International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017
88
,
Where Ө is a function from α. The positive matrix factorization (p.m.f.) of GLSD is defined by
Eq. (1) as follows:
, (1)
Where , , , .
The distribution in Eq. (1) depends on the zero-truncated generalized negative binomial defined
by Eq. (2):
, (2)
Where .
When limit (k→0) is considered for Eq. (2), we obtain the studied distribution in Eq. (1).
The mean of GLSD is defined in Eq. (1), and the variance obtained from the general formula of
the (kth
) moments about the mean is as follows:
, ,
, (3)
. (4)
2. ESTIMATING PARAMETERS
We apply different methods for the p.m.f. parameters in Eq. (1).
2.1 Maximum Likelihood Estimation (MLE)
The Maximum Likelihood Estimation (MLE) [8], [9] that corresponds to Eq. (1) is given by:
,
,
And .
This equation derives:
. (6)
From , we obtain .
(5)
International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017
89
2.2 Method of Moments (MOM) Estimator for GLSD Parameters
Method of Moments (MOM) Estimator for GLSD Parameters [10], these estimators
( ) are obtained by solving the following:
,
.
When r = 1,
, (7)
.
When r = 2,
, (8)
.
Given that:
and
;
then,
.
We have
, (9)
, (10)
and
,
which is simplified as follows:
.
We also obtain the following:
. (11)
Then,
. (12)
International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017
90
We derive the first three non-central moments obtained from [ .
Then,
,
,
. (13)
Given that:
,
We obtain the following based on the preceding relation:
,
. (14)
Eq. (14) can be simplified into
. (15)
Given that
,
Eq. (15) can be written as follows:
, (16)
which is an implicit function that can be solved numerically to determine ( ) based on
observation. We then obtain ( ) by using ( ) and solving Eq. (11).
2.3 Cuckoo Search Optimization (CSO) Algorithm
This algorithm is based on the breeding behaviour of the cuckoo bird. It has three basic
optimization rules [11], [12].
1. Each bird lays one egg at a time, and each egg is placed randomly in a selected nest.
2. The best nest with the highest fitness value will be carried over to the next generation.
3. The number of available host nests is fixed. ( ) represents the probability of the host
bird discovering egg/s in its nest. The host bird can either throw away the egg/s or abandon the
nest to build a new one [13][14].
The latter scenario can be regarded as the new best solution.
Let:
International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017
91
Be the nest where the cuckoo bird initially lives, and
Be the new nest with the highest fitness value.
When random walk is used, the performance of the cuckoo (i) that applies levy flight is
expressed as [5, 7]:
.
Levy flight was first introduced by the French mathematician Paul Pierre.
The probability ( ) indicates that the egg/s in the nest may be from another bird, and
thus, the cuckoo bird may leave this host nest and build another one. The n hosts may be changed
to new hosts with random positions (probability of change). Thus, the objective function
belongs to the maximization type and the objective must be fitted into this type. The most
important algorithm that can be applied is one used to solve nonlinear equation problems or one
used in neural networks because these objects allow the algorithm to be transformed from state to
state to reach the optimal solution. Given that GLSD has two parameters (θ and β), then the
algorithm implements the following steps.
Each bird lays one egg at a time in a randomly selected nest. The number of selected nests is
equal to the number of parameters to be estimated. The number of nests is determined from the
following equation:
Number of nests = LB + (UB − LB) × random number (0, 1).
Let be the nest where the cuckoo bird initially lives.
is the new nest with the highest fitness value.
+
Each nest contains the parameters to be estimated, and the number of nests is also determined
based on these parameters.
Step (1):
Number of nests = LB + (UB − LB) × random number (0, 1)
Step (2):
The objective function for each nest is calculated as follows:
.
International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017
92
Step (3):
The best values of the parameters determine the best nest with respect to the eggs.
Step (4):
The repetition begins. Let
be the nest in which the cuckoo bird initially lives, and
+ be the new nest with the highest fitness value.
Step (5):
A new nest is generated for the cuckoo from k, as follows:
,
,
,
,
,
.
Step (6):
The objective function for each new nest is computed.
Step (7):
The solution is continued until the stopping rule ends with the total frequency. The best solution
determined is then printed.
The CSO algorithm, which represents a meta-heuristic algorithm, is adopted to estimate (θ ̂, β ̂).
Then, (θ ̂ ) provides the estimate of (α). More details on this algorithm are explained in detail in
[15].
3. SIMULATION
The three estimators of (α and β), i.e., the CSO, MLE, and MOM algorithms, are compared
through MATLAB: A11 program. Different sample sizes (n = 15, 25, 50, 100) are considered,
and the results are compared using the statistical measure mean square error (MSE) and run of
each experiment (R = 1000).
International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017
93
TABLE 1: Comparison of the Different Estimators When β = 1.5 and α = 0.3
TABLE 2: Comparison of the Different Estimators When β = 2 and α = 0.2
International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017
94
TABLE 3: Comparison of the Different Estimators When β = 2.2 and α = 0.4
TABLE 4: Comparison of the Different Estimators When β = 3 and α = 0.33
International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017
95
TABLE 5: Comparison of the Different Estimators When β = 1.8 and α = 0.5
3. CONCLUSION
After estimating (α and β) using the three different methods (i.e., MOM, CSO, and MLE) with
different sample sizes (n = 15, 25, 50, 100), we determined that the best estimator for small
sample sizes (n = 15, 25) based on MSE was the CSO estimator, as shown in Tables 1 to 5. By
contrast, MLE was the best estimator for large sample sizes (n = 50, 100). However, we
conclude that the CSO estimator is the best type for small sample sizes (n = 15, 25) because the
CSO algorithm depends on the number of eggs in the host nest, which is limited.
REFERENCES
[1] Azizah Binti Mohamad, Azlan Mohd Zain & Nor Erne Nazira Bazin, (2014), “Cuckoo Search Algorithm for
Optimization Problems—A Literature Review and its Applications”, Applied Artificial Intelligence An
International Journal Volume 28, Issue 5.
[2] Xin She Yang and Sush Deb, "Nature & Biologically Inspired Computing," in IEEE, University of Cambridge,
Trumpinton Street, CB2 1PZ, UK, 2010.
[3] Ravi Kiran Varma P, Valli Kumari V, and Srinivas Kumar S, "A novel intelligent attribute reduction technique
based on Ant Colony Optimization," International Journal of Intelligent Systems Technologies and Applicaitons,
vol. 1, no. 1, pp. 23-45, 2015.
[4] Ravi Kiran Varma P, Valli Kumari V, and Srinivas Kumar S, "Feature selection using relative fuzzy entropy and
ant colony optimization applied to real-time intrusion detection system," Procedia Computer Science, vol. 85, no.
2016, pp. 503-510, 2016.
International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017
96
[5] Ravi Kiran Varma P, Valli Kumari V, and Srinivas Kumar S, "Application of Rough Sets and Ant Colony
Optimization in feature selection for Network Intrusion Detection," International Journal of Applied Engineering
Research, vol. 10, no. 22, pp. 43156-43163, 2015.
[6] Ravi Kiran Varma P, Valli Kumari V, and Srinivas Kumar S, "Ant Colony Optimization Based Anomaly
Mitigation Engine," Springerplus, vol. 5, no. 1, pp. 1-32, 2016.
[7] Xin-She Yang and Suash, ""Engineering optimisation by cuckoo search"," International Journal of Mathematical
Modelling and Numerical Optimisation, vol. 1, no. 4, pp. 330-343, 2010.
[8] D. S. Bunch, “Maximum Likelihood Estimation (MLE) of probabilistic choice models”, SIAM Journal on
Scientific and Statistical Computing, 8(1):56-70.
[9] M.S.Prasad Babu et al, (2012), "Development of Maize Expert System using Ada-Boost Algorithm and Navie
Bayesian Classifier", International journal of computer Applications technology and research, volume 1-issue 3,
89-93.
[10] Persi D., “Application of the Method of Moments in Probability and Statistics”, Auspices national science
foundation grant DMS86-00235, Nov. 1986.
[11] Xin She Yang and Suash, "A brief literature review: Cuckoo Search and Firefly Algorithm," Studies in
Computational Intelligence, vol. 516, pp. 49-62, 2014.
[12] Hongqing Zheng and Yongquan Zhou,(2013), A Cooperative Coevolutionary Cuckoo Search Algorithm for
Optimization Problem”, Journal of Applied Mathematics, J. Appl. Math. Volume 2013, Special Issue (2013).
[13] Najla Akram AL-Saati, Marwa Abd-AlKareem, (2013), “The Use of Cuckoo Search in Estimating the
Parameters of Software Reliability Growth Models”, International Journal of Computer Science and Information
Security,Vol. 11, No. 6.
[14] Manjeet Kumar, Tarun Kumar Rawat,(2015), “Optimal design of FIR fractional order differentiator using cuckoo
search algorithm”, Expert Systems with Applications, volume 42, Issue 7, Pages 3433–3449.
[15] Prasad Babu, B.Jyothsna, (2015), “Implementation of Cuckoo Search Optimization Algorithm using Semantic
Web – Based Coconut Expert System”, International Journal of Advanced research in Computer Science and
Software Engineering, Vol.5, Issue 9.

More Related Content

PDF
COMPARING THE CUCKOO ALGORITHM WITH OTHER ALGORITHMS FOR ESTIMATING TWO GLSD ...
PDF
Accelerated Particle Swarm Optimization and Support Vector Machine for Busine...
PDF
Ijarcet vol-2-issue-3-904-915
PDF
The International Journal of Engineering and Science (The IJES)
PDF
Proposing a New Job Scheduling Algorithm in Grid Environment Using a Combinat...
PDF
ADAPTIVE CONTROL AND SYNCHRONIZATION OF SPROTT-I SYSTEM WITH UNKNOWN PARAMETERS
PDF
MULTIPROCESSOR SCHEDULING AND PERFORMANCE EVALUATION USING ELITIST NON DOMINA...
PDF
THE ACTIVE CONTROLLER DESIGN FOR ACHIEVING GENERALIZED PROJECTIVE SYNCHRONIZA...
COMPARING THE CUCKOO ALGORITHM WITH OTHER ALGORITHMS FOR ESTIMATING TWO GLSD ...
Accelerated Particle Swarm Optimization and Support Vector Machine for Busine...
Ijarcet vol-2-issue-3-904-915
The International Journal of Engineering and Science (The IJES)
Proposing a New Job Scheduling Algorithm in Grid Environment Using a Combinat...
ADAPTIVE CONTROL AND SYNCHRONIZATION OF SPROTT-I SYSTEM WITH UNKNOWN PARAMETERS
MULTIPROCESSOR SCHEDULING AND PERFORMANCE EVALUATION USING ELITIST NON DOMINA...
THE ACTIVE CONTROLLER DESIGN FOR ACHIEVING GENERALIZED PROJECTIVE SYNCHRONIZA...

What's hot (16)

PDF
A HYBRID K-HARMONIC MEANS WITH ABCCLUSTERING ALGORITHM USING AN OPTIMAL K VAL...
PDF
LOGNORMAL ORDINARY KRIGING METAMODEL IN SIMULATION OPTIMIZATION
PDF
Parameter Estimation for the Weibul distribution model Using Least-Squares Me...
PDF
FAST ALGORITHMS FOR UNSUPERVISED LEARNING IN LARGE DATA SETS
PDF
An Automatic Clustering Technique for Optimal Clusters
PDF
AROPUB-IJPGE-14-30
PDF
Proposing a New Job Scheduling Algorithm in Grid Environment Using a Combinat...
PDF
Meta heuristic based clustering of two-dimensional data using-2
PDF
GENETIC ALGORITHM FOR FUNCTION APPROXIMATION: AN EXPERIMENTAL INVESTIGATION
PDF
IRJET - Movie Genre Prediction from Plot Summaries by Comparing Various C...
PDF
Function projective synchronization
PDF
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
PDF
Presenting a new Ant Colony Optimization Algorithm (ACO) for Efficient Job Sc...
PDF
PDF
Ijsea04031014
PPTX
Sorting algorithms
A HYBRID K-HARMONIC MEANS WITH ABCCLUSTERING ALGORITHM USING AN OPTIMAL K VAL...
LOGNORMAL ORDINARY KRIGING METAMODEL IN SIMULATION OPTIMIZATION
Parameter Estimation for the Weibul distribution model Using Least-Squares Me...
FAST ALGORITHMS FOR UNSUPERVISED LEARNING IN LARGE DATA SETS
An Automatic Clustering Technique for Optimal Clusters
AROPUB-IJPGE-14-30
Proposing a New Job Scheduling Algorithm in Grid Environment Using a Combinat...
Meta heuristic based clustering of two-dimensional data using-2
GENETIC ALGORITHM FOR FUNCTION APPROXIMATION: AN EXPERIMENTAL INVESTIGATION
IRJET - Movie Genre Prediction from Plot Summaries by Comparing Various C...
Function projective synchronization
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
Presenting a new Ant Colony Optimization Algorithm (ACO) for Efficient Job Sc...
Ijsea04031014
Sorting algorithms
Ad

Similar to USING CUCKOO ALGORITHM FOR ESTIMATING TWO GLSD PARAMETERS AND COMPARING IT WITH OTHER ALGORITHMS (20)

PDF
Cuckoo algorithm with great deluge local-search for feature selection problems
PDF
Cukoo srch
PDF
Cukoo srch
PDF
Comparative analysis of abc and ics
PDF
Cuckoo Search Algorithm: An Introduction
PPTX
Cuckoo search algorithm
PDF
Evaluation the efficiency of cuckoo
PPT
Cuckoo search final
PPTX
Cuckoo Optimization ppt
PDF
The Cuckoo Search Algorithm: A review.
PDF
Cf34498502
PDF
Chicken Swarm as a Multi Step Algorithm for Global Optimization
PPTX
Cuckoo search
PDF
The Study Of Cuckoo Optimization Algorithm For Production Planning Problem
PDF
THE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEM
PDF
THE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEM
PDF
THE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEM
PDF
THE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEM
PDF
THE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEM
PDF
THE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEM
Cuckoo algorithm with great deluge local-search for feature selection problems
Cukoo srch
Cukoo srch
Comparative analysis of abc and ics
Cuckoo Search Algorithm: An Introduction
Cuckoo search algorithm
Evaluation the efficiency of cuckoo
Cuckoo search final
Cuckoo Optimization ppt
The Cuckoo Search Algorithm: A review.
Cf34498502
Chicken Swarm as a Multi Step Algorithm for Global Optimization
Cuckoo search
The Study Of Cuckoo Optimization Algorithm For Production Planning Problem
THE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEM
THE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEM
THE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEM
THE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEM
THE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEM
THE STUDY OF CUCKOO OPTIMIZATION ALGORITHM FOR PRODUCTION PLANNING PROBLEM
Ad

More from AIRCC Publishing Corporation (20)

PDF
Open Source Technology : An Emerging and Vital Paradigm in Institutions of Le...
PDF
Improved Computing Performance for Listing Combinatorial Algorithms Using Mul...
PDF
Simulation of Software Defined Networks with Open Network Operating System an...
PDF
CFP : 17th International Conference on Wireless & Mobile Network (WiMo 2025
PDF
Online Legal Service : The Present and Future
PDF
Applying Cfahp to Explore the Key Models of Semiconductor Pre-Sales
PDF
Hybrid Transformer-Based Classification for Web-Based Injection Attack Detect...
PDF
CFP : 6 th International Conference on Natural Language Processing and Applic...
PDF
Dual Edge-Triggered D-Type Flip-Flop with Low Power Consumption
PDF
Analytical Method for Modeling PBX Systems for Small Enterprise
PDF
CFP : 12th International Conference on Computer Science, Engineering and Info...
PDF
CFP: 14th International Conference on Advanced Computer Science and Informati...
PDF
Investigating the Determinants of College Students Information Security Behav...
PDF
CFP : 9 th International Conference on Computer Science and Information Techn...
PDF
CFP : 6 th International Conference on Artificial Intelligence and Machine Le...
PDF
Remotely View User Activities and Impose Rules and Penalties in a Local Area ...
PDF
April 2025-: Top Read Articles in Computer Science & Information Technology
PDF
March 2025-: Top Cited Articles in Computer Science & Information Technology
PDF
Efficient Adaptation of Fuzzy Controller for Smooth Sending Rate to Avoid Con...
PDF
CFP : 6th International Conference on Big Data, Machine Learning and IoT (BML...
Open Source Technology : An Emerging and Vital Paradigm in Institutions of Le...
Improved Computing Performance for Listing Combinatorial Algorithms Using Mul...
Simulation of Software Defined Networks with Open Network Operating System an...
CFP : 17th International Conference on Wireless & Mobile Network (WiMo 2025
Online Legal Service : The Present and Future
Applying Cfahp to Explore the Key Models of Semiconductor Pre-Sales
Hybrid Transformer-Based Classification for Web-Based Injection Attack Detect...
CFP : 6 th International Conference on Natural Language Processing and Applic...
Dual Edge-Triggered D-Type Flip-Flop with Low Power Consumption
Analytical Method for Modeling PBX Systems for Small Enterprise
CFP : 12th International Conference on Computer Science, Engineering and Info...
CFP: 14th International Conference on Advanced Computer Science and Informati...
Investigating the Determinants of College Students Information Security Behav...
CFP : 9 th International Conference on Computer Science and Information Techn...
CFP : 6 th International Conference on Artificial Intelligence and Machine Le...
Remotely View User Activities and Impose Rules and Penalties in a Local Area ...
April 2025-: Top Read Articles in Computer Science & Information Technology
March 2025-: Top Cited Articles in Computer Science & Information Technology
Efficient Adaptation of Fuzzy Controller for Smooth Sending Rate to Avoid Con...
CFP : 6th International Conference on Big Data, Machine Learning and IoT (BML...

Recently uploaded (20)

PPTX
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
PDF
Pre independence Education in Inndia.pdf
PDF
Business Ethics Teaching Materials for college
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
Open folder Downloads.pdf yes yes ges yes
PDF
Module 3: Health Systems Tutorial Slides S2 2025
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
Cardiovascular Pharmacology for pharmacy students.pptx
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
Introduction and Scope of Bichemistry.pptx
PPTX
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
Onica Farming 24rsclub profitable farm business
PDF
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
PPTX
Pharma ospi slides which help in ospi learning
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
Nursing Management of Patients with Disorders of Ear, Nose, and Throat (ENT) ...
DOCX
UPPER GASTRO INTESTINAL DISORDER.docx
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
Pre independence Education in Inndia.pdf
Business Ethics Teaching Materials for college
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Open folder Downloads.pdf yes yes ges yes
Module 3: Health Systems Tutorial Slides S2 2025
Abdominal Access Techniques with Prof. Dr. R K Mishra
Cardiovascular Pharmacology for pharmacy students.pptx
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Introduction and Scope of Bichemistry.pptx
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Onica Farming 24rsclub profitable farm business
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
Pharma ospi slides which help in ospi learning
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Nursing Management of Patients with Disorders of Ear, Nose, and Throat (ENT) ...
UPPER GASTRO INTESTINAL DISORDER.docx
102 student loan defaulters named and shamed – Is someone you know on the list?
STATICS OF THE RIGID BODIES Hibbelers.pdf

USING CUCKOO ALGORITHM FOR ESTIMATING TWO GLSD PARAMETERS AND COMPARING IT WITH OTHER ALGORITHMS

  • 1. International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017 DOI:10.5121/ijcsit.2017.9507 87 USING CUCKOO ALGORITHM FOR ESTIMATING TWO GLSD PARAMETERS AND COMPARING IT WITH OTHER ALGORITHMS Jane Jaleel Stephan, Haitham Sabah Hasan and Alaa Hamza Omran University of Information Technology & Communications, Iraq ABSTRACT This study introduces and compares different methods for estimating the two parameters of generalized logarithmic series distribution. These methods are the cuckoo search optimization, maximum likelihood estimation, and method of moments algorithms. All the required derivations and basic steps of each algorithm are explained. The applications for these algorithms are implemented through simulations using different sample sizes (n = 15, 25, 50, 100). Results are compared using the statistical measure mean square error. KEYWORDS Cuckoo search optimization (CSO) algorithm, maximum likelihood estimation (MLE) algorithm, method of moments (MOM) algorithm, mean square error (MSE). 1. INTRODUCTION The process of modifying a system to present several new features that corporate in enhancing the system and work more efficiently is known as optimization process. Also the Optimization process can be defined as the process of finding alternative solution to increase the performance of the system under specific constraints such as increasing the desired parameters and decrease the undesired parameters in the system which has a problem to solve it [1]. The increasing means trying to get additional good results without additional cost such as the optimization which occurs on computer or any android phone will results in increasing the speed of processing which makes them run faster with less memory requirements. There are many algorithms in solving optimization problems such as cukoo search algorithm which introduced for the first time by Yang and Deb [2]. Many researchers work on testing this algorithm on some benchmark functions and compare the results with other algorithms like PSO, GA; the obtained results show that the cukoo algorithm is better than the others. One of the popular met heuristic, combinatorial search optimization techniques is ACO (Ant Colony Optimization) which is developed from natural ant behavior ACO was used along with Rough Sets and Fuzzy Rough Sets in feature selection in [3], [4], [5] also it is used for optimizing of firewall rules in [6]. Today the Cuckoo search algorithm became as the one of the most optimization algorithm which used in every domain like scheduling planning, forecasting, image processing, feature selection and engineering optimization [7]. This paper presents a Comparing of the Cuckoo Algorithm with Other Algorithms for Estimating Two GLSD Parameters. Some important functions are defined as follows: The discrete random variable (x) exhibits the generalized logarithmic series distribution (GLSD) with two parameters (α and β), where (α) is a scale parameter and (β) is a shape parameter. Let
  • 2. International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017 88 , Where Ө is a function from α. The positive matrix factorization (p.m.f.) of GLSD is defined by Eq. (1) as follows: , (1) Where , , , . The distribution in Eq. (1) depends on the zero-truncated generalized negative binomial defined by Eq. (2): , (2) Where . When limit (k→0) is considered for Eq. (2), we obtain the studied distribution in Eq. (1). The mean of GLSD is defined in Eq. (1), and the variance obtained from the general formula of the (kth ) moments about the mean is as follows: , , , (3) . (4) 2. ESTIMATING PARAMETERS We apply different methods for the p.m.f. parameters in Eq. (1). 2.1 Maximum Likelihood Estimation (MLE) The Maximum Likelihood Estimation (MLE) [8], [9] that corresponds to Eq. (1) is given by: , , And . This equation derives: . (6) From , we obtain . (5)
  • 3. International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017 89 2.2 Method of Moments (MOM) Estimator for GLSD Parameters Method of Moments (MOM) Estimator for GLSD Parameters [10], these estimators ( ) are obtained by solving the following: , . When r = 1, , (7) . When r = 2, , (8) . Given that: and ; then, . We have , (9) , (10) and , which is simplified as follows: . We also obtain the following: . (11) Then, . (12)
  • 4. International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017 90 We derive the first three non-central moments obtained from [ . Then, , , . (13) Given that: , We obtain the following based on the preceding relation: , . (14) Eq. (14) can be simplified into . (15) Given that , Eq. (15) can be written as follows: , (16) which is an implicit function that can be solved numerically to determine ( ) based on observation. We then obtain ( ) by using ( ) and solving Eq. (11). 2.3 Cuckoo Search Optimization (CSO) Algorithm This algorithm is based on the breeding behaviour of the cuckoo bird. It has three basic optimization rules [11], [12]. 1. Each bird lays one egg at a time, and each egg is placed randomly in a selected nest. 2. The best nest with the highest fitness value will be carried over to the next generation. 3. The number of available host nests is fixed. ( ) represents the probability of the host bird discovering egg/s in its nest. The host bird can either throw away the egg/s or abandon the nest to build a new one [13][14]. The latter scenario can be regarded as the new best solution. Let:
  • 5. International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017 91 Be the nest where the cuckoo bird initially lives, and Be the new nest with the highest fitness value. When random walk is used, the performance of the cuckoo (i) that applies levy flight is expressed as [5, 7]: . Levy flight was first introduced by the French mathematician Paul Pierre. The probability ( ) indicates that the egg/s in the nest may be from another bird, and thus, the cuckoo bird may leave this host nest and build another one. The n hosts may be changed to new hosts with random positions (probability of change). Thus, the objective function belongs to the maximization type and the objective must be fitted into this type. The most important algorithm that can be applied is one used to solve nonlinear equation problems or one used in neural networks because these objects allow the algorithm to be transformed from state to state to reach the optimal solution. Given that GLSD has two parameters (θ and β), then the algorithm implements the following steps. Each bird lays one egg at a time in a randomly selected nest. The number of selected nests is equal to the number of parameters to be estimated. The number of nests is determined from the following equation: Number of nests = LB + (UB − LB) × random number (0, 1). Let be the nest where the cuckoo bird initially lives. is the new nest with the highest fitness value. + Each nest contains the parameters to be estimated, and the number of nests is also determined based on these parameters. Step (1): Number of nests = LB + (UB − LB) × random number (0, 1) Step (2): The objective function for each nest is calculated as follows: .
  • 6. International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017 92 Step (3): The best values of the parameters determine the best nest with respect to the eggs. Step (4): The repetition begins. Let be the nest in which the cuckoo bird initially lives, and + be the new nest with the highest fitness value. Step (5): A new nest is generated for the cuckoo from k, as follows: , , , , , . Step (6): The objective function for each new nest is computed. Step (7): The solution is continued until the stopping rule ends with the total frequency. The best solution determined is then printed. The CSO algorithm, which represents a meta-heuristic algorithm, is adopted to estimate (θ ̂, β ̂). Then, (θ ̂ ) provides the estimate of (α). More details on this algorithm are explained in detail in [15]. 3. SIMULATION The three estimators of (α and β), i.e., the CSO, MLE, and MOM algorithms, are compared through MATLAB: A11 program. Different sample sizes (n = 15, 25, 50, 100) are considered, and the results are compared using the statistical measure mean square error (MSE) and run of each experiment (R = 1000).
  • 7. International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017 93 TABLE 1: Comparison of the Different Estimators When β = 1.5 and α = 0.3 TABLE 2: Comparison of the Different Estimators When β = 2 and α = 0.2
  • 8. International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017 94 TABLE 3: Comparison of the Different Estimators When β = 2.2 and α = 0.4 TABLE 4: Comparison of the Different Estimators When β = 3 and α = 0.33
  • 9. International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017 95 TABLE 5: Comparison of the Different Estimators When β = 1.8 and α = 0.5 3. CONCLUSION After estimating (α and β) using the three different methods (i.e., MOM, CSO, and MLE) with different sample sizes (n = 15, 25, 50, 100), we determined that the best estimator for small sample sizes (n = 15, 25) based on MSE was the CSO estimator, as shown in Tables 1 to 5. By contrast, MLE was the best estimator for large sample sizes (n = 50, 100). However, we conclude that the CSO estimator is the best type for small sample sizes (n = 15, 25) because the CSO algorithm depends on the number of eggs in the host nest, which is limited. REFERENCES [1] Azizah Binti Mohamad, Azlan Mohd Zain & Nor Erne Nazira Bazin, (2014), “Cuckoo Search Algorithm for Optimization Problems—A Literature Review and its Applications”, Applied Artificial Intelligence An International Journal Volume 28, Issue 5. [2] Xin She Yang and Sush Deb, "Nature & Biologically Inspired Computing," in IEEE, University of Cambridge, Trumpinton Street, CB2 1PZ, UK, 2010. [3] Ravi Kiran Varma P, Valli Kumari V, and Srinivas Kumar S, "A novel intelligent attribute reduction technique based on Ant Colony Optimization," International Journal of Intelligent Systems Technologies and Applicaitons, vol. 1, no. 1, pp. 23-45, 2015. [4] Ravi Kiran Varma P, Valli Kumari V, and Srinivas Kumar S, "Feature selection using relative fuzzy entropy and ant colony optimization applied to real-time intrusion detection system," Procedia Computer Science, vol. 85, no. 2016, pp. 503-510, 2016.
  • 10. International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017 96 [5] Ravi Kiran Varma P, Valli Kumari V, and Srinivas Kumar S, "Application of Rough Sets and Ant Colony Optimization in feature selection for Network Intrusion Detection," International Journal of Applied Engineering Research, vol. 10, no. 22, pp. 43156-43163, 2015. [6] Ravi Kiran Varma P, Valli Kumari V, and Srinivas Kumar S, "Ant Colony Optimization Based Anomaly Mitigation Engine," Springerplus, vol. 5, no. 1, pp. 1-32, 2016. [7] Xin-She Yang and Suash, ""Engineering optimisation by cuckoo search"," International Journal of Mathematical Modelling and Numerical Optimisation, vol. 1, no. 4, pp. 330-343, 2010. [8] D. S. Bunch, “Maximum Likelihood Estimation (MLE) of probabilistic choice models”, SIAM Journal on Scientific and Statistical Computing, 8(1):56-70. [9] M.S.Prasad Babu et al, (2012), "Development of Maize Expert System using Ada-Boost Algorithm and Navie Bayesian Classifier", International journal of computer Applications technology and research, volume 1-issue 3, 89-93. [10] Persi D., “Application of the Method of Moments in Probability and Statistics”, Auspices national science foundation grant DMS86-00235, Nov. 1986. [11] Xin She Yang and Suash, "A brief literature review: Cuckoo Search and Firefly Algorithm," Studies in Computational Intelligence, vol. 516, pp. 49-62, 2014. [12] Hongqing Zheng and Yongquan Zhou,(2013), A Cooperative Coevolutionary Cuckoo Search Algorithm for Optimization Problem”, Journal of Applied Mathematics, J. Appl. Math. Volume 2013, Special Issue (2013). [13] Najla Akram AL-Saati, Marwa Abd-AlKareem, (2013), “The Use of Cuckoo Search in Estimating the Parameters of Software Reliability Growth Models”, International Journal of Computer Science and Information Security,Vol. 11, No. 6. [14] Manjeet Kumar, Tarun Kumar Rawat,(2015), “Optimal design of FIR fractional order differentiator using cuckoo search algorithm”, Expert Systems with Applications, volume 42, Issue 7, Pages 3433–3449. [15] Prasad Babu, B.Jyothsna, (2015), “Implementation of Cuckoo Search Optimization Algorithm using Semantic Web – Based Coconut Expert System”, International Journal of Advanced research in Computer Science and Software Engineering, Vol.5, Issue 9.