SlideShare a Scribd company logo
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163
Volume 1 Issue 6 (July 2014) http://ijirae.com
___________________________________________________________________________________________________
© 2014, IJIRAE- All Rights Reserved Page - 291
Application of Artificial Immune System Algorithms in
Dataset Classification
M.Revathi*
K.Arthi
Research Scholar, RVS college of Computer Application,
Karpagam University,Coimbatore Coimbatore,Tamilnadu
Abstract— In recent years there is a huge increase in emphasis of interest in studying biologically inspired systems.
Artificial immune systems (AIS) are a class of computationally intelligent systems inspired by the principles and
processes of the vertebrate immune system. Computer engineers, mathematicians, philosophers and other researchers
are particularly interested in the capabilities of this system, whose complexity is comparable to that of the human brain.
AIS algorithms are machine-learning algorithms that typically exploit the immune system's characteristics
of learning and memory to solve complex problem. It attempts to take advantages and benefits of natural immune
systems for use in tackling complex problem domains. It is a class of adaptive or learning computer algorithm inspired
by function of the biological immune system, designed for and applied to difficult problems such as intrusion detection,
data clustering, and classification and search problems. In this paper, a study of artificial immune systems algorithms
like Artificial Immune system Recognition system algorithm (AIRS) , parallel AIRS and clon ALG are presented with
the possible number of applications in various domain.
Keywords— AIS, AIRS, Parallel AIRS, ClonALG and classification
I. INTRODUCTION
AIS has proven to be capable of performing several tasks, like pattern recognition, learning, memory acquisition, generation
of diversity, noise tolerance, generalization, distributed detection and optimization. AIS research began in the mid-1980s
with Farmer, Packard, and Perelson’s study[12]. Their study suggested that computer science can might borrow from the
immune system. AIS are nonlinear models, and hence are flexible in modeling complex real word relationships. They
inherit the memory property of human immune system and can recognize the same or similar antigen quickly at different
times.AIS has strong capabilities of pattern recognition, learning and associative memory, hence it is natural to view AIS as
a powerful information processing and problem-solving paradigm in both the scientific and engineering fields. Artificial
Immune Systems (AIS) possess nonlinear classification properties along with the biological properties such as positive and
negative selection, clonal selection, and immune memory. Therefore, AIS, like genetic algorithms and neural nets, is an
intelligent tool for applications in various domains.
II. ARTIFICIAL IMMUNE SYSTEM
An artificial immune system is a class of adaptive or learning computer algorithm inspired by function of the biological
immune system, designed for and applied to difficult problems such as intrusion detection, data clustering, classification and
search problems[8]. Various properties of the immune system like uniqueness, recognition of foreigners, anomaly detection,
distributed detection; noise tolerance, reinforcement learning and memory are of great interest for computer science
researchers to explore in the research areas like clustering, pattern recognition, classification, optimization, and other similar
machine learning problem domains[6]. Artificial Immune Recognition System algorithm(AIRS) is a biologically inspired
computing paradigm designed specifically and applied to classification problems. The AIRS algorithm exhibits the desirable
algorithmic characteristics like self-regulation, performance, generalization and parameter stability[10][14].
A. Parameters used in AIRS
AIRS algorithm has a number of user configurable parameters for fine-tuning the training schedule to specific problem
domains[15].
 Affinity Threshold Scalar (ATS): the mean affinity between a set of antigens from the training dataset. The affinity
threshold scalar provides a means of adjusting the automatic threshold by making it softer (less than the mean) or
harder (more than the mean). The effect of softening the threshold causes less replacement of best matching memory
cells by candidate memory cells, and the reverse is true when the threshold is hardened.
 Clonal Rate: Firstly, it is used in conjunction with the hypermutation rate to determine the number of clones that a
best matching memory cell can create to population of the ARB pool. Secondly, it is used to determine the number of
clones at each ARB which can be created during the ARB refinement stage. Finally, it is multiplied by an ARBs
stimulation to determine its resource allocation.
 Hypermutation Rate: Used with the clonal rate and cell stimulation, to determine the number of mutated clones a best
matching memory cell can create. As mentioned, the number of clones will be in the range of [0,clonalRate] which is
then increased by a factor of the hypermutation rate.
 Total Resources: The total resources place a direct limit on the number of ARBs that can coexist in the ARB pool
which can be 120 or 150.
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163
Volume 1 Issue 6 (July 2014) http://ijirae.com
___________________________________________________________________________________________________
© 2014, IJIRAE- All Rights Reserved Page -292
 Stimulation Threshold: The stopping criterion to the ARB refinement process is when the average stimulation value is
above the stimulation threshold. This parameter controls the amount of refinement performed on ARBs for an
antigen.
 Number of Initialisation Instances: Is the number of randomly selected training instances used to seed the memory
pool. This parameter can be in the range [0, total training instances].
 k-Nearest Neighbours: The kNN parameter is only used during the read-only classification stage of the algorithm. It
determines the number of best match memory cells used to vote by majority on the classification of unseen antigens.
B. Procedure for AIRS algorithm for classification
 Initialization: Dataset is normalized into [0,1] interval. Affinity threshold variable is initialized. Training dataset is
