SlideShare a Scribd company logo
1 of 19
Download to read offline
Cultural
   Algorithm -
     Genetic
   Algorithms.
     Related
   Techniques

   eng. D. M.
   Condurachi
                                                Cultural Algorithm
Background &
Definition
                                      Genetic Algorithms. Related Techniques
Advantages &
Disadvantages

Communication
Protocol &
Algorithm                                          eng. Daniel Mihai Condurachi
General Features

Suitable Problems
                                                          Department of Computer Science
Communication                                              “AL.I.Cuza” University of Ia¸ i
                                                                                       s
Protocols
                                                                  Ia¸ i, România
                                                                    s
Embedding Other
Methods

Future Directions                                                      March 26, 2008
Appendices




             eng. D. M. Condurachi (UAIC)   Cultural Algorithm - Genetic Algorithms. Related Techniques   March 26, 2008   1 / 17
Background
    Cultural
   Algorithm -
     Genetic
   Algorithms.
     Related
   Techniques

   eng. D. M.
   Condurachi

Background &
Definition                         cultural evolution enables societies to evolve or adapt to their
Advantages &                      environments at higher rates than biological evolution based
Disadvantages

Communication
                                  upon genetic inheritance alone
Protocol &
Algorithm                         over time humans have developed a unique set of capacities
General Features                  that support the formation, encoding, and transmission of
Suitable Problems                 cultural information [4]
Communication
Protocols

Embedding Other
Methods

Future Directions

Appendices




             eng. D. M. Condurachi (UAIC)   Cultural Algorithm - Genetic Algorithms. Related Techniques   March 26, 2008   2 / 17
Definitions
    Cultural
   Algorithm -
     Genetic
   Algorithms.
                         Definition
     Related
   Techniques            Culture is a system of symbolically encoded conceptual
   eng. D. M.
   Condurachi
                         phenomenon that are socially and historically transmitted within
                         and between populations [3].
Background &
Definition

Advantages &
Disadvantages
                         Definition
Communication
Protocol &
                         Cultural algorithms are computational modelsa of cultural evolution
Algorithm                [4].
General Features
                             a modele       de calcul
Suitable Problems

Communication
Protocols

Embedding Other          Definition
Methods

Future Directions
                         Cultural algorithms are evolutionary algorithms that support an
Appendices               additional mechanism for information extraction during the
                         execution of the algorithm, avoiding the need to encode the
                         information a priori [1].

             eng. D. M. Condurachi (UAIC)         Cultural Algorithm - Genetic Algorithms. Related Techniques   March 26, 2008   3 / 17
Advantages
    Cultural
   Algorithm -
     Genetic
   Algorithms.
     Related
   Techniques

   eng. D. M.
   Condurachi                     it reduces the need for immature individuals to waste energy
Background &                      by bypassing trial and error iterations usually required to
Definition
                                  acquire information about the environment
Advantages &
Disadvantages                     it enables the transmission of more information than any
Communication
Protocol &
                                  individual genome may feasibly contain
Algorithm
                                  culture affords populations with
General Features

Suitable Problems
                                            flexibility - cultural information can be transmitted faster than
Communication
                                            genetic material
Protocols                                   stability - culture is capable of persisting beyond the lifetime of a
Embedding Other
Methods
                                            single individual [2]
Future Directions

Appendices




             eng. D. M. Condurachi (UAIC)         Cultural Algorithm - Genetic Algorithms. Related Techniques   March 26, 2008   4 / 17
Communication Protocol
    Cultural
   Algorithm -                    interface between the population and belief space
     Genetic
   Algorithms.                    best individuals of the population can update the belief space
     Related
   Techniques                     via the update function
   eng. D. M.                     the knowledge categories of the belief space can affect the
   Condurachi
                                  population component via influence function. The influence
Background &
Definition                         function can affect population by altering the genome or the
Advantages &                      actions of the individuals
Disadvantages

Communication
Protocol &
Algorithm

General Features

Suitable Problems

Communication
Protocols

Embedding Other
Methods

Future Directions

Appendices




                         Figure: Population and Belief Space and the Connection Between the two

             eng. D. M. Condurachi (UAIC)   Cultural Algorithm - Genetic Algorithms. Related Techniques   March 26, 2008   5 / 17
Evolutionary perspective
    Cultural
   Algorithm -
     Genetic
   Algorithms.
     Related
   Techniques            Modeling the cultural evolution process:
   eng. D. M.
   Condurachi                     micro-evolutionary perspective - transmission of behaviors or
Background &                      traits1 between individuals in a population
Definition

Advantages &
                                  macro-evolutionary perspective (formation of generalized
Disadvantages                     beliefs based upon individual experiences)
Communication
Protocol &               Each individual can be described:
Algorithm

General Features                  a set of traits or behaviors and a mappa (symbolization of an
Suitable Problems                 individuals past experience and forecasts concerning future
Communication                     experience)
Protocols

Embedding Other                   or generalized description of their experiences
Methods

Future Directions
                         The same happens to the whole society
Appendices




                             1 trasaturi
                                 ˘ ˘
             eng. D. M. Condurachi (UAIC)   Cultural Algorithm - Genetic Algorithms. Related Techniques   March 26, 2008   6 / 17
Group mappa
    Cultural
   Algorithm -
     Genetic
   Algorithms.
     Related
   Techniques

   eng. D. M.
   Condurachi

Background &                      individual mappa can be
Definition

Advantages &
                                            merged,
Disadvantages                               generalized,
Communication
Protocol &
                                            specialized
Algorithm

General Features
                                  in order to form group mappa
Suitable Problems                 group mappa serves to direct the future actions of the group
Communication                     and its individuals
Protocols

Embedding Other
Methods

Future Directions

Appendices




             eng. D. M. Condurachi (UAIC)         Cultural Algorithm - Genetic Algorithms. Related Techniques   March 26, 2008   7 / 17
Basic Algorithm
    Cultural
   Algorithm -
     Genetic
   Algorithms.
     Related
   Techniques
                         Begin
   eng. D. M.
   Condurachi            t = 0;
