Review NNs Processing Principles in Neuron / Unit

Slides:



Advertisements
Similar presentations
Artificial Neural Networks
Advertisements

EE 690 Design of Embodied Intelligence
Artificial Neural Networks (1)
Perceptron Learning Rule
Machine Learning: Connectionist McCulloch-Pitts Neuron Perceptrons Multilayer Networks Support Vector Machines Feedback Networks Hopfield Networks.
Neural NetworksNN 11 Neural Networks Teacher: Elena Marchiori R4.47 Assistant: Kees Jong S2.22
Decision Support Systems
1 Part I Artificial Neural Networks Sofia Nikitaki.
1 Chapter 11 Neural Networks. 2 Chapter 11 Contents (1) l Biological Neurons l Artificial Neurons l Perceptrons l Multilayer Neural Networks l Backpropagation.
Neural Networks Chapter Feed-Forward Neural Networks.
Neural Optimization of Evolutionary Algorithm Strategy Parameters Hiral Patel.
Artificial Neural Networks -Application- Peter Andras
Revision Michael J. Watts
CHAPTER 12 ADVANCED INTELLIGENT SYSTEMS © 2005 Prentice Hall, Decision Support Systems and Intelligent Systems, 7th Edition, Turban, Aronson, and Liang.
Evolving a Sigma-Pi Network as a Network Simulator by Justin Basilico.
Artificial Neural Networks
C. Benatti, 3/15/2012, Slide 1 GA/ICA Workshop Carla Benatti 3/15/2012.
Soft Computing Lecture 18 Foundations of genetic algorithms (GA). Using of GA.
Chapter 3 Neural Network Xiu-jun GONG (Ph. D) School of Computer Science and Technology, Tianjin University
NEURAL NETWORKS FOR DATA MINING
Artificial Intelligence Techniques Multilayer Perceptrons.
1 Chapter 11 Neural Networks. 2 Chapter 11 Contents (1) l Biological Neurons l Artificial Neurons l Perceptrons l Multilayer Neural Networks l Backpropagation.
Neural and Evolutionary Computing - Lecture 6
Evolving Virtual Creatures & Evolving 3D Morphology and Behavior by Competition Papers by Karl Sims Presented by Sarah Waziruddin.
Neural and Evolutionary Computing - Lecture 9 1 Evolutionary Neural Networks Design  Motivation  Evolutionary training  Evolutionary design of the architecture.
EE459 I ntroduction to Artificial I ntelligence Genetic Algorithms Kasin Prakobwaitayakit Department of Electrical Engineering Chiangmai University.
METU Informatics Institute Min720 Pattern Classification with Bio-Medical Applications Part 8: Neural Networks.
Artificial Intelligence Chapter 3 Neural Networks Artificial Intelligence Chapter 3 Neural Networks Biointelligence Lab School of Computer Sci. & Eng.
Last lecture summary. SOM supervised x unsupervised regression x classification Topology? Main features? Codebook vector? Output from the neuron?
© 2005 Prentice Hall, Decision Support Systems and Intelligent Systems, 7th Edition, Turban, Aronson, and Liang 12-1 Chapter 12 Advanced Intelligent Systems.
Evolving Motor Techniques for Artificial Life Kelley Hecker Period 7.
Evolving Virtual Creatures by Karl Sims (1995) Adelein Rodriguez.
 Based on observed functioning of human brain.  (Artificial Neural Networks (ANN)  Our view of neural networks is very simplistic.  We view a neural.
CITS7212: Computational Intelligence An Overview of Core CI Technologies Lyndon While.
제 6 주. 응용 -2: Graphics Evolving L-systems to Generate Virtual Creatures G.S. Hornby and J.B. Pollack, Computers & Graphics, vol. 25, pp. 1041~1048, 2001.
NEURAL NETWORKS LECTURE 1 dr Zoran Ševarac FON, 2015.
Modelleerimine ja Juhtimine Tehisnärvivõrgudega Identification and Control with artificial neural networks.
Perceptrons Michael J. Watts
Chapter 6 Neural Network.
Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 6: Artificial Neural Networks for Data Mining.
An Evolutionary Algorithm for Neural Network Learning using Direct Encoding Paul Batchis Department of Computer Science Rutgers University.
A Presentation on Adaptive Neuro-Fuzzy Inference System using Particle Swarm Optimization and it’s Application By Sumanta Kundu (En.R.No.
Evolutionary Design of the Closed Loop Control on the Basis of NN-ANARX Model Using Genetic Algoritm.
Learning: Neural Networks Artificial Intelligence CMSC February 3, 2005.
Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 6: Artificial Neural Networks for Data Mining.
Big data classification using neural network
Neural Networks.
Evolution Strategies Evolutionary Programming
Supervised Learning in ANNs
Data Mining, Neural Network and Genetic Programming
CSE 473 Introduction to Artificial Intelligence Neural Networks
FUNDAMENTAL CONCEPT OF ARTIFICIAL NETWORKS
CSE P573 Applications of Artificial Intelligence Neural Networks
CSE 473 Introduction to Artificial Intelligence Neural Networks
Chapter 12 Advanced Intelligent Systems
Artificial Intelligence Methods
Artificial Neural Network & Backpropagation Algorithm
Behrouz Minaei, William Punch
Artificial Intelligence Chapter 3 Neural Networks
CSE 573 Introduction to Artificial Intelligence Neural Networks
network of simple neuron-like computing elements
Introduction to Artificial Intelligence Lecture 11: Machine Evolution
Artificial Intelligence Chapter 3 Neural Networks
The Naïve Bayes (NB) Classifier
Boltzmann Machine (BM) (§6.4)
Artificial Intelligence Chapter 3 Neural Networks
Content Based Image Retrieval
Artificial Intelligence Chapter 3 Neural Networks
A Tutorial (Complete) Yiming
Artificial Neural Network learning
Presentation transcript:

Review NNs Processing Principles in Neuron / Unit integrated input = sum of weighted outputs activation transfer (threshold, sigmoid, linear function; new activation state; output) NN Architectures (graph structure ...) feedforward recurrent completely connected connection graph (with weights) can be written as matrix

Review NNs Learning Examples supervised (backprop) unsupervised (competitive learning, self-organizing networks) Examples NETtalk: Backprop learning of pronunciation; input is text (windows); output is articulatory features; weights adjusted with delta-rule SOM: self-organizing network; adjusts weight vector (weights on input lines) of units towards best fitting input; units represent classes of similar inputs; character recognition

74.419 Artificial Intelligence 2004 - Evolutionary Algorithms - Principles of Evolutionary Algorithms Structure of Evolutionary Algorithms Michel Toulouse's Slides Short note on Motion Control Demos (PBS Archives, ‘Life’s really Big Questions, Dec 2000) featuring Karl Sims and Jordan Pollack

GA

Evolutionary Algorithms - Principles

Evolution Processes I Selection determines, which individuals are chosen for mating (recombination) and how many offspring each selected individual produces. In order to determine the new population (generation), each individual of the current generation is objected to an evaluation based on a fitness function. This fitness is used for the actual selection step, in which the individuals producing offspring are chosen (mating pool).

Evolution Process II Recombination produces new individuals in combining the information contained in the parents, e.g. cross-over. Mutations are determined by small perturbations of parameters describing the individuals, which yield new offspring individuals. Re-iterate Evolution Process until system satisfies optimization demands.

Evolutionary Algorithm - Structure

Motor Control Define system based on physical description of architecture, including limbs and joints (parameterized) Specify and modify parameters for control  trained Neural Network Controller (sensor-actuator networks)  Evolution of System (optimization criteria is movement in environment; race with other creatures)  Karl Sims, MIT Leg Lab, Jordan Pollack

References Key Researchers John H. Holland, University of Michigan, 1975 H.-P. Schwefel, University of Dortmund, Germany, 1973 Udo Rechenberg, University of Berlin, Germany, 1975, 1981 Karl Sims, GenArts Inc. Cambridge, MA http://www.genarts.com/karl/ Figures in this presentation taken from ‘The Genetic and Evolutionary Algorithm Toolbox for use with Matlab (GEATbx)’ www.geatbx.com/docu/algindex.html