normalized to [0,1] range. Memory cell pool and Artificial Recognition Ball (ARB) pool are initialized.
 Antigen Training: Each data point in training set is provided to the memory pool to stimulate the recognition cells in
memory pool. Stimulation values are assigned to the recognition cells and the cell, which has maximum stimulation
value, is marked as the best memory cell. This cell is used for affinity maturation and cloned, then mutated. These
clone cells are put into the ARB pool.
 Competition for limited resource: After mutated clones are added to the ARB pool, competition starts. Antigen is
used to stimulate the ARB pool and limited resource is computed with respect to stimulation values. ARBs with very
limited resource or no limited resource are deleted from ARB pool. This step continues until stopping criteria is met.
Otherwise, mutated clones of ARBs are produced.
 Memory cell selection: Candidate memory cell that has a maximum stimulation score from ARB pool is chosen.
ARB is copied to the memory cell pool if ARB's stimulation value is better than the original best matching memory.
 Classification: Memory cell pool is used for cross-validation and K-nearest neighbor approach is applied for
classification.
C. Parallel AIRS for classification
The other interesting area of research for the AIRS algorithm is work into exploiting the parallelism inherent in the
techniques base metaphor. Few AlS algorithms exploit the distributed nature and parallel processing attributes exhibited in
the mammalian immune system. The approach to parallelizing AIRS was simple, involving the following steps in addition
to the standard training scheme:
 Initialize the input and the parameters
 Divide the obtained data set into np number of partitions, where np is the number of desired processes running AlRS
 Allocate training partitions to processes and prepare memory pools
 Gather the np number of memory pools
 Use a merging scheme of affinity between memory cells for creating a master memory pool for classification