Background &
                         initialize Population Space POP(t);
Definition
                         initialize Belief Space BLF(t);
Advantages &
Disadvantages            repeat until termination condition achieved;
Communication                 perform actions of the individuals in POP(t);
Protocol &
Algorithm                     evaluate each individual by using the fitness function;
General Features              select the best individuals to become parents;
Suitable Problems             create new generation of offspring by mutation & crossover;
Communication
Protocols
                              delele not so fit members to make room for the new ones;
Embedding Other
                              bLF(t) alters the genome of the offspring - influence function;
Methods
                              best individuals can update the BLF(t) - acceptance function;
Future Directions
                         End.
Appendices




             eng. D. M. Condurachi (UAIC)   Cultural Algorithm - Genetic Algorithms. Related Techniques   March 26, 2008   8 / 17
General Features
    Cultural
   Algorithm -
     Genetic
   Algorithms.
     Related
   Techniques
                                  dual Inheritance (at population and knowledge levels)
   eng. D. M.
   Condurachi
                                  knowledge guide evolution of the population
Background &
                                  supports hierarchical structuring of population and belief
Definition                         spaces
Advantages &
Disadvantages                     domain knowledge separated from individuals
Communication
Protocol &                        supports self adaptation at various levels
Algorithm

General Features
                                  evolution can take place at different rates at different levels
Suitable Problems                 (“Culture evolves 10 times faster than the biological
Communication                     component”)
Protocols

Embedding Other
                                  supports hybrid approaches to problem solving
Methods

Future Directions
                                  a computational framework2 within which many all of the
Appendices
                                  different models of cultural change can be expressed


                             2 cadru
             eng. D. M. Condurachi (UAIC)   Cultural Algorithm - Genetic Algorithms. Related Techniques   March 26, 2008   9 / 17
General Features
    Cultural
   Algorithm -
     Genetic
   Algorithms.                    can support the emergence of hierarchical structures in both
     Related
   Techniques                     the belief and population spaces
   eng. D. M.
   Condurachi

Background &
Definition

Advantages &
Disadvantages

Communication
Protocol &
Algorithm

General Features

Suitable Problems

Communication
Protocols

Embedding Other
Methods

Future Directions

Appendices
                            Figure: Hierarchical structures in both the belief and population spaces



             eng. D. M. Condurachi (UAIC)   Cultural Algorithm - Genetic Algorithms. Related Techniques   March 26, 2008   10 / 17
Suitable Problems
    Cultural
   Algorithm -
     Genetic
   Algorithms.
     Related
   Techniques                     significant amount of domain knowledge (e.g. constrained
   eng. D. M.                     optimization problems)
   Condurachi
                                  complex Systems where adaptation can take place at various
Background &
Definition                         levels, at various rates in the population and belief space
Advantages &
Disadvantages                     knowledge is in different forms and needs to be reasoned
Communication                     about in different ways
Protocol &
Algorithm                         hybrid systems that require a combination of search and
General Features
                                  knowledge based frameworks
Suitable Problems

Communication
                                  problem solution requires multiple populations and multiple
Protocols                         belief spaces and their interaction
Embedding Other
Methods                           hierarchically structured problem environments where
Future Directions                 hierarchically structured population and knowledge elements
Appendices
                                  can emerge



             eng. D. M. Condurachi (UAIC)   Cultural Algorithm - Genetic Algorithms. Related Techniques   March 26, 2008   11 / 17
Acceptance Function
    Cultural
   Algorithm -
     Genetic
   Algorithms.                    all individuals are used to update constraints knowledge3
     Related
   Techniques                     the top 20% (eminent individuals) are use are used ot update
   eng. D. M.
   Condurachi
                                  the normative knowledge
Background &             Future development:
Definition

Advantages &
                             use interference rules to adjust the classification of active
Disadvantages                cells:
Communication
Protocol &
                                      1     feasible
Algorithm                             2     infeasible
General Features                      3     semi-feasible
Suitable Problems

Communication
                                  adjust hierarchical structure based upon the above
Protocols
                                  split semi-feasible cell into smaller cells when the number of
Embedding Other
Methods                           individuals becomes too high
Future Directions
                                  merge, recombine infeasible children into the original parent;
Appendices
                                  then decompose the parent in a different way obtaining
                                  semi-feasible children
                             3 cuno¸ tin¸ele
                                   s t          de constrângere
             eng. D. M. Condurachi (UAIC)         Cultural Algorithm - Genetic Algorithms. Related Techniques   March 26, 2008   12 / 17
Influence Function
    Cultural
   Algorithm -
     Genetic
   Algorithms.
     Related
   Techniques

   eng. D. M.                     guides the migration of individuals from less productive cells
   Condurachi
                                  (infeasible), to ones that are more productive (semi-feasible
Background &
Definition                         and feasible)
Advantages &
Disadvantages
                                  eminent cells = semi-feasible and feasible cells with eminent
Communication
                                  individuals
Protocol &
Algorithm                         highlights the migration from ordinary cells to eminent cells
General Features

Suitable Problems
                         HOW?
Communication                1    perturb individuals a little in eminent cells
Protocols

Embedding Other
                             2    move individuals in infeasible cells to feasible ones
Methods

Future Directions
                             3    move individuals from ordinary to eminent cells
Appendices




             eng. D. M. Condurachi (UAIC)   Cultural Algorithm - Genetic Algorithms. Related Techniques   March 26, 2008   13 / 17
Population Models Used
    Cultural
   Algorithm -
     Genetic
   Algorithms.
     Related
   Techniques

   eng. D. M.
   Condurachi

Background &
                                  Genetic Algorithms (Concept learning, optimization)
Definition
                                  Genetic Programming (Evolving agent strategies)
Advantages &
Disadvantages
                                  Evolutionary Programming (Real valued function optimization)
Communication
Protocol &                        Evolution Strategies (Robot soccer plays)
Algorithm

General Features                  Memetic models (Evolution of agriculture)
Suitable Problems
                                  Agent based modeling (Evolution of the state, Environmental
Communication
Protocols                         Impact)
Embedding Other
Methods

