ARTIFICIAL IMMUNE SYSTEMS FOR ILLNESSES DIAGNOSTIC

Size: px
Start display at page:

Download "ARTIFICIAL IMMUNE SYSTEMS FOR ILLNESSES DIAGNOSTIC"

Transcription

1 ARTIFICIAL IMMUNE SYSTEMS FOR ILLNESSES DIAGNOSTIC Hiba Khelil, Abdelkader Benyettou SIMPA Laboratory University of Sciences and Technology of Oran, PB 1505 M naouer, Oran, Algeria hibakhelil@yahoo.fr, aek.benyettou@univ-usto.dz ABSTRACT Lately, a lot of new illnesses are frequently observed in our societies, that it can be avoid by daily visits to the doctor. Cancer is one of these illnesses where patients discover it only when it is too late. In this work we propose an artificial Cancer diagnostic which can classify patients if they are affected by Cancer or no, for this goal we have developed the artificial immune system for Cancer diagnostic. The artificial immune system is one of the newest approaches used in several domains as pattern recognition, robotic, intrusion detection, illnesses diagnostic a lot of methods are exposed as negative selection, clone selection and artificial immune network (AINet). In this paper we ll present the natural immune system, we ll develop also four versions of Artificial Immune Recognition System (AIRS) and after we ll present results for Cancer diagnostic with some critics and remarks of these methods. Keywords: Antigen, Antibody, B memory cells, Artificial Recognition Ball (ARB), Artificial Immune Recognition System (AIRS), Cancer diagnostic. 1 INTRODUCTION Pattern recognition is very vast domain in the artificial intelligence, where we can find faces, prints, speech and hand writing recognition and others patterns that are not less important as ones mentioned; for this goal several approaches are developed as neuronal networks, evolutionary algorithms, genetic algorithms and others under exploitation. The artificial immune system is a new approach used in different domains as pattern recognition [1] [2] [3] [4] [5], intrusions detection in Internet networks [6], robotics [7], machine learning [8] and other various applications in different domains. The artificial immune functions are inspired from natural immune system where the responsible cells of the immune response are simulated to give an artificial approach adapted according the application domain and the main problem. The present work is an application of the artificial immune recognition system (AIRS) for Cancer diagnostic. AIRS is a method inspired from the biologic immune system for pattern recognition (classification) proposed by A. Watkins in 2001 [9] in his Master thesis to Mississipi university, the improvement was been in 2004 by A. Watkins, J., Timmis and L. Boggess [10] where authors optimize the number of B cells generated. This method is characterized by the distributed training proven by A. Watkins in his PHD to the university of Kent in 2005 [11]. In this paper we will begin by a short definition of the natural immune system and immune response types. The second part is a representation of an artificial simulation of the immune systems giving a description of training algorithms. As prototype of training we ll present a preview of Cancer data bases and results of application of artificial immune system for Cancer diagnostic. Finally some critics are given to show limits and differences between methods and some perspectives also. 2 NATURAL IMMUNE SYSTEM The biologic immune system constitutes a weapon against intruders in a given body, for this goal several cells contribute to eliminate this intruder named antigen, these cells participate for a 'biologic immune response'. We distinguish two types of natural immune response one is innate and other is acquired explained in the following points: 2.1 Innate Immunity It is an elementary immune that very reduce number of antigens are used, we can find this type of immunity in newborn not yet vaccinated. A non adaptive immune for long time can drive infections and death because the body is not very armed against antigens of the environment [12]. 2.2 Innate Acquired It is an immune endowed with a memory, named also secondary response, triggered after the Volume 3 Number 4 Page 88

2 apparition of the same antigen in the same immune system for the second time or more, where it generates the development of B cells memory for was chosen from MC which has the least value of affinity (maximize the stimulation) with this antigen, noting that: this type of antigen already met (memorized) in the stimulation(ag, mc) 1 - affinity(ag, mc) (2) system. This answer is faster than innate one [12] and caused the increase of the temperature of the body, which can be explained by fighting of B cells against antigens. The primary immune response is only slower but it keeps information about passage of antigens in the system; this memorization phenomenon will interest us to use it for the artificial pattern recognition; according this principle the artificial immune recognition system is developed and it is the main subject of this paper. 3 THE ARTIFICIAL IMMUNE SYSTEM The natural immune system is very complicated to be artificially simulated; but A. B. Watkins succeeded to simulate the most important functions of the natural immune system for pattern recognition. The main factors entering in the artificial immune system are antigens, antibodies, B memory cells. We ll present in the next session training algorithms that puts in work the noted factors (antibodies, B memory cells and antigens). 4 THE AIRS ALGORITHM The present algorithm is inspired from A. B. Watkins thesis [9] [13] [14] which present the artificial immune recognition system intended for pattern recognition named AIRS. First, antigens represent the training data used in the training program in order to generate antibodies (B cells) to be used in the test step (classification). We can note that there are four training steps in the artificial immune training algorithm as following: 4.1 Initialization Step In this step, all characteristic vectors of antigens are normalized, and affinity threshold is calculated by (1) n 1 n i 1 j i 1 affinity(ag i, ag j ) affinity _ threshold n(n 1) 2 Noting here that affinity is the Euclidian distance between two antigens, and n is the number of antigens (cardinality of training data) To begin, we must initialize the B cells memory set (MC) and ARBs population by choosing arbitrary examples from training data. 4.2 B Cells Identification and ARBs Generation Ones initialization was finished; this step is executed for each antigen from training data. First, This cell will be conserved for a long time by cloning and generate new ARBs, these ARBs will be add to the old ARBs set; the clone number is calculated by formula (3) clone_ number hyper _clonal _ rate*clonal _ rate*stimulation(mc match, ag) (3) Every clone is mutating according a small algorithm described in [9], which consist to alter the characteristic cells vectors. 4.3 Competition for Resources and Development of a Candidate Memory Cell In this step, ARBs s information was completed by calculating resources allocations in function of its stimulation as following: resource stimulation(ag, ARB(antibody)) * clonal _ rate (4) and calculate the average stimulation for each ARB also. This step cans death some ARBs which are low stimulated. After we clone and mutate the subset of ARBs according their stimulation level. While the average stimulation value of each ARB class (si) is less then a given stimulation thresholds then we repeat the third step. si A B i j, a b j A B i j 1 a b. s t i m A B i (5) s i a f f i n i t y _ t h r e s h o l d (6) 4.4 Memory Cell Introduction Select ARBs of the same class as the antigen with highest affinity. If the affinity of this ARB with the antigenic pattern is better than that of m c m a t c h then add the candidate cell m c c a n d i d a t e to the memory cells set. Additionally, if the affinity of m c m c m a t c h and c a n d i d a t e is below the affinity threshold, then remove m c m a t c h from memory set. (1) So we repeat the second step until all antigens was treated. After the end of training phase, test is executed using the memory cells generated from training step, in order to classify the new antigenic patterns. The critter of classification is to attribute the new antigen to the most appropriate class using KMeans or KNN (K Nearest Neighbor); in this paper we ll present classification results using KMeans algorithm. Volume 3 Number 4 Page 89