D. ClonALG Algorithm for classification
The CLONALG algorithm is also a useful AIS algorithm, successfully applied to a number of machine learning and
artificial intelligence problems such as binary character recognition, multimodal function optimization and the travelling
salesperson problem. De Castro and Von zuben developed the Clonal Selection Algorithm on the basis of clonal selection
theory of the immune system. It was proved that it can perform pattern recognition and involves the selection of antibodies
(candidate solutions) based on affinity either by matching against an antigen pattern or via evaluation of a pattern by a cost
function. Selected antibodies are subjected to cloning proportional to affinity, and hyper mutation of clones inversely
proportional to clone affinity[9]. The resultant clonal-set competes with the antibody population for membership in the next
generation, and finally low-affinity population members are replaced by randomly generated antibodies. The pattern
recognition variation of the algorithm includes a maintenance memory solution set which in its entirety represents a
solution[7].
The CLONALG algorithm can be described as follows:
Step 1: Randomly initialize a population of individual (M);
Step2: For each pattern of P, present it to the population M and determine its affinity with each element of the population
M;
Step 3:Select n of the best highest affinity elements of M and generate copies of these individuals proportionally.
Step4:Mutate all these copies with a rate proportional to their affinity with the input pattern: the higher the affinity, the
smaller the mutation rate;
Step5:Add these mutated individuals to the population M and reselect m of these maturated individuals to be kept as
memories of the systems;
Step 6: Repeat steps 2 to 5 until a certain criterion is met
III. APPLICATIONS OF ARTIFICIAL IMMUNE SYSTEMS
Artificial Immune Systems is a sub-field of Computational Intelligence motivated by immunology that emerged in the early
1990s.The early works in the field were inspired by immune network theory which was applied to machine learning, control
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163
Volume 1 Issue 6 (July 2014) http://ijirae.com
___________________________________________________________________________________________________
© 2014, IJIRAE- All Rights Reserved Page -293
and optimization problems[13]. Early works proposed the immune system as an analogy for information protection systems
in the field of computer security[11]. Modern Artificial Immune systems are inspired by one of three sub-fields such as
clonal selection, negative selection and immune network algorithms. Chikh et al., used a modified AIRS2 called MAIRS2
where the K- nearest neighbors algorithm is replace with the fuzzy K-nearest neighbors to improve the diagnostic accuracy
of diabetes diseases[1]. Kodaz et al made a medical application of a new artificial immune system named the information
gain based artificial immune recognition system (IG-AIRS) which minimizes the negative effects of taking into account all
attributes in calculating Euclidean distance in shape–space representation which is used in many artificial immune systems.
This result ensured that IG-AIRS would be helpful in diagnosing thyroid function based on laboratory tests, and would open
the way to various ill diagnoses support by using the recent clinical examination data[5].
Shahaboddin et al proposed a new machine learning method of diagnosing tuberculosis which is a combination between
fuzzy and a data reduction phase, developed as AIS[2]. Hua Yang et al proposed a framework for the design of AIS based
ID Systems (IDSs) to analyze three core aspects such as antibody/antigen encoding, generation algorithm, and evolution
mode[3]. Liang et al., proposed a system which applied a combination of two methods of artificial immune and genetic
algorithm to diagnose the liver disease. The study represented the immune system's characteristics of learning and memory
to solve the problem of liver disease[16]. Arthi et al., proposed an intelligent approach based on artificial immune systems
(AIS) to perform the task of classification of autism datasets using fuzzy cognitive maps along with AIRS algorithm. The
study focused the use of AIRS and ClonAlg algorithm for the classification of various datasets[15].
IV.CONCLUSIONS
AIS mimic the biological system and intend to solve any complex problem. AIS algorithms can be implemented along
with evolutionary algorithm for classification, prediction and for data analysis. This study gives a framework of AIS
algorithms and its procedure for any application. Further the desirable properties of the immune system algorithms can be
applied in multiple domains along with artificial neural networks and fuzzy concepts.
REFERENCES
[1] MA Chikh, M Saidi, N.Settouti,” Diagnosis of diabetes diseases using an Artificial Immune Recognition System2
(AIRS2) with fuzzy K-nearest neighbor,”Journal of medical systems .vol. 36, pp2721-9,2012.
[2] Shahaboddin Shamshirband, Somayeh Hessam, Hossein Javidnia, Mohsen Amiribesheli, Shaghayegh Vahdat, Dalibor
Petković, Abdullah Gani, Miss Laiha Mat Kiah,”Tuberculosis Disease Diagnosis Using Artificial Immune Recognition
System,” International Journal of Medical Sciences, vol. 11(5),pp508-514,2014.
[3] Hua Yang, Tao Li, Xinlei Hu, Feng Wang, and Yang Zou,” A Survey of Artificial Immune System Based Intrusion
Detection,” The Scientific World Journal, Vol 2014,Article ID 156790,2014.
[4] Masoomeh sanei and Nasrollah Moghaddam Charkari ,” Hybrid Heuristic-Based Artificial Immune System for task
Scheduling, “International Journal of Distributed and Parallel Systems, vol 2, no 6, 2011
[5] H. Kodaz,” Medical application of information gain based artificial immune recognition system (AIRS): Diagnosis of
thyroid disease,” Expert Systems with Applications, vol .36, pp 3086-3092,2009.
[6] M. F. A. Gadi, X. Wang, and A. P. do Lago, “Credit card fraud detection with artificial immune system,” in Artificial
Immune Systems, vol. 5132 of Lecture Notes in Computer Science, pp. 119–131, Springer, Berlin, Germany, 2008.
[7] L. N. de Castro and F. J. von Zuben, “Learning and optimization using the clonal selection principle,” IEEE
Transactions on Evolutionary Computation, vol. 6, no. 3, pp. 239–251, 2002.
[8] A. Watkins, J. Timmis, and L. Boggess, “Artificial immune recognition system (AIRS): an immune-inspired
supervised learning algorithm,” Genetic Programming and Evolvable Machines, vol. 5, no. 3, pp. 291–317, 2004.
[9] Khaled A. Al-Sheshtawi, Hatem M. Abdul-Kader, Ashraf B. Elsisi, “ A novel artificial immune clonal selection
classification and rule mining with swarm learning model,” Connection Science , vol.25:2,pp-375-127,2014.
[10] J. Timmis, A. Tyrrell, M. Mokhtar, A. Ismail, N. Owens, and R. Bi, An artificial immune system for robot organisms
in Symbiotic Multi-Robot Organisms: Reliability, Adaptability, Evolution, pp. 268–288, Berlin, Germany : Springer,
2010.
[11] L. N. de Castro and J. Timmis, Artificial Immune Systems: A New Computational Intelligence Approach, Berlin,
Germany : Springer, 2002.
[12] J. D. Farmer, N. H. Packard, and A. S. Perelson, “The immune system, adaptation, and machine learning,” Physica D:
Nonlinear Phenomena, vol. 22, no. 1–3, pp. 187–204, 1986.
[13] S. Forrest, L. Allen, A. S. Perelson, and R. Cherukuri, “Self-non self discrimination in a computer,” in Proceedings of
the IEEE Computer Society Symposium on Research in Security and Privacy, 1994, pp. 202–212.
[14] J. O. Kephart, “A biologically inspired immune system for computers,” in Proceedings of the Fourth International
Workshop on the Synthesis and Simulation of Living Systems, 1994, pp. 130–139.
[15] Arthi Kannappan, Elpiniki I. Papageorgiou, “A new classification scheme using artificial immune systems learning
for fuzzy cognitive mapping,” in Proc. FUZZ-IEEE, 2013,1-8.
Liang C, Peng L, “An automated diagnosis system of liver disease using artificial immune and genetic algorithms,”
Journal of medical systems, vol 37(2),2013.

More Related Content

Similar to Application of Artificial Immune System Algorithms in Dataset Classification

AI-augmented Drug Discovery.pdf
AI-augmented Drug Discovery.pdfAI-augmented Drug Discovery.pdf
AI-augmented Drug Discovery.pdf
Candy Swift
 
AI-Based Antibody Screening.pdf
AI-Based Antibody Screening.pdfAI-Based Antibody Screening.pdf
AI-Based Antibody Screening.pdf
Candy Swift
 
An Efficient PSO Based Ensemble Classification Model on High Dimensional Data...
An Efficient PSO Based Ensemble Classification Model on High Dimensional Data...An Efficient PSO Based Ensemble Classification Model on High Dimensional Data...
An Efficient PSO Based Ensemble Classification Model on High Dimensional Data...
ijsc
 