Future Directions

Appendices




             eng. D. M. Condurachi (UAIC)   Cultural Algorithm - Genetic Algorithms. Related Techniques   March 26, 2008   14 / 17
Knowledge Models Used
    Cultural
   Algorithm -
     Genetic
   Algorithms.
     Related
   Techniques

   eng. D. M.                     Schemata
   Condurachi
                                            Binary valued (Maleticconcept learning, Boole problem, data
Background &
Definition                                   mining)
Advantages &                                Real-valued interval schemata (Chang:unconstrained
Disadvantages
                                            optimization)
Communication
Protocol &
                                            Fuzzy Real-valued schemata
Algorithm                                   Regional Schemata ((Xidong Jin)constrained optimization)
General Features

Suitable Problems
                                  Semantic Networks (DLMS:Rychtyckyj)
Communication                     Graphical Models (GP:Zannoni, Ostrowski)
Protocols

Embedding Other
                                  Logical and Rule Based models (HYBAL(Sverdlik), Fraud
Methods
                                  Detection (Sternberg), Lazar (Data mining))
Future Directions

Appendices




             eng. D. M. Condurachi (UAIC)         Cultural Algorithm - Genetic Algorithms. Related Techniques   March 26, 2008   15 / 17
Variations
    Cultural
   Algorithm -
     Genetic
   Algorithms.
     Related
   Techniques

   eng. D. M.
   Condurachi

Background &
Definition                Space Guided Genetic Algorithms (VGA)
Advantages &
Disadvantages                     the micro-evolutionary process is modeled using genetic
Communication                     algorithms
Protocol &
Algorithm
                                  the belief space represents schemata or generalizations of
General Features
                                  the individual chromosomes based upon their behaviors
Suitable Problems

Communication
Protocols

Embedding Other
Methods

Future Directions

Appendices




             eng. D. M. Condurachi (UAIC)   Cultural Algorithm - Genetic Algorithms. Related Techniques   March 26, 2008   16 / 17
Future Directions
    Cultural
   Algorithm -
     Genetic
   Algorithms.
     Related
   Techniques

   eng. D. M.
   Condurachi

Background &
Definition
                                  Integrating Multiple Representations and Population Models
Advantages &                      Parallelization
Disadvantages

Communication                     Belief Space Evolution
Protocol &
Algorithm                         Designing Cultural Systems
General Features
                                  How does a Culture’s structure and content reflect its problem
Suitable Problems

Communication
                                  solving environment (Saleem)
Protocols

Embedding Other
Methods

Future Directions

Appendices




             eng. D. M. Condurachi (UAIC)   Cultural Algorithm - Genetic Algorithms. Related Techniques   March 26, 2008   17 / 17
Cultural
   Algorithm -                   Ricardo Landa Becerra.
     Genetic
   Algorithms.                   Use of Domain Information to Improve the Performance of an
     Related
   Techniques                    Evolutionary Algorithm.
   eng. D. M.                    PhD thesis, Center for Research and Advanced Studies of the
   Condurachi
                                 Nationl Polytechnic Institure of Mexico, Computer Science
Background &
Definition
                                 Department, 2007.
Advantages &
Disadvantages                    Dara Curran.
Communication                    An Empirical Analysis of Cultural Learning: Examining fitness,
Protocol &
Algorithm                        diversity and changing environments in populations of
General Features                 game-playing neural network agents.
Suitable Problems                PhD thesis, The Department of Information Technology of the
Communication
Protocols
                                 National University of Ireland, Galway, 2006.
Embedding Other
Methods                          W. Durham.
Future Directions                Co-Evolution: Genes, Culture, and Human Diversity.
Appendices                       Stanford University Press, 1994.
                                 Robert G. Reynolds.
                                 An introduction to cultural algorithms.
             eng. D. M. Condurachi (UAIC)   Cultural Algorithm - Genetic Algorithms. Related Techniques   March 26, 2008   17 / 17
Cultural                     Technical report, Department of Computer Science 431 State
   Algorithm -
     Genetic                     Hall Wayne State University, 1994.
   Algorithms.
     Related                     http://ftp.cerias.purdue.edu/pub/doc/EC/EA/
   Techniques
                                 papers/cult94.ps.gz
   eng. D. M.
   Condurachi                    email: reynolds@cs.wayne.edu.
Background &
Definition

Advantages &
Disadvantages

Communication
Protocol &
Algorithm

General Features

Suitable Problems

Communication
Protocols

Embedding Other
Methods

Future Directions

Appendices




             eng. D. M. Condurachi (UAIC)   Cultural Algorithm - Genetic Algorithms. Related Techniques   March 26, 2008   17 / 17

More Related Content

What's hot

Graph Based Clustering
Graph Based ClusteringGraph Based Clustering
Graph Based ClusteringSSA KPI
 
Artificial intelligence and knowledge representation
Artificial intelligence and knowledge representationArtificial intelligence and knowledge representation
Artificial intelligence and knowledge representationSajan Sahu
 
Ant colony optimization
Ant colony optimizationAnt colony optimization
Ant colony optimizationJoy Dutta
 
Propositional And First-Order Logic
Propositional And First-Order LogicPropositional And First-Order Logic
Propositional And First-Order Logicankush_kumar
 
Instance Based Learning in Machine Learning
Instance Based Learning in Machine LearningInstance Based Learning in Machine Learning
Instance Based Learning in Machine LearningPavithra Thippanaik
 
Lecture 26 local beam search
Lecture 26 local beam searchLecture 26 local beam search
Lecture 26 local beam searchHema Kashyap
 
Predicate calculus
Predicate calculusPredicate calculus
Predicate calculusRajendran
 
Lecture Notes-Finite State Automata for NLP.pdf
Lecture Notes-Finite State Automata for NLP.pdfLecture Notes-Finite State Automata for NLP.pdf
Lecture Notes-Finite State Automata for NLP.pdfDeptii Chaudhari
 
Genetic Algorithms - Artificial Intelligence
Genetic Algorithms - Artificial IntelligenceGenetic Algorithms - Artificial Intelligence
Genetic Algorithms - Artificial IntelligenceSahil Kumar
 