3 5 THE AIRS2 ALGORITHM 7 RESULTS The changes made to the AIRS algorithm are small, but it offers simplicity of implementation, data reduction and minimizes the processing time. The AIRS2 training steps are the same as AIRS one, just some changes which are presented as following: 1- It s not necessary to initialize the ARB set. 2- It s not necessary to mutate the ARBs class feature, because in AIRS2 we are interesting only about cells of the same class of antigen. 3- Resources are only allocated to ARBs of the same class as antigen and are allocated in proportion to the ARB s stimulation level in reaction to the antigen. 4- The training stopping criterion no longer takes into account the stimulation value of ARBs in all classes, but only accounts for the stimulation value of the ARBs of the same class as the antigen. 6 AIRS AND AIRS2 ALGORITHMS USING MERGING FACTOR In this session we ll present other modification of the AIRS and AIRS2. This modification carries on the last training step (Memory cell introduction), mainly in the cell introduction criterion; the condition was as following: C a n d S t i m S t i m u l a t i o n ( a g, m c c a n d i d a t e ) M a t c h S t i m S t i m u l a t i o n ( a g, m c m a t c h ) C e l l A f f a f f i n i t y ( m c c a n d i d a t e, m c m a t c h ) i f ( C a n d S t i m M a t c h S t i m ) M C M C m c c a n d i d a t e (7) To determine the relative performance of AIRSs algorithms, it was necessary to test it on data base; so we have chosen three Cancer data bases from hospitable academic center of Wisconsin: Brest Cancer Wisconsin (BCW), Wisconsin Prognostic Breast Cancer (WPBC) and Wisconsin Diagnostic Breast Cancer (WDBC). The description of this data bases are given as following: - Brest Cancer Wisconsin (BCW): This data base was obtained from hospitable academic center of Wisconsin in 1991, which describe the cancerous symptoms and classify them into two classes: Malignant or Benin. The distribution of patients is given as following: (Malignant, 214) (Benin, 458). - Wisconsin Prognostic Breast Cancer (WPBC): This data base is conceived by the same hospitable academic in 1995 but it gives more details then BCW giving nucleus of cell observations. Basing of its characteristics, patients are classify into two classes: Recur and NonRecur, where its distribution as following: (Recur, 47) (NonRecur, 151). - Wisconsin Diagnostic Breast Cancer (WDBC): This data base is conceived also by the same hospitable academic in 1995, it has the same attribute then WPBC, but it classify its patients into two classes: Malignant and Benin, where its distribution as following: (Malignant, 212) (Benin, 357). All training data are antigens, represented by characteristic vectors; also for antibodies have the same characteristic vector size as antigens. The ARB i f ( C e l l A f f A T * A T S ) is represented as structure having antibody M C M C m c m a t c h characteristic vector, his stimulation with antigen and the resources that allowed. 7.1 Software and Hardware Resources This source explains conditions to add In order to apply algorithms we have used the m c c a n d i d a t e and delete m c m a t c h to the memory C++ language in Linux Mandriva 2006 environment, cells set; the modification is carried in the following condition: every machine is endowed of 512Mo memory space and 3.0 Ghz processor frequency. if (CellAff AT * ATS factor ) (8) All training programs have the same number of Noting that factor is calculated by: antigens, the same number of initial memory cells factor AT * ATS * dampener * log(np) (9) With ATS and dampener are two parameters between 0 and 1, and np is the number of training programs executed in parallel (number of classes). This change to the merging scheme relaxes the criterion for memory cell removal in the affinity based merging scheme by a small fraction in logarithmic. This modification is used in the two algorithms (AIRS and AIRS2), and all algorithms are applied for Cancer diagnostics and all results we ll be presented in the next sessions. and ARBs also. In the same way the training program is an iterative process; that we have fix 50 iterations for each training program of every class. 7.2 Results and Classification Accuracy To run programs, we must fix the most important training parameters as following: hyper _ clonal _ rate clonal _ rate, and mutation _ rate. These parameters are used in training steps, as criterion to limit the clone number, to calculate the ARB s resources and in the mutation procedure also. The parameters values are given in table 1: Volume 3 Number 4 Page 90

4 Table 1: Training parameters. Parameters Type Values Hyper_clonal_rate Clonal_rate Integer value Integer value After 50 iterations, the B memory cells generated from each training program of classes are used in the classification step (test). In the classification we take the shortest distance between the new antigen and the gravity centers of all memory cells sets, and we affect this antigen in the same class of the nearest center (KMeans). Using this principle the classification accuracies are given in table 2: Mutation_rate Real value [0,1] 0.1 Table 2: Classification accuracies Table 3: Average classification accuracies Volume 3 Number 4 Page 91

5 We can observe that AIRS gives in general the best results, which can give more B cells then to increase the recognition chance. The AIRS2 and AIRS2 using factor are amelioration of AIRS, but B cells generated are less than the original algorithm (AIRS), that s why these methods (AIRS2, AIRS2 with factor) don t give better results in Cancer diagnostic in exception of some cases; the evolution of B cells is given in the next session. The execution of AIRS2 and AIRS2 using factor are faster than AIRS and AIRS using factor, this can be explained by using just B cells of the same class of antigen, and this can reduce treatments then time processing also. 7.3 B Cells Evolution Noting that we have given the same chance to each training programs (quantity of antigens introduced, initial memory cells and initial ARBs), the B cells generated are not necessary the same in each method; the previews table give us the B cells generated in each one, we can observe that the cells generated in AIRS2 and AIRS2 using factor are less than AIRS and AIRS using factor, as mentioned before, although we initialized all B cells sets to the same size. The next figures represent evolution of B cells in function of iterations for each data base of the best rate from four methods: Figure 3: Evolution of B cells in WDBC (AIRS2) From figures we observe that evolution of B cells in AIRS are faster than AIRS2 and AIRS2 using factor because there are more cells deleted on changing the condition given in equation (8) (using factor). 8 DISCUSSION OF RESULTS The results of experiences can be found in table 2 and 3; comparing the used methods we can observe that AIRS in general gives best results and we can observe also that this method generates B cells more than others. In all experiences we have used the Euclidian distance, it is possible to use hamming distance or other. The AIRS and AIRS using factor converge slowly to the most B cells adapted for Cancer diagnostic, on the contrary of AIRS2 and AIRS2 using factor, which are executed quickly than others but they don t give us the best memory cells. 9 CONCLUSIONS Figure 1: Evolution of B cells in BCW (AIRS) Figure 2: Evolution of B cells in WPBC (AIRS2 using factor) In this paper we have presented Cancer diagnostic results for AIRS immuno-computing algorithm and provided directions for interpretation of these results. We are interested in immunocomputing because is one of the newest directions in bio-inspired machine learning and focused on AIRS, AIRS2, AIRS using factor and AIRS2 using factor ( ) and it can be also used for classification (illnesses diagnostic). We suggest that AIRS is a mature classifier that delivers reasonable results and that is can safety be used for real world classifications tasks. The presented results are good but it must be improved using optimization algorithms. In our future work we want to make more importance to the parameters values and propose a new method to search the best values of these ones in order to across the performance of these algorithms. Volume 3 Number 4 Page 92