AN EFFICIENT PSO BASED ENSEMBLE CLASSIFICATION MODEL ON HIGH DIMENSIONAL DATA...
AN EFFICIENT PSO BASED ENSEMBLE CLASSIFICATION MODEL ON HIGH DIMENSIONAL DATA...AN EFFICIENT PSO BASED ENSEMBLE CLASSIFICATION MODEL ON HIGH DIMENSIONAL DATA...
AN EFFICIENT PSO BASED ENSEMBLE CLASSIFICATION MODEL ON HIGH DIMENSIONAL DATA...
ijsc
 
CI_GA_module2_ABC_updatedG.ppt .
CI_GA_module2_ABC_updatedG.ppt           .CI_GA_module2_ABC_updatedG.ppt           .
CI_GA_module2_ABC_updatedG.ppt .
Athar739197
 
Volume 14 issue 03 march 2014_ijcsms_march14_10_14_rahul
Volume 14  issue 03  march 2014_ijcsms_march14_10_14_rahulVolume 14  issue 03  march 2014_ijcsms_march14_10_14_rahul
Volume 14 issue 03 march 2014_ijcsms_march14_10_14_rahul
Deepak Agarwal
 
Microarray Data Classification Using Support Vector Machine
Microarray Data Classification Using Support Vector MachineMicroarray Data Classification Using Support Vector Machine
Microarray Data Classification Using Support Vector Machine
CSCJournals
 
Robust Breast Cancer Diagnosis on Four Different Datasets Using Multi-Classif...
Robust Breast Cancer Diagnosis on Four Different Datasets Using Multi-Classif...Robust Breast Cancer Diagnosis on Four Different Datasets Using Multi-Classif...
Robust Breast Cancer Diagnosis on Four Different Datasets Using Multi-Classif...
ahmad abdelhafeez
 
AI-Augmented Drug Discovery - Creative Biolabs
AI-Augmented Drug Discovery - Creative BiolabsAI-Augmented Drug Discovery - Creative Biolabs
AI-Augmented Drug Discovery - Creative Biolabs
Creative-Biolabs
 
50120130406047
5012013040604750120130406047
50120130406047
IAEME Publication
 
Performance Evaluation of Different Data Mining Classification Algorithm and ...
Performance Evaluation of Different Data Mining Classification Algorithm and ...Performance Evaluation of Different Data Mining Classification Algorithm and ...
Performance Evaluation of Different Data Mining Classification Algorithm and ...
IOSR Journals
 
Robust Breast Cancer Diagnosis on Four Different Datasets Using Multi-Classif...
Robust Breast Cancer Diagnosis on Four Different Datasets Using Multi-Classif...Robust Breast Cancer Diagnosis on Four Different Datasets Using Multi-Classif...
Robust Breast Cancer Diagnosis on Four Different Datasets Using Multi-Classif...
ahmad abdelhafeez
 
Pattern recognition system based on support vector machines
Pattern recognition system based on support vector machinesPattern recognition system based on support vector machines
Pattern recognition system based on support vector machines
Alexander Decker
 
A hybrid wrapper spider monkey optimization-simulated annealing model for opt...
A hybrid wrapper spider monkey optimization-simulated annealing model for opt...A hybrid wrapper spider monkey optimization-simulated annealing model for opt...
A hybrid wrapper spider monkey optimization-simulated annealing model for opt...
International Journal of Reconfigurable and Embedded Systems
 
50120130405011
5012013040501150120130405011
50120130405011
IAEME Publication
 
2008: Applied AIS - A Roadmap of AIS Research in Brazil and Sample Applications
2008: Applied AIS - A Roadmap of AIS Research in Brazil and Sample Applications2008: Applied AIS - A Roadmap of AIS Research in Brazil and Sample Applications
2008: Applied AIS - A Roadmap of AIS Research in Brazil and Sample Applications
Leandro de Castro
 
Adapting New Data In Intrusion Detection Systems
Adapting New Data In Intrusion Detection SystemsAdapting New Data In Intrusion Detection Systems
Adapting New Data In Intrusion Detection Systems
CSCJournals
 
Classification Of Iris Plant Using Feedforward Neural Network
Classification Of Iris Plant Using Feedforward Neural NetworkClassification Of Iris Plant Using Feedforward Neural Network
Classification Of Iris Plant Using Feedforward Neural Network
irjes
 
DETECTION OF LIVER INFECTION USING MACHINE LEARNING TECHNIQUES
DETECTION OF LIVER INFECTION USING MACHINE LEARNING TECHNIQUESDETECTION OF LIVER INFECTION USING MACHINE LEARNING TECHNIQUES
DETECTION OF LIVER INFECTION USING MACHINE LEARNING TECHNIQUES
IRJET Journal
 
Deep learning methods applied to physicochemical and toxicological endpoints
Deep learning methods applied to physicochemical and toxicological endpointsDeep learning methods applied to physicochemical and toxicological endpoints
Deep learning methods applied to physicochemical and toxicological endpoints
Valery Tkachenko
 

Similar to Application of Artificial Immune System Algorithms in Dataset Classification (20)

AI-augmented Drug Discovery.pdf
AI-augmented Drug Discovery.pdfAI-augmented Drug Discovery.pdf
AI-augmented Drug Discovery.pdf
 
AI-Based Antibody Screening.pdf
AI-Based Antibody Screening.pdfAI-Based Antibody Screening.pdf
AI-Based Antibody Screening.pdf
 