Radial basis function network ppt bySheetal,Samreen and Dhanashri
Radial basis function network ppt bySheetal,Samreen and DhanashriRadial basis function network ppt bySheetal,Samreen and Dhanashri
Radial basis function network ppt bySheetal,Samreen and Dhanashrisheetal katkar
 
NLP_KASHK:Parsing with Context-Free Grammar
NLP_KASHK:Parsing with Context-Free Grammar NLP_KASHK:Parsing with Context-Free Grammar
NLP_KASHK:Parsing with Context-Free Grammar Hemantha Kulathilake
 
Syntax and semantics of propositional logic
Syntax and semantics of propositional logicSyntax and semantics of propositional logic
Syntax and semantics of propositional logicJanet Stemwedel
 
Turing Machine
Turing MachineTuring Machine
Turing MachineRajendran
 
Natural Language Processing
Natural Language ProcessingNatural Language Processing
Natural Language ProcessingSaurabh Kaushik
 
Particle Swarm Optimization - PSO
Particle Swarm Optimization - PSOParticle Swarm Optimization - PSO
Particle Swarm Optimization - PSOMohamed Talaat
 
Local search algorithm
Local search algorithmLocal search algorithm
Local search algorithmMegha Sharma
 

What's hot (20)

Knowledge representation
Knowledge representationKnowledge representation
Knowledge representation
 
Graph Based Clustering
Graph Based ClusteringGraph Based Clustering
Graph Based Clustering
 
Artificial intelligence and knowledge representation
Artificial intelligence and knowledge representationArtificial intelligence and knowledge representation
Artificial intelligence and knowledge representation
 
Ant colony optimization
Ant colony optimizationAnt colony optimization
Ant colony optimization
 
Propositional And First-Order Logic
Propositional And First-Order LogicPropositional And First-Order Logic
Propositional And First-Order Logic
 
Instance Based Learning in Machine Learning
Instance Based Learning in Machine LearningInstance Based Learning in Machine Learning
Instance Based Learning in Machine Learning
 
Lecture 26 local beam search
Lecture 26 local beam searchLecture 26 local beam search
Lecture 26 local beam search
 
Predicate calculus
Predicate calculusPredicate calculus
Predicate calculus
 
Lasso regression
Lasso regressionLasso regression
Lasso regression
 
5 csp
5 csp5 csp
5 csp
 
Lecture Notes-Finite State Automata for NLP.pdf
Lecture Notes-Finite State Automata for NLP.pdfLecture Notes-Finite State Automata for NLP.pdf
Lecture Notes-Finite State Automata for NLP.pdf
 
Genetic Algorithms - Artificial Intelligence
Genetic Algorithms - Artificial IntelligenceGenetic Algorithms - Artificial Intelligence
Genetic Algorithms - Artificial Intelligence
 
Radial basis function network ppt bySheetal,Samreen and Dhanashri
Radial basis function network ppt bySheetal,Samreen and DhanashriRadial basis function network ppt bySheetal,Samreen and Dhanashri
Radial basis function network ppt bySheetal,Samreen and Dhanashri
 
NLP_KASHK:Parsing with Context-Free Grammar
NLP_KASHK:Parsing with Context-Free Grammar NLP_KASHK:Parsing with Context-Free Grammar
NLP_KASHK:Parsing with Context-Free Grammar
 
Syntax and semantics of propositional logic
Syntax and semantics of propositional logicSyntax and semantics of propositional logic
Syntax and semantics of propositional logic
 
Turing Machine
Turing MachineTuring Machine
Turing Machine
 
Np cooks theorem
Np cooks theoremNp cooks theorem
Np cooks theorem
 
Natural Language Processing
Natural Language ProcessingNatural Language Processing
Natural Language Processing
 
Particle Swarm Optimization - PSO
Particle Swarm Optimization - PSOParticle Swarm Optimization - PSO
Particle Swarm Optimization - PSO
 
Local search algorithm
Local search algorithmLocal search algorithm
Local search algorithm
 

Similar to Cultural Algorithm - Genetic Algorithms - Related Techniques

Open Mining Education, Ethics & AI
Open Mining Education, Ethics & AIOpen Mining Education, Ethics & AI
Open Mining Education, Ethics & AIRobert Farrow
 
Cog infocom2014opening
Cog infocom2014openingCog infocom2014opening
Cog infocom2014openingGyörgy Persa
 
Cog infocom2014opening
Cog infocom2014openingCog infocom2014opening
Cog infocom2014openingGyörgy Persa
 
International workshop on semantic sensor web 2011
International workshop on semantic sensor web 2011International workshop on semantic sensor web 2011
International workshop on semantic sensor web 2011ITACA-TSB
 
Perceptions of Syrian refugees and data experts on relocation algorithm
Perceptions of Syrian refugees and data experts on relocation algorithmPerceptions of Syrian refugees and data experts on relocation algorithm
Perceptions of Syrian refugees and data experts on relocation algorithmDataLab - Taltech
 
Semantic Technologies - 2007
Semantic Technologies - 2007Semantic Technologies - 2007
Semantic Technologies - 2007Yannis Kalfoglou
 
TRUSTWORTHY MIR - ISMIR 2022 Tutorial.pdf
TRUSTWORTHY MIR -  ISMIR 2022 Tutorial.pdfTRUSTWORTHY MIR -  ISMIR 2022 Tutorial.pdf
TRUSTWORTHY MIR - ISMIR 2022 Tutorial.pdfLorenzo Porcaro
 
I4ADA 2019 - Presentation Cedric Wachholz
I4ADA 2019 - Presentation Cedric WachholzI4ADA 2019 - Presentation Cedric Wachholz
I4ADA 2019 - Presentation Cedric WachholzPaul van Heel
 
Explicable Artifical Intelligence for Education (XAIED)
Explicable Artifical Intelligence for Education (XAIED)Explicable Artifical Intelligence for Education (XAIED)
Explicable Artifical Intelligence for Education (XAIED)Robert Farrow
 