6 10 REFERENCES [1] Secker A., Freitas A., Timmis J.: AISEC: An artificial immune system for classification. In proceedings of the Congress on Evolutionary Computation, pp , Canberra. Australia (2003) [2] Lingjun M., Peter V. D. P., Haiyang W., A: Comprehensive benchmark of the artificial immune recognition system (AIRS). In proceeding of advanced data mining and applications ADMA, vol. 3584, pp , China (2005) [3] Deneche A., Meshoul S., Batouche M. : Une approche hybride pour la reconnaissance des formes en utilisant un systeme immunitaire artificiel. In proceedings of graphic computer science, Biskra, Algeria (2005) [4] Deneche A.: Approches bios inspirees pour la reconnaissance de formes, Master thesis in Mentouri University, Constantine, Algeria (2006) [5] Goodman D., Boggess L., Watkins A.: Artificial immune system classification of multiple class problems, Intelligent Engineering Systems Through Artificial Neural press (2002) [6] Kim J., Bently P.: Towards an artificial immune system for network intrusion detection: an investigation of clonal selection with a negative selection operator. In Proceeding of Congress on Evolutionary Computation, vol. 2, pp , South Korea (2001) [7] Jun J. H., Lee D. W., Sim K. B.: Realization of cooperative and swarm behavior in distributed autonomous robotic systems using artificial immune system. In proceeding IEEE international conference of Man and Cybernetics, vol. 6, pp IEEE Press, New York (1999) [8] Timmis J.: Artificial immune systems: a novel data analysis technique inspired by the immune network theory, PhD thesis Wales UK University (2000) [9] Watkins A.: AIRS: A resource limited artificial immune classifier, Master thesis, Mississippi University (2001) [10] Watkins A., Timmis J., Boggess L.: Artificial immune recognition system (airs): an immune inspired supervised learning algorithm, vol. 5, pp , Genetic Programming and Evolvable Machines press (2004) [11] Watkins A.: Exploiting immunological metaphors in the development of serial, parallel, and distributed learning algorithms, PhD thesis, Kent University (2005) [12] Emilie P.: Organisation du system immunitaire felin, PhD thesis, National school Lyon, France (2006) [13] Watkins A., Timmis J.: Artificial immune recognition system (airs): revisions and refinements. In proceedings of first international conference on artificial immune system ICARIS, pp , Kent University (2005) [14] Watkins A., Boggess L.: A new classifier based on resources limited artificial immune systems. In proceedings of congress de Evolutionary Computation, IEEE World Congress on Computational Intelligence held in Honolulu, HI, USA, pp , Kent University (2005) Volume 3 Number 4 Page 93

An Efficient and Effective Immune Based Classifier

An Efficient and Effective Immune Based Classifier Journal of Computer Science 7 (2): 148-153, 2011 ISSN 1549-3636 2011 Science Publications An Efficient and Effective Immune Based Classifier Shahram Golzari, Shyamala Doraisamy, Md Nasir Sulaiman and Nur

More information

ARTIFICIAL IMMUNE SYSTEM CLASSIFICATION OF MULTIPLE- CLASS PROBLEMS

ARTIFICIAL IMMUNE SYSTEM CLASSIFICATION OF MULTIPLE- CLASS PROBLEMS 1 ARTIFICIAL IMMUNE SYSTEM CLASSIFICATION OF MULTIPLE- CLASS PROBLEMS DONALD E. GOODMAN, JR. Mississippi State University Department of Psychology Mississippi State, Mississippi LOIS C. BOGGESS Mississippi

More information

AN ALGORITHM FOR REMOTE SENSING IMAGE CLASSIFICATION BASED ON ARTIFICIAL IMMUNE B CELL NETWORK

AN ALGORITHM FOR REMOTE SENSING IMAGE CLASSIFICATION BASED ON ARTIFICIAL IMMUNE B CELL NETWORK AN ALGORITHM FOR REMOTE SENSING IMAGE CLASSIFICATION BASED ON ARTIFICIAL IMMUNE B CELL NETWORK Shizhen Xu a, *, Yundong Wu b, c a Insitute of Surveying and Mapping, Information Engineering University 66

More information

SEISMIC ATTRIBUTES SELECTION AND POROSITY PREDICTION USING MODIFIED ARTIFICIAL IMMUNE NETWORK ALGORITHM

SEISMIC ATTRIBUTES SELECTION AND POROSITY PREDICTION USING MODIFIED ARTIFICIAL IMMUNE NETWORK ALGORITHM Journal of Engineering Science and Technology Vol. 13, No. 3 (2018) 755-765 School of Engineering, Taylor s University SEISMIC ATTRIBUTES SELECTION AND POROSITY PREDICTION USING MODIFIED ARTIFICIAL IMMUNE

More information

Artificial Immune Systems Tutorial

Artificial Immune Systems Tutorial Artificial Immune Systems Tutorial By Dr Uwe Aickelin http://www.aickelin.com Overview Biological Immune System. Artificial Immune System (AIS). Comparison to other Algorithms. Applications of AIS: Data

More information

The Nottingham eprints service makes this work by researchers of the University of Nottingham available open access under the following conditions.

The Nottingham eprints service makes this work by researchers of the University of Nottingham available open access under the following conditions. Aickelin, Uwe (2003) Artificial Immune System and Intrusion Detection Tutorial. In: Introduction Tutorials in Optimization, Search and Decision Support Methodologies, Nottingham, UK. Access from the University

More information

A resource limited artificial immune system algorithm for supervised classification of multi/hyper-spectral remote sensing imagery

A resource limited artificial immune system algorithm for supervised classification of multi/hyper-spectral remote sensing imagery International Journal of Remote Sensing Vol. 28, No. 7, 10 April 2007, 1665 1686 A resource limited artificial immune system algorithm for supervised classification of multi/hyper-spectral remote sensing

More information

An Introduction to Artificial Immune Systems

An Introduction to Artificial Immune Systems An Introduction to Artificial Immune Systems Jonathan Timmis Computing Laboratory University of Kent at Canterbury CT2 7NF. UK. J.Timmis@kent.ac.uk http:/www.cs.kent.ac.uk/~jt6 AIS October 2003 1 Novel

More information

Immune Programming. Payman Samadi. Supervisor: Dr. Majid Ahmadi. March Department of Electrical & Computer Engineering University of Windsor

Immune Programming. Payman Samadi. Supervisor: Dr. Majid Ahmadi. March Department of Electrical & Computer Engineering University of Windsor Immune Programming Payman Samadi Supervisor: Dr. Majid Ahmadi March 2006 Department of Electrical & Computer Engineering University of Windsor OUTLINE Introduction Biological Immune System Artificial Immune

More information

CHAPTER 4 PROPOSED HYBRID INTELLIGENT APPROCH FOR MULTIPROCESSOR SCHEDULING

CHAPTER 4 PROPOSED HYBRID INTELLIGENT APPROCH FOR MULTIPROCESSOR SCHEDULING 79 CHAPTER 4 PROPOSED HYBRID INTELLIGENT APPROCH FOR MULTIPROCESSOR SCHEDULING The present chapter proposes a hybrid intelligent approach (IPSO-AIS) using Improved Particle Swarm Optimization (IPSO) with

More information

Artificial Immune Systems