An Efficient PSO Based Ensemble Classification Model on High Dimensional Data...
An Efficient PSO Based Ensemble Classification Model on High Dimensional Data...An Efficient PSO Based Ensemble Classification Model on High Dimensional Data...
An Efficient PSO Based Ensemble Classification Model on High Dimensional Data...
 
AN EFFICIENT PSO BASED ENSEMBLE CLASSIFICATION MODEL ON HIGH DIMENSIONAL DATA...
AN EFFICIENT PSO BASED ENSEMBLE CLASSIFICATION MODEL ON HIGH DIMENSIONAL DATA...AN EFFICIENT PSO BASED ENSEMBLE CLASSIFICATION MODEL ON HIGH DIMENSIONAL DATA...
AN EFFICIENT PSO BASED ENSEMBLE CLASSIFICATION MODEL ON HIGH DIMENSIONAL DATA...
 
CI_GA_module2_ABC_updatedG.ppt .
CI_GA_module2_ABC_updatedG.ppt           .CI_GA_module2_ABC_updatedG.ppt           .
CI_GA_module2_ABC_updatedG.ppt .
 
Volume 14 issue 03 march 2014_ijcsms_march14_10_14_rahul
Volume 14  issue 03  march 2014_ijcsms_march14_10_14_rahulVolume 14  issue 03  march 2014_ijcsms_march14_10_14_rahul
Volume 14 issue 03 march 2014_ijcsms_march14_10_14_rahul
 
Microarray Data Classification Using Support Vector Machine
Microarray Data Classification Using Support Vector MachineMicroarray Data Classification Using Support Vector Machine
Microarray Data Classification Using Support Vector Machine
 
Robust Breast Cancer Diagnosis on Four Different Datasets Using Multi-Classif...
Robust Breast Cancer Diagnosis on Four Different Datasets Using Multi-Classif...Robust Breast Cancer Diagnosis on Four Different Datasets Using Multi-Classif...
Robust Breast Cancer Diagnosis on Four Different Datasets Using Multi-Classif...
 
AI-Augmented Drug Discovery - Creative Biolabs
AI-Augmented Drug Discovery - Creative BiolabsAI-Augmented Drug Discovery - Creative Biolabs
AI-Augmented Drug Discovery - Creative Biolabs
 
50120130406047
5012013040604750120130406047
50120130406047
 
Performance Evaluation of Different Data Mining Classification Algorithm and ...
Performance Evaluation of Different Data Mining Classification Algorithm and ...Performance Evaluation of Different Data Mining Classification Algorithm and ...
Performance Evaluation of Different Data Mining Classification Algorithm and ...
 
Robust Breast Cancer Diagnosis on Four Different Datasets Using Multi-Classif...
Robust Breast Cancer Diagnosis on Four Different Datasets Using Multi-Classif...Robust Breast Cancer Diagnosis on Four Different Datasets Using Multi-Classif...
Robust Breast Cancer Diagnosis on Four Different Datasets Using Multi-Classif...
 
Pattern recognition system based on support vector machines
Pattern recognition system based on support vector machinesPattern recognition system based on support vector machines
Pattern recognition system based on support vector machines
 
A hybrid wrapper spider monkey optimization-simulated annealing model for opt...
A hybrid wrapper spider monkey optimization-simulated annealing model for opt...A hybrid wrapper spider monkey optimization-simulated annealing model for opt...
A hybrid wrapper spider monkey optimization-simulated annealing model for opt...
 
50120130405011
5012013040501150120130405011
50120130405011
 
2008: Applied AIS - A Roadmap of AIS Research in Brazil and Sample Applications
2008: Applied AIS - A Roadmap of AIS Research in Brazil and Sample Applications2008: Applied AIS - A Roadmap of AIS Research in Brazil and Sample Applications
2008: Applied AIS - A Roadmap of AIS Research in Brazil and Sample Applications
 
Adapting New Data In Intrusion Detection Systems
Adapting New Data In Intrusion Detection SystemsAdapting New Data In Intrusion Detection Systems
Adapting New Data In Intrusion Detection Systems
 
Classification Of Iris Plant Using Feedforward Neural Network
Classification Of Iris Plant Using Feedforward Neural NetworkClassification Of Iris Plant Using Feedforward Neural Network
Classification Of Iris Plant Using Feedforward Neural Network
 
DETECTION OF LIVER INFECTION USING MACHINE LEARNING TECHNIQUES
DETECTION OF LIVER INFECTION USING MACHINE LEARNING TECHNIQUESDETECTION OF LIVER INFECTION USING MACHINE LEARNING TECHNIQUES
DETECTION OF LIVER INFECTION USING MACHINE LEARNING TECHNIQUES
 
Deep learning methods applied to physicochemical and toxicological endpoints
Deep learning methods applied to physicochemical and toxicological endpointsDeep learning methods applied to physicochemical and toxicological endpoints
Deep learning methods applied to physicochemical and toxicological endpoints
 

More from AM Publications

DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
AM Publications
 
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
AM Publications
 
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGNTHE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
AM Publications
 
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
AM Publications
 
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
AM Publications
 
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISESANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
AM Publications
 
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
AM Publications
 
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
AM Publications
 
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITIONHMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
AM Publications
 
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
AM Publications
 