A theoretical model of differential social attributions toward computing tech...
A theoretical model of differential social attributions toward computing tech...A theoretical model of differential social attributions toward computing tech...
A theoretical model of differential social attributions toward computing tech...UltraUploader
 
Practical applications of controlled natural language with description logics...
Practical applications of controlled natural language with description logics...Practical applications of controlled natural language with description logics...
Practical applications of controlled natural language with description logics...Cognitum
 
Industry Standards as vehicle to address socio-technical AI challenges
Industry Standards as vehicle to address socio-technical AI challengesIndustry Standards as vehicle to address socio-technical AI challenges
Industry Standards as vehicle to address socio-technical AI challengesAnsgar Koene
 
Acoustic event characterization for service robot using convolutional networks
Acoustic event characterization for service robot using convolutional networksAcoustic event characterization for service robot using convolutional networks
Acoustic event characterization for service robot using convolutional networksIJECEIAES
 
Artigo - Aplicações Interativas para TV Digital: Uma Proposta de Ontologia de...
Artigo - Aplicações Interativas para TV Digital: Uma Proposta de Ontologia de...Artigo - Aplicações Interativas para TV Digital: Uma Proposta de Ontologia de...
Artigo - Aplicações Interativas para TV Digital: Uma Proposta de Ontologia de...Diego Armando
 
PREPROCESSING CHALLENGES FOR REAL WORLD AFFECT RECOGNITION
PREPROCESSING CHALLENGES FOR REAL WORLD AFFECT RECOGNITIONPREPROCESSING CHALLENGES FOR REAL WORLD AFFECT RECOGNITION
PREPROCESSING CHALLENGES FOR REAL WORLD AFFECT RECOGNITIONCSEIJJournal
 
Preprocessing Challenges for Real World Affect Recognition
Preprocessing Challenges for Real World Affect Recognition Preprocessing Challenges for Real World Affect Recognition
Preprocessing Challenges for Real World Affect Recognition CSEIJJournal
 

Similar to Cultural Algorithm - Genetic Algorithms - Related Techniques (20)

Open Mining Education, Ethics & AI
Open Mining Education, Ethics & AIOpen Mining Education, Ethics & AI
Open Mining Education, Ethics & AI
 
Cog infocom2014opening
Cog infocom2014openingCog infocom2014opening
Cog infocom2014opening
 
Cog infocom2014opening
Cog infocom2014openingCog infocom2014opening
Cog infocom2014opening
 
International workshop on semantic sensor web 2011
International workshop on semantic sensor web 2011International workshop on semantic sensor web 2011
International workshop on semantic sensor web 2011
 
06 Community Detection
06 Community Detection06 Community Detection
06 Community Detection
 
Perceptions of Syrian refugees and data experts on relocation algorithm
Perceptions of Syrian refugees and data experts on relocation algorithmPerceptions of Syrian refugees and data experts on relocation algorithm
Perceptions of Syrian refugees and data experts on relocation algorithm
 
Semantic Technologies - 2007
Semantic Technologies - 2007Semantic Technologies - 2007
Semantic Technologies - 2007
 
TRUSTWORTHY MIR - ISMIR 2022 Tutorial.pdf
TRUSTWORTHY MIR -  ISMIR 2022 Tutorial.pdfTRUSTWORTHY MIR -  ISMIR 2022 Tutorial.pdf
TRUSTWORTHY MIR - ISMIR 2022 Tutorial.pdf
 
I4ADA 2019 - Presentation Cedric Wachholz
I4ADA 2019 - Presentation Cedric WachholzI4ADA 2019 - Presentation Cedric Wachholz
I4ADA 2019 - Presentation Cedric Wachholz
 
Explicable Artifical Intelligence for Education (XAIED)
Explicable Artifical Intelligence for Education (XAIED)Explicable Artifical Intelligence for Education (XAIED)
Explicable Artifical Intelligence for Education (XAIED)
 
The Home of the Future
The Home of the FutureThe Home of the Future
The Home of the Future
 
A theoretical model of differential social attributions toward computing tech...
A theoretical model of differential social attributions toward computing tech...A theoretical model of differential social attributions toward computing tech...
A theoretical model of differential social attributions toward computing tech...
 
Practical applications of controlled natural language with description logics...
Practical applications of controlled natural language with description logics...Practical applications of controlled natural language with description logics...
Practical applications of controlled natural language with description logics...
 
Industry Standards as vehicle to address socio-technical AI challenges
Industry Standards as vehicle to address socio-technical AI challengesIndustry Standards as vehicle to address socio-technical AI challenges
Industry Standards as vehicle to address socio-technical AI challenges
 
Acoustic event characterization for service robot using convolutional networks
Acoustic event characterization for service robot using convolutional networksAcoustic event characterization for service robot using convolutional networks
Acoustic event characterization for service robot using convolutional networks
 
Artigo - Aplicações Interativas para TV Digital: Uma Proposta de Ontologia de...
Artigo - Aplicações Interativas para TV Digital: Uma Proposta de Ontologia de...Artigo - Aplicações Interativas para TV Digital: Uma Proposta de Ontologia de...
Artigo - Aplicações Interativas para TV Digital: Uma Proposta de Ontologia de...
 
Why a Global AT Centers Leadership Network?_Alex Leblois_G3ict
Why a Global AT Centers Leadership Network?_Alex Leblois_G3ict Why a Global AT Centers Leadership Network?_Alex Leblois_G3ict
Why a Global AT Centers Leadership Network?_Alex Leblois_G3ict
 
PREPROCESSING CHALLENGES FOR REAL WORLD AFFECT RECOGNITION
PREPROCESSING CHALLENGES FOR REAL WORLD AFFECT RECOGNITIONPREPROCESSING CHALLENGES FOR REAL WORLD AFFECT RECOGNITION
PREPROCESSING CHALLENGES FOR REAL WORLD AFFECT RECOGNITION
 
Preprocessing Challenges for Real World Affect Recognition
Preprocessing Challenges for Real World Affect Recognition Preprocessing Challenges for Real World Affect Recognition
Preprocessing Challenges for Real World Affect Recognition
 