Artificial Immune Systems Artificial Immune Systems Dr. Mario Pavone Department of Mathematics & Computer Science University of Catania mpavone@dmi.unict.it http://www.dmi.unict.it/mpavone/ Biological Immune System (1/4) Immunology

More information

An optimization framework for modeling and simulation of dynamic systems based on AIS

An optimization framework for modeling and simulation of dynamic systems based on AIS Title An optimization framework for modeling and simulation of dynamic systems based on AIS Author(s) Leung, CSK; Lau, HYK Citation The 18th IFAC World Congress (IFAC 2011), Milano, Italy, 28 August-2

More information

A HYBRID MODERN AND CLASSICAL ALGORITHM FOR INDONESIAN ELECTRICITY DEMAND FORECASTING

A HYBRID MODERN AND CLASSICAL ALGORITHM FOR INDONESIAN ELECTRICITY DEMAND FORECASTING A HYBRID MODERN AND CLASSICAL ALGORITHM FOR INDONESIAN ELECTRICITY DEMAND FORECASTING Wahab Musa Department of Electrical Engineering, Universitas Negeri Gorontalo, Kota Gorontalo, Indonesia E-Mail: wmusa@ung.ac.id

More information

MINIMIZE THE MAKESPAN FOR JOB SHOP SCHEDULING PROBLEM USING ARTIFICIAL IMMUNE SYSTEM APPROACH

MINIMIZE THE MAKESPAN FOR JOB SHOP SCHEDULING PROBLEM USING ARTIFICIAL IMMUNE SYSTEM APPROACH MINIMIZE THE MAKESPAN FOR JOB SHOP SCHEDULING PROBLEM USING ARTIFICIAL IMMUNE SYSTEM APPROACH AHMAD SHAHRIZAL MUHAMAD, 1 SAFAAI DERIS, 2 ZALMIYAH ZAKARIA 1 Professor, Faculty of Computing, Universiti Teknologi

More information

A Software Reliability Estimation Tool Using Artificial Immune Recognition System

A Software Reliability Estimation Tool Using Artificial Immune Recognition System A Software Reliability Estimation Tool Using Artificial Immune Recognition System Prof.S.Chitra M. E. Dr. M.Rajaram Abstract-Software is an integral part of many critical and non-critical applications

More information

Pattern Recognition Approaches inspired by Artificial Immune System

Pattern Recognition Approaches inspired by Artificial Immune System Pattern Recognition Approaches inspired by Artificial Immune System Aanchal Malhotra Technology, Amity University, Abhishek Baheti Technology, Amity University, Shilpi Gupta Technology, Amity University

More information

Implementation of Artificial Immune System Algorithms

Implementation of Artificial Immune System Algorithms Implementation of Artificial Immune System Algorithms K. Sri Lakshmi Associate Professor, Department of CSE Abstract An artificial immune system (AIS) that is distributed, robust, dynamic, diverse and

More information

Biological immune systems

Biological immune systems Immune Systems 1 Introduction 2 Biological immune systems Living organism must protect themselves from the attempt of other organisms to exploit their resources Some would-be exploiter (pathogen) is much

More information

Artificial Immune Clonal Selection Classification Algorithms for Classifying Malware and Benign Processes Using API Call Sequences

Artificial Immune Clonal Selection Classification Algorithms for Classifying Malware and Benign Processes Using API Call Sequences IJCSNS International Journal of Computer Science and Network Security, VOL.10 No.4, April 2010 31 Artificial Immune Clonal Selection Classification Algorithms for Classifying Malware and Benign Processes

More information

ARTIFICIAL IMMUNE SYSTEM: ALGORITHMS AND APPLICATIONS REVIEW

ARTIFICIAL IMMUNE SYSTEM: ALGORITHMS AND APPLICATIONS REVIEW ARTIFICIAL IMMUNE SYSTEM: ALGORITHMS AND APPLICATIONS REVIEW Pankaj Chaudhary Student at IMS Engineering College, Ghaziabad pchaudhary929@gmail.com Kundan Kumar Student at IMS engineering college, Ghaziabad

More information

Genetic Algorithm with Upgrading Operator

Genetic Algorithm with Upgrading Operator Genetic Algorithm with Upgrading Operator NIDAPAN SUREERATTANAN Computer Science and Information Management, School of Advanced Technologies, Asian Institute of Technology, P.O. Box 4, Klong Luang, Pathumthani

More information

Assoc. Prof. Rustem Popa, PhD

Assoc. Prof. Rustem Popa, PhD Dunarea de Jos University of Galati-Romania Faculty of Electrical & Electronics Engineering Dep. of Electronics and Telecommunications Assoc. Prof. Rustem Popa, PhD http://www.etc.ugal.ro/rpopa/index.htm

More information

Metodi e tecniche di ottimizzazione innovative per applicazioni elettromagnetiche

Metodi e tecniche di ottimizzazione innovative per applicazioni elettromagnetiche Metodi e tecniche di ottimizzazione innovative per applicazioni elettromagnetiche Algoritmi stocastici Parte 3 Artificial Immune Systems M. Repetto Dipartimento Ingegneria Elettrica Industriale - Politecnico

More information

In order to have GA, you must have a way to rate a given solution (fitness function). The fitness function must be continuous.

In order to have GA, you must have a way to rate a given solution (fitness function). The fitness function must be continuous. Disclaimer This document is a summary of Prof. Floreano s Bio-inspired Adaptive Machines course. The purpose is to help the student revise for the oral examination. This document should not be considered

More information

Solving Protein Folding Problem Using Hybrid Genetic Clonal Selection Algorithm

Solving Protein Folding Problem Using Hybrid Genetic Clonal Selection Algorithm 94 Solving Protein Folding Problem Using Hybrid Genetic Clonal Selection Algorithm Adel Omar Mohamed and Abdelfatah A. Hegazy, Amr Badr College of Computing & Information Technology, Arab Academy Abstract:

More information

The Biological Basis of the Immune System as a Model for Intelligent Agents

The Biological Basis of the Immune System as a Model for Intelligent Agents The Biological Basis of the Immune System as a Model for Intelligent Agents Roger L. King 1, Aric B. Lambert 1, Samuel H. Russ 1, and Donna S. Reese 1 1 MSU/NSF Engineering Research Center for Computational

More information

Artificial Immune Clonal Selection Based Algorithm in Academic Talent Selection

Artificial Immune Clonal Selection Based Algorithm in Academic Talent Selection Journal of Informatics and Mathematical Sciences Vol. 8, No. 4, pp. 225 234, 2016 ISSN 0975-5748 (online); 0974-875X (print) Published by RGN Publications http://www.rgnpublications.com Special Issue CRIMSTIC

More information

Chapter 4. Artificial Immune Systems

Chapter 4. Artificial Immune Systems Chapter 4 Artificial Immune Systems The different theories in the science of immunology inspired the development (design) of immune inspired algorithms, collectively known as artificial immune systems

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION CHAPTER 1 INTRODUCTION This thesis is aimed to develop a computer based aid for physicians. Physicians are prone to making decision errors, because of high complexity of medical problems and due to cognitive

More information

ARTIFICIAL IMMUNE SYSTEM AGENT MODEL