INTELLIGENT BLIND STICK
INTELLIGENT BLIND STICKINTELLIGENT BLIND STICK
INTELLIGENT BLIND STICK
AM Publications
 
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
AM Publications
 
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
AM Publications
 
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
AM Publications
 
OPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNNOPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNN
AM Publications
 
DETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECTDETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECT
AM Publications
 
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENTSIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
AM Publications
 
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
AM Publications
 
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
AM Publications
 
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
AM Publications
 

More from AM Publications (20)

DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
 
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
 
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGNTHE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
 
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
 
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
 
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISESANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
 
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
 
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
 
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITIONHMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
 
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
 
INTELLIGENT BLIND STICK
INTELLIGENT BLIND STICKINTELLIGENT BLIND STICK
INTELLIGENT BLIND STICK
 
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
 
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
 
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
 
OPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNNOPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNN
 
DETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECTDETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECT
 
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENTSIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
 
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
 
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
 
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
 

Recently uploaded

132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
Series of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.pptSeries of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.ppt
PauloRodrigues104553
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
nooriasukmaningtyas
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
PuktoonEngr
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
Madhumitha Jayaram
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
Mukeshwaran Balu
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
Divyam548318
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
drwaing
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
anoopmanoharan2
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 

Recently uploaded (20)

132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
Series of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.pptSeries of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.ppt
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 
Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 