Intro: UBI-SERV
Intro: UBI-SERVIntro: UBI-SERV
Intro: UBI-SERV
 

Recently uploaded

Kenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby AfricaKenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby Africaictsugar
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Servicecallgirls2057
 
Marketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent ChirchirMarketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent Chirchirictsugar
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607dollysharma2066
 
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCRashishs7044
 
Chapter 9 PPT 4th edition.pdf internal audit
Chapter 9 PPT 4th edition.pdf internal auditChapter 9 PPT 4th edition.pdf internal audit
Chapter 9 PPT 4th edition.pdf internal auditNhtLNguyn9
 
Darshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdfDarshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdfShashank Mehta
 
Guide Complete Set of Residential Architectural Drawings PDF
Guide Complete Set of Residential Architectural Drawings PDFGuide Complete Set of Residential Architectural Drawings PDF
Guide Complete Set of Residential Architectural Drawings PDFChandresh Chudasama
 
Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Kirill Klimov
 
PSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationPSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationAnamaria Contreras
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCRashishs7044
 
Innovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfInnovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfrichard876048
 
Cybersecurity Awareness Training Presentation v2024.03
Cybersecurity Awareness Training Presentation v2024.03Cybersecurity Awareness Training Presentation v2024.03
Cybersecurity Awareness Training Presentation v2024.03DallasHaselhorst
 
Kenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith PereraKenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith Pereraictsugar
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCRashishs7044
 
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCRashishs7044
 
TriStar Gold Corporate Presentation - April 2024
TriStar Gold Corporate Presentation - April 2024TriStar Gold Corporate Presentation - April 2024
TriStar Gold Corporate Presentation - April 2024Adnet Communications
 
Traction part 2 - EOS Model JAX Bridges.
Traction part 2 - EOS Model JAX Bridges.Traction part 2 - EOS Model JAX Bridges.
Traction part 2 - EOS Model JAX Bridges.Anamaria Contreras
 
Cyber Security Training in Office Environment
Cyber Security Training in Office EnvironmentCyber Security Training in Office Environment
Cyber Security Training in Office Environmentelijahj01012
 

Recently uploaded (20)

Kenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby AfricaKenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby Africa
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
 
Marketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent ChirchirMarketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent Chirchir
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
 
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
 
Chapter 9 PPT 4th edition.pdf internal audit
Chapter 9 PPT 4th edition.pdf internal auditChapter 9 PPT 4th edition.pdf internal audit
Chapter 9 PPT 4th edition.pdf internal audit
 
Darshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdfDarshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdf
 
Guide Complete Set of Residential Architectural Drawings PDF
Guide Complete Set of Residential Architectural Drawings PDFGuide Complete Set of Residential Architectural Drawings PDF
Guide Complete Set of Residential Architectural Drawings PDF
 
Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024
 
Corporate Profile 47Billion Information Technology
Corporate Profile 47Billion Information TechnologyCorporate Profile 47Billion Information Technology
Corporate Profile 47Billion Information Technology
 
PSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationPSCC - Capability Statement Presentation
PSCC - Capability Statement Presentation
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
 
Innovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfInnovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdf
 
Cybersecurity Awareness Training Presentation v2024.03
Cybersecurity Awareness Training Presentation v2024.03Cybersecurity Awareness Training Presentation v2024.03
Cybersecurity Awareness Training Presentation v2024.03
 
Kenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith PereraKenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith Perera
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
 
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
 
TriStar Gold Corporate Presentation - April 2024
TriStar Gold Corporate Presentation - April 2024TriStar Gold Corporate Presentation - April 2024
TriStar Gold Corporate Presentation - April 2024
 
Traction part 2 - EOS Model JAX Bridges.
Traction part 2 - EOS Model JAX Bridges.Traction part 2 - EOS Model JAX Bridges.
Traction part 2 - EOS Model JAX Bridges.
 
Cyber Security Training in Office Environment
Cyber Security Training in Office EnvironmentCyber Security Training in Office Environment
Cyber Security Training in Office Environment
 