ARTIFICIAL IMMUNE SYSTEM AGENT MODEL ARTIFICIAL IMMUNE SYSTEM AGENT MODEL Siti Mazura Che Doi 1 and Norita Md. Norwawi 2 Universiti Sains Islam Malaysia (USIM) {sitimazura@ipip.edu.my, norita}@usim.edu.my ABSTRACT. The Artificial Systems

More information

An Analogy between the use of Back Propagation and Associative Memory as a Model for the Artificial Immune Network Memory

An Analogy between the use of Back Propagation and Associative Memory as a Model for the Artificial Immune Network Memory An Analogy between the use of Back Propagation and Associative Memory as a Model for the Artificial Immune Network Memory Hossam Meshref Professor, Department of Computer Science, Collage of Computer and

More information

An Investigation of a Methodology for the Development of Artificial Immune Systems: A Case-Study in Immune Receptor Degeneracy

An Investigation of a Methodology for the Development of Artificial Immune Systems: A Case-Study in Immune Receptor Degeneracy An Investigation of a Methodology for the Development of Artificial Immune Systems: A Case-Study in Immune Receptor Degeneracy Paul Simon Andrews Submitted for the degree of Doctor of Philosophy University

More information

The Biological Basis of the Immune System as a Model for Intelligent Agents

The Biological Basis of the Immune System as a Model for Intelligent Agents The Biological Basis of the Immune System as a Model for Intelligent Agents Roger L. King 1, Aric B. Lambert 1, Samuel H. Russ 1, and Donna S. Reese 1 1 MSU/NSF Engineering Research Center for Computational

More information

Artificial Immune Systems and Data Mining: Bridging the Gap with Scalability and Improved Learning

Artificial Immune Systems and Data Mining: Bridging the Gap with Scalability and Improved Learning Artificial Immune Systems and Data Mining: Bridging the Gap with Scalability and Improved Learning Olfa Nasraoui, Fabio González Cesar Cardona, Dipankar Dasgupta The University of Memphis A Demo/Poster

More information

Clonal Selection Method for Virus Detection in a Cloud

Clonal Selection Method for Virus Detection in a Cloud Clonal Selection Method for Virus Detection in a Cloud Agnika Sahu #1, Tanmaya Swain *2, Tapaswini Samant *3 # School of Computer Engineering, KIIT University Bhubaneswar, India Abstract The biological

More information

Kent Academic Repository

Kent Academic Repository Kent Academic Repository Full text document (pdf) Citation for published version de Castro, Leandro N. and Timmis, Jon (2002) Artificial Immune Systems: A Novel Approach to Pattern Recognition. In: Corchado,

More information

Artificial Immune Systems: Using the Immune System as Inspiration for Data Mining

Artificial Immune Systems: Using the Immune System as Inspiration for Data Mining Artificial Immune Systems 209 Chapter XI Artificial Immune Systems: Using the Immune System as Inspiration for Data Mining Jon Timmis and Thomas Knight University of Kent at Canterbury, UK The immune system

More information

Breast Cancer Diagnostic Factors Elimination via Evolutionary Neural Network Pruning

Breast Cancer Diagnostic Factors Elimination via Evolutionary Neural Network Pruning Breast Cancer Diagnostic Factors Elimination via Evolutionary Neural Network Pruning Adam V. Adamopoulos Democritus University of Thrace, Department of Medicine, Medical Physics Laboratory, 681 00, Alexandroupolis,

More information

Prediction of Success or Failure of Software Projects based on Reusability Metrics using Support Vector Machine

Prediction of Success or Failure of Software Projects based on Reusability Metrics using Support Vector Machine Prediction of Success or Failure of Software Projects based on Reusability Metrics using Support Vector Machine R. Sathya Assistant professor, Department of Computer Science & Engineering Annamalai University

More information

Diagnosis of Breast Cancer by Combining the Techniques of Data Mining and Artificial Immune System

Diagnosis of Breast Cancer by Combining the Techniques of Data Mining and Artificial Immune System Diagnosis of Breast Cancer by Combining the Techniques of Data Mining and Artificial Immune System 1 Esmat Banihashem; 2 Touraj Banirostam 1 Department of Computer Engineering, Electronic Branch, Islamic

More information

Applying Sequence Alignment in Tracking Evolving Clusters of Web-Sessions Data: an Artificial Immune Network Approach

Applying Sequence Alignment in Tracking Evolving Clusters of Web-Sessions Data: an Artificial Immune Network Approach 011 Third International Conference on Computational Intelligence, Communication Systems and Networks Applying Sequence Alignment in Tracking Evolving Clusters of Web-Sessions Data: an Artificial Immune

More information

Merging Event Logs for Process Mining with Hybrid Artificial Immune Algorithm

Merging Event Logs for Process Mining with Hybrid Artificial Immune Algorithm 10 Int'l Conf. Data Mining DMI'16 Merging Event Logs for Process Mining with Hybrid Artificial Immune Algorithm Yang Xu 1, Qi Lin 1, Martin Q. Zhao 2 1 School of Software Engineering, South China University

More information

A Resource Limited Artificial Immune System for Data. Analysis. Jon Timmis* and Mark Neal **

A Resource Limited Artificial Immune System for Data. Analysis. Jon Timmis* and Mark Neal ** A Resource Limited Artificial Immune System for Data Analysis Jon Timmis* and Mark Neal ** * Computing Laboratory **Department of Computer Science University of Kent at Canterbury Canterbury, Kent. UK.

More information

Gene Selection in Cancer Classification using PSO/SVM and GA/SVM Hybrid Algorithms

Gene Selection in Cancer Classification using PSO/SVM and GA/SVM Hybrid Algorithms Laboratoire d Informatique Fondamentale de Lille Gene Selection in Cancer Classification using PSO/SVM and GA/SVM Hybrid Algorithms Enrique Alba, José GarcíaNieto, Laetitia Jourdan and ElGhazali Talbi

More information

An Improved Immune Genetic Algorithm for Capacitated Vehicle Routing Problem

An Improved Immune Genetic Algorithm for Capacitated Vehicle Routing Problem Send Orders for Reprints to reprints@benthamscience.ae 560 The Open Cybernetics & Systemics Journal, 2014, 8, 560-565 Open Access An Improved Immune Genetic Algorithm for Capacitated Vehicle Routing Problem

More information

Internet Electronic Journal of Molecular Design

Internet Electronic Journal of Molecular Design CODEN IEJMAT ISSN 1538 6414 Internet Electronic Journal of Molecular Design November 2006, Volume 5, Number 11, Pages 542 554 Editor: Ovidiu Ivanciuc Special issue dedicated to Professor Lemont B. Kier

More information

Stable Clusters Formation in an Artificial Immune System

Stable Clusters Formation in an Artificial Immune System Stable Clusters Formation in an Artificial Immune System S.T. Wierzchoń Department of Computer Science, Białystok Technical University ul. Wiejska 45 a, 15-351 Białystok, Poland and Institute of Computer

More information

A Course on Meta-Heuristic Search Methods for Combinatorial Optimization Problems