Application of Artificial Immune System Algorithms in Dataset Classification

  • 1. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163 Volume 1 Issue 6 (July 2014) http://ijirae.com ___________________________________________________________________________________________________ © 2014, IJIRAE- All Rights Reserved Page - 291 Application of Artificial Immune System Algorithms in Dataset Classification M.Revathi* K.Arthi Research Scholar, RVS college of Computer Application, Karpagam University,Coimbatore Coimbatore,Tamilnadu Abstract— In recent years there is a huge increase in emphasis of interest in studying biologically inspired systems. Artificial immune systems (AIS) are a class of computationally intelligent systems inspired by the principles and processes of the vertebrate immune system. Computer engineers, mathematicians, philosophers and other researchers are particularly interested in the capabilities of this system, whose complexity is comparable to that of the human brain. AIS algorithms are machine-learning algorithms that typically exploit the immune system's characteristics of learning and memory to solve complex problem. It attempts to take advantages and benefits of natural immune systems for use in tackling complex problem domains. It is a class of adaptive or learning computer algorithm inspired by function of the biological immune system, designed for and applied to difficult problems such as intrusion detection, data clustering, and classification and search problems. In this paper, a study of artificial immune systems algorithms like Artificial Immune system Recognition system algorithm (AIRS) , parallel AIRS and clon ALG are presented with the possible number of applications in various domain. Keywords— AIS, AIRS, Parallel AIRS, ClonALG and classification I. INTRODUCTION AIS has proven to be capable of performing several tasks, like pattern recognition, learning, memory acquisition, generation of diversity, noise tolerance, generalization, distributed detection and optimization. AIS research began in the mid-1980s with Farmer, Packard, and Perelson’s study[12]. Their study suggested that computer science can might borrow from the immune system. AIS are nonlinear models, and hence are flexible in modeling complex real word relationships. They inherit the memory property of human immune system and can recognize the same or similar antigen quickly at different times.AIS has strong capabilities of pattern recognition, learning and associative memory, hence it is natural to view AIS as a powerful information processing and problem-solving paradigm in both the scientific and engineering fields. Artificial Immune Systems (AIS) possess nonlinear classification properties along with the biological properties such as positive and negative selection, clonal selection, and immune memory. Therefore, AIS, like genetic algorithms and neural nets, is an intelligent tool for applications in various domains. II. ARTIFICIAL IMMUNE SYSTEM An artificial immune system is a class of adaptive or learning computer algorithm inspired by function of the biological immune system, designed for and applied to difficult problems such as intrusion detection, data clustering, classification and search problems[8]. Various properties of the immune system like uniqueness, recognition of foreigners, anomaly detection, distributed detection; noise tolerance, reinforcement learning and memory are of great interest for computer science researchers to explore in the research areas like clustering, pattern recognition, classification, optimization, and other similar machine learning problem domains[6]. Artificial Immune Recognition System algorithm(AIRS) is a biologically inspired computing paradigm designed specifically and applied to classification problems. The AIRS algorithm exhibits the desirable algorithmic characteristics like self-regulation, performance, generalization and parameter stability[10][14]. A. Parameters used in AIRS AIRS algorithm has a number of user configurable parameters for fine-tuning the training schedule to specific problem domains[15].  Affinity Threshold Scalar (ATS): the mean affinity between a set of antigens from the training dataset. The affinity threshold scalar provides a means of adjusting the automatic threshold by making it softer (less than the mean) or harder (more than the mean). The effect of softening the threshold causes less replacement of best matching memory cells by candidate memory cells, and the reverse is true when the threshold is hardened.  Clonal Rate: Firstly, it is used in conjunction with the hypermutation rate to determine the number of clones that a best matching memory cell can create to population of the ARB pool. Secondly, it is used to determine the number of clones at each ARB which can be created during the ARB refinement stage. Finally, it is multiplied by an ARBs stimulation to determine its resource allocation.  Hypermutation Rate: Used with the clonal rate and cell stimulation, to determine the number of mutated clones a best matching memory cell can create. As mentioned, the number of clones will be in the range of [0,clonalRate] which is then increased by a factor of the hypermutation rate.  Total Resources: The total resources place a direct limit on the number of ARBs that can coexist in the ARB pool which can be 120 or 150.
  • 2. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163 Volume 1 Issue 6 (July 2014) http://ijirae.com ___________________________________________________________________________________________________ © 2014, IJIRAE- All Rights Reserved Page -292  Stimulation Threshold: The stopping criterion to the ARB refinement process is when the average stimulation value is above the stimulation threshold. This parameter controls the amount of refinement performed on ARBs for an antigen.  Number of Initialisation Instances: Is the number of randomly selected training instances used to seed the memory pool. This parameter can be in the range [0, total training instances].  k-Nearest Neighbours: The kNN parameter is only used during the read-only classification stage of the algorithm. It determines the number of best match memory cells used to vote by majority on the classification of unseen antigens. B. Procedure for AIRS algorithm for classification  Initialization: Dataset is normalized into [0,1] interval. Affinity threshold variable is initialized. Training dataset is normalized to [0,1] range. Memory cell pool and Artificial Recognition Ball (ARB) pool are initialized.  Antigen Training: Each data point in training set is provided to the memory pool to stimulate the recognition cells in memory pool. Stimulation values are assigned to the recognition cells and the cell, which has maximum stimulation value, is marked as the best memory cell. This cell is used for affinity maturation and cloned, then mutated. These clone cells are put into the ARB pool.  Competition for limited resource: After mutated clones are added to the ARB pool, competition starts. Antigen is used to stimulate the ARB pool and limited resource is computed with respect to stimulation values. ARBs with very limited resource or no limited resource are deleted from ARB pool. This step continues until stopping criteria is met. Otherwise, mutated clones of ARBs are produced.  Memory cell selection: Candidate memory cell that has a maximum stimulation score from ARB pool is chosen. ARB is copied to the memory cell pool if ARB's stimulation value is better than the original best matching memory.  Classification: Memory cell pool is used for cross-validation and K-nearest neighbor approach is applied for classification. C. Parallel AIRS for classification The other interesting area of research for the AIRS algorithm is work into exploiting the parallelism inherent in the techniques base metaphor. Few AlS algorithms exploit the distributed nature and parallel processing attributes exhibited in the mammalian immune system. The approach to parallelizing AIRS was simple, involving the following steps in addition to the standard training scheme:  Initialize the input and the parameters  Divide the obtained data set into np number of partitions, where np is the number of desired processes running AlRS  Allocate training partitions to processes and prepare memory pools  Gather the np number of memory pools  Use a merging scheme of affinity between memory cells for creating a master memory pool for classification D. ClonALG Algorithm for classification The CLONALG algorithm is also a useful AIS algorithm, successfully applied to a number of machine learning and artificial intelligence problems such as binary character recognition, multimodal function optimization and the travelling salesperson problem. De Castro and Von zuben developed the Clonal Selection Algorithm on the basis of clonal selection theory of the immune system. It was proved that it can perform pattern recognition and involves the selection of antibodies (candidate solutions) based on affinity either by matching against an antigen pattern or via evaluation of a pattern by a cost function. Selected antibodies are subjected to cloning proportional to affinity, and hyper mutation of clones inversely proportional to clone affinity[9]. The resultant clonal-set competes with the antibody population for membership in the next generation, and finally low-affinity population members are replaced by randomly generated antibodies. The pattern recognition variation of the algorithm includes a maintenance memory solution set which in its entirety represents a solution[7]. The CLONALG algorithm can be described as follows: Step 1: Randomly initialize a population of individual (M); Step2: For each pattern of P, present it to the population M and determine its affinity with each element of the population M; Step 3:Select n of the best highest affinity elements of M and generate copies of these individuals proportionally. Step4:Mutate all these copies with a rate proportional to their affinity with the input pattern: the higher the affinity, the smaller the mutation rate; Step5:Add these mutated individuals to the population M and reselect m of these maturated individuals to be kept as memories of the systems; Step 6: Repeat steps 2 to 5 until a certain criterion is met III. APPLICATIONS OF ARTIFICIAL IMMUNE SYSTEMS Artificial Immune Systems is a sub-field of Computational Intelligence motivated by immunology that emerged in the early 1990s.The early works in the field were inspired by immune network theory which was applied to machine learning, control
  • 3. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2163 Volume 1 Issue 6 (July 2014) http://ijirae.com ___________________________________________________________________________________________________ © 2014, IJIRAE- All Rights Reserved Page -293 and optimization problems[13]. Early works proposed the immune system as an analogy for information protection systems in the field of computer security[11]. Modern Artificial Immune systems are inspired by one of three sub-fields such as clonal selection, negative selection and immune network algorithms. Chikh et al., used a modified AIRS2 called MAIRS2 where the K- nearest neighbors algorithm is replace with the fuzzy K-nearest neighbors to improve the diagnostic accuracy of diabetes diseases[1]. Kodaz et al made a medical application of a new artificial immune system named the information gain based artificial immune recognition system (IG-AIRS) which minimizes the negative effects of taking into account all attributes in calculating Euclidean distance in shape–space representation which is used in many artificial immune systems. This result ensured that IG-AIRS would be helpful in diagnosing thyroid function based on laboratory tests, and would open the way to various ill diagnoses support by using the recent clinical examination data[5]. Shahaboddin et al proposed a new machine learning method of diagnosing tuberculosis which is a combination between fuzzy and a data reduction phase, developed as AIS[2]. Hua Yang et al proposed a framework for the design of AIS based ID Systems (IDSs) to analyze three core aspects such as antibody/antigen encoding, generation algorithm, and evolution mode[3]. Liang et al., proposed a system which applied a combination of two methods of artificial immune and genetic algorithm to diagnose the liver disease. The study represented the immune system's characteristics of learning and memory to solve the problem of liver disease[16]. Arthi et al., proposed an intelligent approach based on artificial immune systems (AIS) to perform the task of classification of autism datasets using fuzzy cognitive maps along with AIRS algorithm. The study focused the use of AIRS and ClonAlg algorithm for the classification of various datasets[15]. IV.CONCLUSIONS AIS mimic the biological system and intend to solve any complex problem. AIS algorithms can be implemented along with evolutionary algorithm for classification, prediction and for data analysis. This study gives a framework of AIS algorithms and its procedure for any application. Further the desirable properties of the immune system algorithms can be applied in multiple domains along with artificial neural networks and fuzzy concepts. REFERENCES [1] MA Chikh, M Saidi, N.Settouti,” Diagnosis of diabetes diseases using an Artificial Immune Recognition System2 (AIRS2) with fuzzy K-nearest neighbor,”Journal of medical systems .vol. 36, pp2721-9,2012. [2] Shahaboddin Shamshirband, Somayeh Hessam, Hossein Javidnia, Mohsen Amiribesheli, Shaghayegh Vahdat, Dalibor Petković, Abdullah Gani, Miss Laiha Mat Kiah,”Tuberculosis Disease Diagnosis Using Artificial Immune Recognition System,” International Journal of Medical Sciences, vol. 11(5),pp508-514,2014. [3] Hua Yang, Tao Li, Xinlei Hu, Feng Wang, and Yang Zou,” A Survey of Artificial Immune System Based Intrusion Detection,” The Scientific World Journal, Vol 2014,Article ID 156790,2014. [4] Masoomeh sanei and Nasrollah Moghaddam Charkari ,” Hybrid Heuristic-Based Artificial Immune System for task Scheduling, “International Journal of Distributed and Parallel Systems, vol 2, no 6, 2011 [5] H. Kodaz,” Medical application of information gain based artificial immune recognition system (AIRS): Diagnosis of thyroid disease,” Expert Systems with Applications, vol .36, pp 3086-3092,2009. [6] M. F. A. Gadi, X. Wang, and A. P. do Lago, “Credit card fraud detection with artificial immune system,” in Artificial Immune Systems, vol. 5132 of Lecture Notes in Computer Science, pp. 119–131, Springer, Berlin, Germany, 2008. [7] L. N. de Castro and F. J. von Zuben, “Learning and optimization using the clonal selection principle,” IEEE Transactions on Evolutionary Computation, vol. 6, no. 3, pp. 239–251, 2002. [8] A. Watkins, J. Timmis, and L. Boggess, “Artificial immune recognition system (AIRS): an immune-inspired supervised learning algorithm,” Genetic Programming and Evolvable Machines, vol. 5, no. 3, pp. 291–317, 2004. [9] Khaled A. Al-Sheshtawi, Hatem M. Abdul-Kader, Ashraf B. Elsisi, “ A novel artificial immune clonal selection classification and rule mining with swarm learning model,” Connection Science , vol.25:2,pp-375-127,2014. [10] J. Timmis, A. Tyrrell, M. Mokhtar, A. Ismail, N. Owens, and R. Bi, An artificial immune system for robot organisms in Symbiotic Multi-Robot Organisms: Reliability, Adaptability, Evolution, pp. 268–288, Berlin, Germany : Springer, 2010. [11] L. N. de Castro and J. Timmis, Artificial Immune Systems: A New Computational Intelligence Approach, Berlin, Germany : Springer, 2002. [12] J. D. Farmer, N. H. Packard, and A. S. Perelson, “The immune system, adaptation, and machine learning,” Physica D: Nonlinear Phenomena, vol. 22, no. 1–3, pp. 187–204, 1986. [13] S. Forrest, L. Allen, A. S. Perelson, and R. Cherukuri, “Self-non self discrimination in a computer,” in Proceedings of the IEEE Computer Society Symposium on Research in Security and Privacy, 1994, pp. 202–212. [14] J. O. Kephart, “A biologically inspired immune system for computers,” in Proceedings of the Fourth International Workshop on the Synthesis and Simulation of Living Systems, 1994, pp. 130–139. [15] Arthi Kannappan, Elpiniki I. Papageorgiou, “A new classification scheme using artificial immune systems learning for fuzzy cognitive mapping,” in Proc. FUZZ-IEEE, 2013,1-8. Liang C, Peng L, “An automated diagnosis system of liver disease using artificial immune and genetic algorithms,” Journal of medical systems, vol 37(2),2013.