AI

TwitterFacebook
Get flash to fully experience Pearltrees
Artificial Neural Network

http://en.wikipedia.org/wiki/Neuroevolution_of_augmenting_topologies

Neuroevolution of augmenting topologies

NeuroEvolution of Augmenting Topologies ( NEAT ) is a genetic algorithm for the generation of evolving artificial neural networks (a neuroevolution technique) developed by Ken Stanley in 2002 while at The University of Texas at Austin . It alters both the weighting parameters and structures of networks, attempting to find a balance between the fitness of evolved solutions and their diversity. It is based on applying three key techniques: tracking genes with history markers to allow crossover among topologies, applying speciation (the evolution of species) to preserve innovations, and developing topologies incrementally from simple initial structures ("complexifying").

Artificial neural network

An artificial neural network , often just named a neural network , is a mathematical model inspired by biological neural networks . A neural network consists of an interconnected group of artificial neurons , and it processes information using a connectionist approach to computation . In most cases a neural network is an adaptive system changing its structure during a learning phase. http://en.wikipedia.org/wiki/Artificial_neural_network
Compositional pattern-producing networks (CPPNs) , are a variation of artificial neural networks (ANNs) which differ in their set of activation functions and how they are applied. While ANNs often contain only sigmoid functions (and sometimes Gaussian functions ), CPPNs can include both types of functions and many others. The choice of functions for the canonical set can be biased toward specific types of patterns and regularities. For example, periodic functions such as sine produce segmented patterns with repetitions, while symmetric functions such as Gaussian produce symmetric patterns. Linear functions can be employed to produce linear or fractal -like patterns. Thus, the architect of a CPPN-based genetic art system can bias the types of patterns it generates by deciding the set of canonical functions to include. http://en.wikipedia.org/wiki/Compositional_pattern-producing_network

Compositional pattern-producing network