A Course on Meta-Heuristic Search Methods for Combinatorial Optimization Problems A Course on Meta-Heuristic Search Methods for Combinatorial Optimization Problems AutOrI LAB, DIA, Roma Tre Email: mandal@dia.uniroma3.it January 20, 2014 Outline 1 2 3 4 Multi-parent crossover: http://citeseerx.ist.psu.edu/

More information

Energy management using genetic algorithms

Energy management using genetic algorithms Energy management using genetic algorithms F. Garzia, F. Fiamingo & G. M. Veca Department of Electrical Engineering, University of Rome "La Sapienza", Italy Abstract An energy management technique based

More information

Computational Intelligence Lecture 20:Intorcution to Genetic Algorithm

Computational Intelligence Lecture 20:Intorcution to Genetic Algorithm Computational Intelligence Lecture 20:Intorcution to Genetic Algorithm Farzaneh Abdollahi Department of Electrical Engineering Amirkabir University of Technology Fall 2012 Farzaneh Abdollahi Computational

More information

Supplemental Digital Content. A new severity of illness scale using a subset of APACHE data elements shows comparable predictive accuracy

Supplemental Digital Content. A new severity of illness scale using a subset of APACHE data elements shows comparable predictive accuracy Supplemental Digital Content A new severity of illness scale using a subset of APACHE data elements shows comparable predictive accuracy Alistair E. W. Johnson, BS Centre for Doctoral Training in Healthcare

More information

A Fractal Immune Network

A Fractal Immune Network A Fractal Immune Network Peter J. Bentley 1 and Jon Timmis 2 1 Department of Computer Science, University College London. UK p.bentley@cs.ucl.ac.uk http://www.cs.ucl.ac.uk/staff/p.bentley/ 2 Computing

More information

AUTOMATIC TEST CASE GENERATION BASED ON GENETIC ALGORITHM

AUTOMATIC TEST CASE GENERATION BASED ON GENETIC ALGORITHM AUTOMATIC TEST CASE GEERATIO BASED O GEETIC ALGORITHM DA LIU, XUEJU WAG, JIAMI WAG School of Information Science and Technology,Shijiazhuang Tiedao University, Shijiazhuang050043, China E-mail: liudanld@126.com

More information

Abdulrazzaq A. Abdulrazzaq and Jaffer K. Ali Basrah, Iraq

Abdulrazzaq A. Abdulrazzaq and Jaffer K. Ali Basrah, Iraq International Journal of Mechanical Engineering and Technology (IJMET) Volume 10, Issue 01, January 2019, pp. 1686-1709, Article ID: IJMET_10_01_169 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=10&itype=01

More information

TIMETABLING EXPERIMENTS USING GENETIC ALGORITHMS. Liviu Lalescu, Costin Badica

TIMETABLING EXPERIMENTS USING GENETIC ALGORITHMS. Liviu Lalescu, Costin Badica TIMETABLING EXPERIMENTS USING GENETIC ALGORITHMS Liviu Lalescu, Costin Badica University of Craiova, Faculty of Control, Computers and Electronics Software Engineering Department, str.tehnicii, 5, Craiova,

More information

COMBINED-OBJECTIVE OPTIMIZATION IN IDENTICAL PARALLEL MACHINE SCHEDULING PROBLEM USING PSO

COMBINED-OBJECTIVE OPTIMIZATION IN IDENTICAL PARALLEL MACHINE SCHEDULING PROBLEM USING PSO COMBINED-OBJECTIVE OPTIMIZATION IN IDENTICAL PARALLEL MACHINE SCHEDULING PROBLEM USING PSO Bathrinath S. 1, Saravanasankar S. 1 and Ponnambalam SG. 2 1 Department of Mechanical Engineering, Kalasalingam

More information

Data Selection for Semi-Supervised Learning

Data Selection for Semi-Supervised Learning Data Selection for Semi-Supervised Learning Shafigh Parsazad 1, Ehsan Saboori 2 and Amin Allahyar 3 1 Department Of Computer Engineering, Ferdowsi University of Mashhad Mashhad, Iran Shafigh.Parsazad@stu-mail.um.ac.ir

More information

GENETIC ALGORITHMS. Narra Priyanka. K.Naga Sowjanya. Vasavi College of Engineering. Ibrahimbahg,Hyderabad.

GENETIC ALGORITHMS. Narra Priyanka. K.Naga Sowjanya. Vasavi College of Engineering. Ibrahimbahg,Hyderabad. GENETIC ALGORITHMS Narra Priyanka K.Naga Sowjanya Vasavi College of Engineering. Ibrahimbahg,Hyderabad mynameissowji@yahoo.com priyankanarra@yahoo.com Abstract Genetic algorithms are a part of evolutionary

More information

Improving Differential Evolution Algorithm with Activation Strategy

Improving Differential Evolution Algorithm with Activation Strategy 2009 International Conference on Machine Learning and Computing IPCSIT vol.3 (2011) (2011) IACSIT Press, Singapore Improving Differential Evolution Algorithm with Activation Strategy Zhan-Rong Hsu 1, Wei-Ping

More information

Feature Selection of Gene Expression Data for Cancer Classification: A Review

Feature Selection of Gene Expression Data for Cancer Classification: A Review Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 50 (2015 ) 52 57 2nd International Symposium on Big Data and Cloud Computing (ISBCC 15) Feature Selection of Gene Expression

More information

Artificial Immune-Based For Voltage Stability Prediction In Power System

Artificial Immune-Based For Voltage Stability Prediction In Power System Artificial Immune-Based For Voltage Stability Prediction In Power System S. I. Suliman, T. K. Abdul Rahman, I. Musirin Faculty of Electrical Engineering, Universiti Teknologi MARA,40450, Shah Alam, Selangor

More information

EVOLUTIONARY ALGORITHMS AT CHOICE: FROM GA TO GP EVOLŪCIJAS ALGORITMI PĒC IZVĒLES: NO GA UZ GP

EVOLUTIONARY ALGORITHMS AT CHOICE: FROM GA TO GP EVOLŪCIJAS ALGORITMI PĒC IZVĒLES: NO GA UZ GP ISSN 1691-5402 ISBN 978-9984-44-028-6 Environment. Technology. Resources Proceedings of the 7 th International Scientific and Practical Conference. Volume I1 Rēzeknes Augstskola, Rēzekne, RA Izdevniecība,

More information

Adaptive Genetic Programming applied to Classification in Data Mining

Adaptive Genetic Programming applied to Classification in Data Mining Adaptive Genetic Programming applied to Classification in Data Mining Nailah Al-Madi and Simone A. Ludwig Department of Computer Science North Dakota State University Fargo, ND, USA nailah.almadi@my.ndsu.edu,

More information

DNA Gene Expression Classification with Ensemble Classifiers Optimized by Speciated Genetic Algorithm

DNA Gene Expression Classification with Ensemble Classifiers Optimized by Speciated Genetic Algorithm DNA Gene Expression Classification with Ensemble Classifiers Optimized by Speciated Genetic Algorithm Kyung-Joong Kim and Sung-Bae Cho Department of Computer Science, Yonsei University, 134 Shinchon-dong,

More information

What is Evolutionary Computation? Genetic Algorithms. Components of Evolutionary Computing. The Argument. When changes occur...