Cultural Algorithm - Genetic Algorithms - Related Techniques

  • 1. Cultural Algorithm - Genetic Algorithms. Related Techniques eng. D. M. Condurachi Cultural Algorithm Background & Definition Genetic Algorithms. Related Techniques Advantages & Disadvantages Communication Protocol & Algorithm eng. Daniel Mihai Condurachi General Features Suitable Problems Department of Computer Science Communication “AL.I.Cuza” University of Ia¸ i s Protocols Ia¸ i, România s Embedding Other Methods Future Directions March 26, 2008 Appendices eng. D. M. Condurachi (UAIC) Cultural Algorithm - Genetic Algorithms. Related Techniques March 26, 2008 1 / 17
  • 2. Background Cultural Algorithm - Genetic Algorithms. Related Techniques eng. D. M. Condurachi Background & Definition cultural evolution enables societies to evolve or adapt to their Advantages & environments at higher rates than biological evolution based Disadvantages Communication upon genetic inheritance alone Protocol & Algorithm over time humans have developed a unique set of capacities General Features that support the formation, encoding, and transmission of Suitable Problems cultural information [4] Communication Protocols Embedding Other Methods Future Directions Appendices eng. D. M. Condurachi (UAIC) Cultural Algorithm - Genetic Algorithms. Related Techniques March 26, 2008 2 / 17
  • 3. Definitions Cultural Algorithm - Genetic Algorithms. Definition Related Techniques Culture is a system of symbolically encoded conceptual eng. D. M. Condurachi phenomenon that are socially and historically transmitted within and between populations [3]. Background & Definition Advantages & Disadvantages Definition Communication Protocol & Cultural algorithms are computational modelsa of cultural evolution Algorithm [4]. General Features a modele de calcul Suitable Problems Communication Protocols Embedding Other Definition Methods Future Directions Cultural algorithms are evolutionary algorithms that support an Appendices additional mechanism for information extraction during the execution of the algorithm, avoiding the need to encode the information a priori [1]. eng. D. M. Condurachi (UAIC) Cultural Algorithm - Genetic Algorithms. Related Techniques March 26, 2008 3 / 17
  • 4. Advantages Cultural Algorithm - Genetic Algorithms. Related Techniques eng. D. M. Condurachi it reduces the need for immature individuals to waste energy Background & by bypassing trial and error iterations usually required to Definition acquire information about the environment Advantages & Disadvantages it enables the transmission of more information than any Communication Protocol & individual genome may feasibly contain Algorithm culture affords populations with General Features Suitable Problems flexibility - cultural information can be transmitted faster than Communication genetic material Protocols stability - culture is capable of persisting beyond the lifetime of a Embedding Other Methods single individual [2] Future Directions Appendices eng. D. M. Condurachi (UAIC) Cultural Algorithm - Genetic Algorithms. Related Techniques March 26, 2008 4 / 17
  • 5. Communication Protocol Cultural Algorithm - interface between the population and belief space Genetic Algorithms. best individuals of the population can update the belief space Related Techniques via the update function eng. D. M. the knowledge categories of the belief space can affect the Condurachi population component via influence function. The influence Background & Definition function can affect population by altering the genome or the Advantages & actions of the individuals Disadvantages Communication Protocol & Algorithm General Features Suitable Problems Communication Protocols Embedding Other Methods Future Directions Appendices Figure: Population and Belief Space and the Connection Between the two eng. D. M. Condurachi (UAIC) Cultural Algorithm - Genetic Algorithms. Related Techniques March 26, 2008 5 / 17
  • 6. Evolutionary perspective Cultural Algorithm - Genetic Algorithms. Related Techniques Modeling the cultural evolution process: eng. D. M. Condurachi micro-evolutionary perspective - transmission of behaviors or Background & traits1 between individuals in a population Definition Advantages & macro-evolutionary perspective (formation of generalized Disadvantages beliefs based upon individual experiences) Communication Protocol & Each individual can be described: Algorithm General Features a set of traits or behaviors and a mappa (symbolization of an Suitable Problems individuals past experience and forecasts concerning future Communication experience) Protocols Embedding Other or generalized description of their experiences Methods Future Directions The same happens to the whole society Appendices 1 trasaturi ˘ ˘ eng. D. M. Condurachi (UAIC) Cultural Algorithm - Genetic Algorithms. Related Techniques March 26, 2008 6 / 17
  • 7. Group mappa Cultural Algorithm - Genetic Algorithms. Related Techniques eng. D. M. Condurachi Background & individual mappa can be Definition Advantages & merged, Disadvantages generalized, Communication Protocol & specialized Algorithm General Features in order to form group mappa Suitable Problems group mappa serves to direct the future actions of the group Communication and its individuals Protocols Embedding Other Methods Future Directions Appendices eng. D. M. Condurachi (UAIC) Cultural Algorithm - Genetic Algorithms. Related Techniques March 26, 2008 7 / 17
  • 8. Basic Algorithm Cultural Algorithm - Genetic Algorithms. Related Techniques Begin eng. D. M. Condurachi t = 0; Background & initialize Population Space POP(t); Definition initialize Belief Space BLF(t); Advantages & Disadvantages repeat until termination condition achieved; Communication perform actions of the individuals in POP(t); Protocol & Algorithm evaluate each individual by using the fitness function; General Features select the best individuals to become parents; Suitable Problems create new generation of offspring by mutation & crossover; Communication Protocols delele not so fit members to make room for the new ones; Embedding Other bLF(t) alters the genome of the offspring - influence function; Methods best individuals can update the BLF(t) - acceptance function; Future Directions End. Appendices eng. D. M. Condurachi (UAIC) Cultural Algorithm - Genetic Algorithms. Related Techniques March 26, 2008 8 / 17
  • 9. General Features Cultural Algorithm - Genetic Algorithms. Related Techniques dual Inheritance (at population and knowledge levels) eng. D. M. Condurachi knowledge guide evolution of the population Background & supports hierarchical structuring of population and belief Definition spaces Advantages & Disadvantages domain knowledge separated from individuals Communication Protocol & supports self adaptation at various levels Algorithm General Features evolution can take place at different rates at different levels Suitable Problems (“Culture evolves 10 times faster than the biological Communication component”) Protocols Embedding Other supports hybrid approaches to problem solving Methods Future Directions a computational framework2 within which many all of the Appendices different models of cultural change can be expressed 2 cadru eng. D. M. Condurachi (UAIC) Cultural Algorithm - Genetic Algorithms. Related Techniques March 26, 2008 9 / 17
  • 10. General Features Cultural Algorithm - Genetic Algorithms. can support the emergence of hierarchical structures in both Related Techniques the belief and population spaces eng. D. M. Condurachi Background & Definition Advantages & Disadvantages Communication Protocol & Algorithm General Features Suitable Problems Communication Protocols Embedding Other Methods Future Directions Appendices Figure: Hierarchical structures in both the belief and population spaces eng. D. M. Condurachi (UAIC) Cultural Algorithm - Genetic Algorithms. Related Techniques March 26, 2008 10 / 17
  • 11. Suitable Problems Cultural Algorithm - Genetic Algorithms. Related Techniques significant amount of domain knowledge (e.g. constrained eng. D. M. optimization problems) Condurachi complex Systems where adaptation can take place at various Background & Definition levels, at various rates in the population and belief space Advantages & Disadvantages knowledge is in different forms and needs to be reasoned Communication about in different ways Protocol & Algorithm hybrid systems that require a combination of search and General Features knowledge based frameworks Suitable Problems Communication problem solution requires multiple populations and multiple Protocols belief spaces and their interaction Embedding Other Methods hierarchically structured problem environments where Future Directions hierarchically structured population and knowledge elements Appendices can emerge eng. D. M. Condurachi (UAIC) Cultural Algorithm - Genetic Algorithms. Related Techniques March 26, 2008 11 / 17
  • 12. Acceptance Function Cultural Algorithm - Genetic Algorithms. all individuals are used to update constraints knowledge3 Related Techniques the top 20% (eminent individuals) are use are used ot update eng. D. M. Condurachi the normative knowledge Background & Future development: Definition Advantages & use interference rules to adjust the classification of active Disadvantages cells: Communication Protocol & 1 feasible Algorithm 2 infeasible General Features 3 semi-feasible Suitable Problems Communication adjust hierarchical structure based upon the above Protocols split semi-feasible cell into smaller cells when the number of Embedding Other Methods individuals becomes too high Future Directions merge, recombine infeasible children into the original parent; Appendices then decompose the parent in a different way obtaining semi-feasible children 3 cuno¸ tin¸ele s t de constrângere eng. D. M. Condurachi (UAIC) Cultural Algorithm - Genetic Algorithms. Related Techniques March 26, 2008 12 / 17
  • 13. Influence Function Cultural Algorithm - Genetic Algorithms. Related Techniques eng. D. M. guides the migration of individuals from less productive cells Condurachi (infeasible), to ones that are more productive (semi-feasible Background & Definition and feasible) Advantages & Disadvantages eminent cells = semi-feasible and feasible cells with eminent Communication individuals Protocol & Algorithm highlights the migration from ordinary cells to eminent cells General Features Suitable Problems HOW? Communication 1 perturb individuals a little in eminent cells Protocols Embedding Other 2 move individuals in infeasible cells to feasible ones Methods Future Directions 3 move individuals from ordinary to eminent cells Appendices eng. D. M. Condurachi (UAIC) Cultural Algorithm - Genetic Algorithms. Related Techniques March 26, 2008 13 / 17
  • 14. Population Models Used Cultural Algorithm - Genetic Algorithms. Related Techniques eng. D. M. Condurachi Background & Genetic Algorithms (Concept learning, optimization) Definition Genetic Programming (Evolving agent strategies) Advantages & Disadvantages Evolutionary Programming (Real valued function optimization) Communication Protocol & Evolution Strategies (Robot soccer plays) Algorithm General Features Memetic models (Evolution of agriculture) Suitable Problems Agent based modeling (Evolution of the state, Environmental Communication Protocols Impact) Embedding Other Methods Future Directions Appendices eng. D. M. Condurachi (UAIC) Cultural Algorithm - Genetic Algorithms. Related Techniques March 26, 2008 14 / 17
  • 15. Knowledge Models Used Cultural Algorithm - Genetic Algorithms. Related Techniques eng. D. M. Schemata Condurachi Binary valued (Maleticconcept learning, Boole problem, data Background & Definition mining) Advantages & Real-valued interval schemata (Chang:unconstrained Disadvantages optimization) Communication Protocol & Fuzzy Real-valued schemata Algorithm Regional Schemata ((Xidong Jin)constrained optimization) General Features Suitable Problems Semantic Networks (DLMS:Rychtyckyj) Communication Graphical Models (GP:Zannoni, Ostrowski) Protocols Embedding Other Logical and Rule Based models (HYBAL(Sverdlik), Fraud Methods Detection (Sternberg), Lazar (Data mining)) Future Directions Appendices eng. D. M. Condurachi (UAIC) Cultural Algorithm - Genetic Algorithms. Related Techniques March 26, 2008 15 / 17
  • 16. Variations Cultural Algorithm - Genetic Algorithms. Related Techniques eng. D. M. Condurachi Background & Definition Space Guided Genetic Algorithms (VGA) Advantages & Disadvantages the micro-evolutionary process is modeled using genetic Communication algorithms Protocol & Algorithm the belief space represents schemata or generalizations of General Features the individual chromosomes based upon their behaviors Suitable Problems Communication Protocols Embedding Other Methods Future Directions Appendices eng. D. M. Condurachi (UAIC) Cultural Algorithm - Genetic Algorithms. Related Techniques March 26, 2008 16 / 17
  • 17. Future Directions Cultural Algorithm - Genetic Algorithms. Related Techniques eng. D. M. Condurachi Background & Definition Integrating Multiple Representations and Population Models Advantages & Parallelization Disadvantages Communication Belief Space Evolution Protocol & Algorithm Designing Cultural Systems General Features How does a Culture’s structure and content reflect its problem Suitable Problems Communication solving environment (Saleem) Protocols Embedding Other Methods Future Directions Appendices eng. D. M. Condurachi (UAIC) Cultural Algorithm - Genetic Algorithms. Related Techniques March 26, 2008 17 / 17
  • 18. Cultural Algorithm - Ricardo Landa Becerra. Genetic Algorithms. Use of Domain Information to Improve the Performance of an Related Techniques Evolutionary Algorithm. eng. D. M. PhD thesis, Center for Research and Advanced Studies of the Condurachi Nationl Polytechnic Institure of Mexico, Computer Science Background & Definition Department, 2007. Advantages & Disadvantages Dara Curran. Communication An Empirical Analysis of Cultural Learning: Examining fitness, Protocol & Algorithm diversity and changing environments in populations of General Features game-playing neural network agents. Suitable Problems PhD thesis, The Department of Information Technology of the Communication Protocols National University of Ireland, Galway, 2006. Embedding Other Methods W. Durham. Future Directions Co-Evolution: Genes, Culture, and Human Diversity. Appendices Stanford University Press, 1994. Robert G. Reynolds. An introduction to cultural algorithms. eng. D. M. Condurachi (UAIC) Cultural Algorithm - Genetic Algorithms. Related Techniques March 26, 2008 17 / 17
  • 19. Cultural Technical report, Department of Computer Science 431 State Algorithm - Genetic Hall Wayne State University, 1994. Algorithms. Related http://ftp.cerias.purdue.edu/pub/doc/EC/EA/ Techniques papers/cult94.ps.gz eng. D. M. Condurachi email: reynolds@cs.wayne.edu. Background & Definition Advantages & Disadvantages Communication Protocol & Algorithm General Features Suitable Problems Communication Protocols Embedding Other Methods Future Directions Appendices eng. D. M. Condurachi (UAIC) Cultural Algorithm - Genetic Algorithms. Related Techniques March 26, 2008 17 / 17