Presentation is loading. Please wait.

Presentation is loading. Please wait.

Genetic Algorithms Learning Machines for knowledge discovery.

Similar presentations


Presentation on theme: "Genetic Algorithms Learning Machines for knowledge discovery."— Presentation transcript:

1 Genetic Algorithms Learning Machines for knowledge discovery

2 Finding Patterns in Data  Data mining is the task of digging through this data looking for patterns, associations or predictions and which transform that raw material into useful information.  Evolutionary algorithms evolve the patterns which fit the data using Darwinian principles to weed out the patterns which don't work in favor of those that do. Survival of the fittest ensures that over time it is the patterns which best fit the raw data that are delivered as solutions.

3 Concept Hierarchy  All Knowledge  Computer Science  Artificial Intelligence  Evolutionary Computation  Evolutionary Algorithms  Genetic Algorithms  Genetic Programming

4 Human Knowledge Computer Science GraphicsDatabases Artificial Intelligence Networking Natural Language Evolutionary Computation MathLogicLanguagePhysicsBiology Evolutionary Algorithms Genetic AlgorithmsGenetic Programming Swarm Intelligence Expert Systems

5 Terminology  Algorithm  A finite set of rules (a procedure) that solves a problem  Evolution  A series of changes in a population over time affected by biological, chemical, environmental, and technical factors  Evolutionary Algorithm  An algorithm that uses selection, crossover and mutation to produce better and better results

6 Genetic Algorithms  The Genetic Algorithm is a model of machine learning  Based on the theory of evolution (Darwin)  Accomplished by creating a population of individuals represented by “chromosomes” within a computer  Chromosomes can be just character strings that are analogous to the base-4 chromosomes that we see in our own DNA  The individuals in the population then go through a process of evolution (sexual reproduction followed by survival pressure on offspring)

7 Evolutionary Forces  Selection  A survival process  Crossover  A sexual process  Mutation  A random process

8 Selection  Fitness to perform  Mechanisms for Selection  Survival  Quantitative function  Human intervention

9 Crossover

10 Mutation

11 Biomorphs  Visualizing and controlling mutations http://www.phy.syr.edu/courses/mirror/biomorph/

12 Genetic Programming  Genetic programming is the application of genetic algorithms to computer programs themselves  Proposed byJohn Koza (Stanford)

13 Genetic Programming Process  Start with a collection of functions  randomly combine them into programs  run the programs and see which gives the best results  keep the best programs (natural selection)  mutate some of the others  test the new generation  repeat this process until a clear best program emerges

14 Genetic Programming Example  Data (-1,1,3,5,7,9,11,13,15,17)  Input function elements  x (can equal any digit 0..9)  +,-,*,/  Starting functions (x,x+0,x*2,1+3,4/2)

15 Function Tree x* x3 * x2* x2 + 1 * x2 - 1 0,1,2,3,4,5,6,7,8,9 0,3,6,8,12,15,18,21,24,27 0,2,4,6,8,10,12,14,16,18 0,3,5,7,9,11,13,15,17,19 -1,1,3,5,7,9,11,13,15,17 Many more functions

16 Functional Values

17 Fitness

18 Genetic Algorithms are Flexible  Can solve hard problems quickly and reliably.  Can be easily adapted to data (simulations, models)  Can be extended (scalable)  Can be hybridized

19 GA Software  Evolver (for Excel) http://www.jurikres.com/catalog/ms_evol.htm Palisade Corp


Download ppt "Genetic Algorithms Learning Machines for knowledge discovery."

Similar presentations


Ads by Google