What is Evolutionary Computation? Genetic Algorithms. Components of Evolutionary Computing. The Argument. When changes occur... What is Evolutionary Computation? Genetic Algorithms Russell & Norvig, Cha. 4.3 An abstraction from the theory of biological evolution that is used to create optimization procedures or methodologies, usually

More information

IMPLEMENTATION OF AN OPTIMIZATION TECHNIQUE: GENETIC ALGORITHM

IMPLEMENTATION OF AN OPTIMIZATION TECHNIQUE: GENETIC ALGORITHM IMPLEMENTATION OF AN OPTIMIZATION TECHNIQUE: GENETIC ALGORITHM TWINKLE GUPTA* Department of Computer Science, Hindu Kanya MahaVidyalya, Jind, India Abstract We are encountered with various optimization

More information

ARTIFICIAL IMMUNE ALGORITHMS IN LEARNING AND OPTIMIZATION

ARTIFICIAL IMMUNE ALGORITHMS IN LEARNING AND OPTIMIZATION ARTIFICIAL IMMUNE ALGORITHMS IN LEARNING AND OPTIMIZATION and Kevin Sim Edinburgh Napier University, Scotland, UK Keywords: Artificial Immune Systems, immunology, optimization, classification, clustering,

More information

Introduction to Artificial Intelligence. Prof. Inkyu Moon Dept. of Robotics Engineering, DGIST

Introduction to Artificial Intelligence. Prof. Inkyu Moon Dept. of Robotics Engineering, DGIST Introduction to Artificial Intelligence Prof. Inkyu Moon Dept. of Robotics Engineering, DGIST Chapter 9 Evolutionary Computation Introduction Intelligence can be defined as the capability of a system to

More information

Breast Cancer Classification by Artificial Immune Algorithm based Validity Interval Cells Selection

Breast Cancer Classification by Artificial Immune Algorithm based Validity Interval Cells Selection Breast Cancer Classification by Artificial Immune Algorithm based Validity Interval Cells Selection Rima Daoudi and Khalifa Djemal IBISC Laboratory, Evry Val dessonne University, 91020 Evry, France Keywords:

More information

Genetic Algorithms and Genetic Programming. Lecture 1: Introduction (25/9/09)

Genetic Algorithms and Genetic Programming. Lecture 1: Introduction (25/9/09) Genetic Algorithms and Genetic Programming Michael Herrmann Lecture 1: Introduction (25/9/09) michael.herrmann@ed.ac.uk, phone: 0131 6 517177, Informatics Forum 1.42 Problem Solving at Decreasing Domain

More information

Optimizing Dynamic Flexible Job Shop Scheduling Problem Based on Genetic Algorithm

Optimizing Dynamic Flexible Job Shop Scheduling Problem Based on Genetic Algorithm International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2017 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Optimizing

More information

A Network Intrusion Detection Model Based on Immune Multi-Agent

A Network Intrusion Detection Model Based on Immune Multi-Agent Int. J. Communications, Network and System Sciences, 29, 6, 569-574 doi:236/ijcns.29.2663 Published Online September 29 (http://www.scirp.org/journal/ijcns/). A Network Intrusion Detection Model Based

More information

Is Machine Learning the future of the Business Intelligence?

Is Machine Learning the future of the Business Intelligence? Is Machine Learning the future of the Business Intelligence Fernando IAFRATE : Sr Manager of the BI domain Fernando.iafrate@disney.com Tel : 33 (0)1 64 74 59 81 Mobile : 33 (0)6 81 97 14 26 What is Business

More information

Part 1: Motivation, Basic Concepts, Algorithms

Part 1: Motivation, Basic Concepts, Algorithms Part 1: Motivation, Basic Concepts, Algorithms 1 Review of Biological Evolution Evolution is a long time scale process that changes a population of an organism by generating better offspring through reproduction.

More information

Abstract. Keywords. 1. Introduction. 2. Methodology. Sujata 1, R. B. Dubey 2,R. Dhiman 3, T. J. Singh Chugh 4

Abstract. Keywords. 1. Introduction. 2. Methodology. Sujata 1, R. B. Dubey 2,R. Dhiman 3, T. J. Singh Chugh 4 An Evaluation of Two Mammography Segmentation Techniques Sujata 1, R. B. Dubey 2,R. Dhiman 3, T. J. Singh Chugh 4 EE, DCRUST, Murthal, Sonepat, India 1, 3 ECE, Hindu College of Engg., Sonepat, India 2

More information

SWARM-BASED OPTIMISATION

SWARM-BASED OPTIMISATION KVALITA INOVÁCIA PROSPERITA / QUALITY INNOVATION PROSPERITY XIII/1 2009 45 SWARM-BASED OPTIMISATION LENKA RAUDENSKÁ 1 INTRODUCTION Swarm intelligence is based on nature-inspired behaviour and is successfully

More information

MISSING DATA CLASSIFICATION OF CHRONIC KIDNEY DISEASE

MISSING DATA CLASSIFICATION OF CHRONIC KIDNEY DISEASE MISSING DATA CLASSIFICATION OF CHRONIC KIDNEY DISEASE Wala Abedalkhader and Noora Abdulrahman Department of Engineering Systems and Management, Masdar Institute of Science and Technology, Abu Dhabi, United

More information

Evolutionary Algorithms

Evolutionary Algorithms Evolutionary Algorithms Fall 2008 1 Introduction Evolutionary algorithms (or EAs) are tools for solving complex problems. They were originally developed for engineering and chemistry problems. Much of

More information

BIOINFORMATICS AND SYSTEM BIOLOGY (INTERNATIONAL PROGRAM)

BIOINFORMATICS AND SYSTEM BIOLOGY (INTERNATIONAL PROGRAM) BIOINFORMATICS AND SYSTEM BIOLOGY (INTERNATIONAL PROGRAM) PROGRAM TITLE DEGREE TITLE Master of Science Program in Bioinformatics and System Biology (International Program) Master of Science (Bioinformatics

More information

Materials Discovery: Understanding Polycrystals from Large-Scale Electron Patterns

Materials Discovery: Understanding Polycrystals from Large-Scale Electron Patterns Materials Discovery: Understanding Polycrystals from Large-Scale Electron Patterns 3rd Workshop on Advances in Software and Hardware (ASH) at BigData December 5, 2016 Ruoqian Liu, Dipendra Jha, Ankit Agrawal,

More information

Improving Artificial-Immune-System-Based Computing by Exploiting Intrinsic Features of Computer Architectures

Improving Artificial-Immune-System-Based Computing by Exploiting Intrinsic Features of Computer Architectures Improving Artificial-Immune-System-Based Computing by Exploiting Intrinsic Features of Computer Architectures Yiqi Deng, Peter J. Bentley, Alvee Momshad Dept. of Computer Science University College London

More information

Predictive analytics [Page 105]

Predictive analytics [Page 105] Week 8, Lecture 17 and Lecture 18 Predictive analytics [Page 105] Predictive analytics is a highly computational data-mining technology that uses information and business intelligence to build a predictive

More information

Artificial Immune Systems

Artificial Immune Systems Artificial Immune Systems Mark Read, Paul Andrews and Jon Timmis Abstract The field of artificial immune systems (AIS) can be thought of comprising two threads of research: the employment of mathematical

More information

Immune Network based Ensembles

Immune Network based Ensembles Immune Network based Ensembles Nicolás García-Pedrajas 1 and Colin Fyfe 2 1- Dept. of Computing and Numerical Analysis University of Córdoba (SPAIN) e-mail: npedrajas@uco.es 2- the Dept. of Computing University

More information

IMMUNE NETWORK ALGORITHM IN MONTHLY STREAMFLOW PREDICTION AT JOHOR RIVER

IMMUNE NETWORK ALGORITHM IN MONTHLY STREAMFLOW PREDICTION AT JOHOR RIVER IMMUNE NETWORK ALGORITHM IN MONTHLY STREAMFLOW PREDICTION AT JOHOR RIVER Nur Izzah Mat Ali 1, M. A. Malek 2, Amelia Ritahani Ismail 3 1 Department of Civil Engineering, Universiti Tenaga Nasional, Kajang,

More information

Genetic Algorithm: A Search of Complex Spaces

Genetic Algorithm: A Search of Complex Spaces Genetic Algorithm: A Search of Complex Spaces Namita Khurana, Anju Rathi, Akshatha.P.S Lecturer in Department of (CSE/IT) KIIT College of Engg., Maruti Kunj, Sohna Road, Gurgaon, India ABSTRACT Living

More information

AUTOMATED INTERPRETABLE COMPUTATIONAL BIOLOGY IN THE CLINIC: A FRAMEWORK TO PREDICT DISEASE SEVERITY AND STRATIFY PATIENTS FROM CLINICAL DATA

AUTOMATED INTERPRETABLE COMPUTATIONAL BIOLOGY IN THE CLINIC: A FRAMEWORK TO PREDICT DISEASE SEVERITY AND STRATIFY PATIENTS FROM CLINICAL DATA Interdisciplinary Description of Complex Systems 15(3), 199-208, 2017 AUTOMATED INTERPRETABLE COMPUTATIONAL BIOLOGY IN THE CLINIC: A FRAMEWORK TO PREDICT DISEASE SEVERITY AND STRATIFY PATIENTS FROM CLINICAL

More information

CHAPTER 3 RESEARCH METHODOLOGY

CHAPTER 3 RESEARCH METHODOLOGY 72 CHAPTER 3 RESEARCH METHODOLOGY Inventory management is considered to be an important field in Supply chain management. Once the efficient and effective management of inventory is carried out throughout

More information

BIPOLAR CONVERGENCE IN GENETIC ALGORITHM FOR MULTIMODAL OPTIMIZATION

BIPOLAR CONVERGENCE IN GENETIC ALGORITHM FOR MULTIMODAL OPTIMIZATION Proceedings of the International Conference on Theory and Applications of Mathematics and Informatics ICTAMI 2003, Alba Iulia BIPOLAR CONVERGENCE IN GENETIC ALGORITHM FOR MULTIMODAL OPTIMIZATION by Corina

More information

A New Approach to Artificial Immune Systems and its Application in Constructing On-line Learning Neuro-Fuzzy Systems

A New Approach to Artificial Immune Systems and its Application in Constructing On-line Learning Neuro-Fuzzy Systems The Open Artificial Intelligence Journal, 2008, 2, -0 A New Approach to Artificial Immune Systems and its Application in Constructing On-line Learning Neuro-Fuzzy Systems Mu-Chun Su *,, Po-Chun Wang 2

More information

A Study of Financial Distress Prediction based on Discernibility Matrix and ANN Xin-Zhong BAO 1,a,*, Xiu-Zhuan MENG 1, Hong-Yu FU 1

A Study of Financial Distress Prediction based on Discernibility Matrix and ANN Xin-Zhong BAO 1,a,*, Xiu-Zhuan MENG 1, Hong-Yu FU 1 International Conference on Management Science and Management Innovation (MSMI 2014) A Study of Financial Distress Prediction based on Discernibility Matrix and ANN Xin-Zhong BAO 1,a,*, Xiu-Zhuan MENG

More information

Immune and Evolutionary Approaches to Software Mutation Testing

Immune and Evolutionary Approaches to Software Mutation Testing Immune and Evolutionary Approaches to Software Mutation Testing Pete May 1, Jon Timmis 2, and Keith Mander 1 1 Computing Laboratory, University of Kent, Canterbury, Kent, UK petesmay@gmail.com, k.c.mander@kent.ac.uk

More information

A Vehicle Detection Approach from Satellite Imagery Using Antibody Networks

A Vehicle Detection Approach from Satellite Imagery Using Antibody Networks International Journal of Intelligence Engineering & Systems http://wwwinassorg/ A Vehicle Detection Approach from Satellite Imagery Using Antibody Networks Hong Zheng 1, Xuemin Hu Joint Lab for Intelligent

More information

Optimisation and Operations Research

Optimisation and Operations Research Optimisation and Operations Research Lecture 17: Genetic Algorithms and Evolutionary Computing Matthew Roughan http://www.maths.adelaide.edu.au/matthew.roughan/ Lecture_notes/OORII/

More information

The 'Pathogenic Exposure' Paradigm

The 'Pathogenic Exposure' Paradigm The 'Pathogenic Exposure' Paradigm JASON BROWNLEE Technical Report 070422A Complex Intelligent Systems Laboratory, Centre for Information Technology Research, Faculty of Information and Communication Technologies,

More information

A New Approach to Solve Multiple Traveling Salesmen Problem by Clonal Selection Algorithm

A New Approach to Solve Multiple Traveling Salesmen Problem by Clonal Selection Algorithm International Journal of Applied Engineering Research ISSN 0973-4562 Volume 9, Number 21 (2014) pp. 11005-11017 Research India Publications http://www.ripublication.com A New Approach to Solve Multiple

More information

Genetic Algorithm and Application in training Multilayer Perceptron Model

Genetic Algorithm and Application in training Multilayer Perceptron Model Genetic Algorithm and Application in training Multilayer Perceptron Model Tuan Dung Lai Faculty of Science, Engineering and Technology Swinburne University of Technology Hawthorn, Victoria 3122 Email:

More information

Fixed vs. Self-Adaptive Crossover-First Differential Evolution

Fixed vs. Self-Adaptive Crossover-First Differential Evolution Applied Mathematical Sciences, Vol. 10, 2016, no. 32, 1603-1610 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2016.6377 Fixed vs. Self-Adaptive Crossover-First Differential Evolution Jason

More information

An Overview of Artificial Immune Systems

An Overview of Artificial Immune Systems An Overview of Artificial Immune Systems J. Timmis 1*, T. Knight 1, L.N. de Castro 2 and E. Hart 3 1 Computing Laboratory, University of Kent. Canterbury. UK. {jt6,tpk1}@ukc.ac.uk 2 School of Electrical

More information

Comp215: Genetic Algorithms - Part 1

Comp215: Genetic Algorithms - Part 1 Comp215: Genetic Algorithms - Part 1 Mack Joyner, Dan S. Wallach (Rice University) Copyright 2016, Mack Joyner, Dan S. Wallach. All rights reserved. Darwin s Theory of Evolution Individual organisms differ

More information