Chap 8: Adaptive Networks

Slides:



Advertisements
Similar presentations
1 Image Classification MSc Image Processing Assignment March 2003.
Advertisements

Neural Networks Chapter 9 Joost N. Kok Universiteit Leiden.
Machine Learning: Connectionist McCulloch-Pitts Neuron Perceptrons Multilayer Networks Support Vector Machines Feedback Networks Hopfield Networks.
ETHEM ALPAYDIN © The MIT Press, Lecture Slides for.
Neural NetworksNN 11 Neural Networks Teacher: Elena Marchiori R4.47 Assistant: Kees Jong S2.22
Decision Support Systems
01 -1 Lecture 01 Artificial Intelligence Topics –Introduction –Knowledge representation –Knowledge reasoning –Machine learning –Applications.
RBF Neural Networks x x1 Examples inside circles 1 and 2 are of class +, examples outside both circles are of class – What NN does.
An Illustrative Example
Neural Networks Chapter Feed-Forward Neural Networks.
Aula 4 Radial Basis Function Networks
02 -1 Lecture 02 Agent Technology Topics –Introduction –Agent Reasoning –Agent Learning –Ontology Engineering –User Modeling –Mobile Agents –Multi-Agent.
Radial-Basis Function Networks
Hazırlayan NEURAL NETWORKS Radial Basis Function Networks II PROF. DR. YUSUF OYSAL.
Neural Network Training Using MATLAB Phuong Ngo School of Mechanical Engineering Purdue University.
Neuro-fuzzy Systems Xinbo Gao School of Electronic Engineering Xidian University 2004,10.
Revision Michael J. Watts
Soft Computing Colloquium 2 Selection of neural network, Hybrid neural networks.
Presentation on Neural Networks.. Basics Of Neural Networks Neural networks refers to a connectionist model that simulates the biophysical information.
Neural NetworksNN 11 Neural netwoks thanks to: Basics of neural network theory and practice for supervised and unsupervised.
Abdul Rahim Ahmad MITM 613 Intelligent System Chapter 0: Introduction.
Chapter 9 Neural Network.
NEURAL NETWORKS FOR DATA MINING
Radial Basis Function Networks:
CS 478 – Tools for Machine Learning and Data Mining Backpropagation.
From Machine Learning to Deep Learning. Topics that I will Cover (subject to some minor adjustment) Week 2: Introduction to Deep Learning Week 3: Logistic.
MATLAB.
Multi-Layer Perceptron
Neural Networks - Lecture 81 Unsupervised competitive learning Particularities of unsupervised learning Data clustering Neural networks for clustering.
Chapter 6: Artificial Neural Networks for Data Mining
IE 585 Competitive Network – Learning Vector Quantization & Counterpropagation.
Non-Bayes classifiers. Linear discriminants, neural networks.
11 1 Backpropagation Multilayer Perceptron R – S 1 – S 2 – S 3 Network.
1 Lecture 6 Neural Network Training. 2 Neural Network Training Network training is basic to establishing the functional relationship between the inputs.
Neural Networks Presented by M. Abbasi Course lecturer: Dr.Tohidkhah.
Neural Networks Teacher: Elena Marchiori R4.47 Assistant: Kees Jong S2.22
Chapter 8: Adaptive Networks
Hazırlayan NEURAL NETWORKS Backpropagation Network PROF. DR. YUSUF OYSAL.
Neural Networks 2nd Edition Simon Haykin
Artificial Neural Networks for Data Mining. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 6-2 Learning Objectives Understand the.
Artificial Neural Networks for Data Mining. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 6-2 Learning Objectives Understand the.
Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 6: Artificial Neural Networks for Data Mining.
Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 6: Artificial Neural Networks for Data Mining.
Supervised Learning – Network is presented with the input and the desired output. – Uses a set of inputs for which the desired outputs results / classes.
1 Neural Networks MUMT 611 Philippe Zaborowski April 2005.
Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 6: Artificial Neural Networks for Data Mining.
CSE343/543 Machine Learning Mayank Vatsa Lecture slides are prepared using several teaching resources and no authorship is claimed for any slides.
CSSE463: Image Recognition Day 14
CSIE Dept., National Taiwan Univ., Taiwan
Self-Organizing Network Model (SOM) Session 11
Introduction to Pattern Recognition
National Taiwan University
Neural Networks and Its Deep Structures
Outline Soft computing Fuzzy logic and fuzzy inference systems
Feature Selection for Pattern Recognition
Chap 3: Fuzzy Rules and Fuzzy Reasoning
Chap 3: Fuzzy Rules and Fuzzy Reasoning
Artificial Intelligence Methods
Neuro-Computing Lecture 4 Radial Basis Function Network
Neuro-Fuzzy and Soft Computing for Speaker Recognition (語者辨識)
Intelligent Leaning -- A Brief Introduction to Artificial Neural Networks Chiung-Yao Fang.
Chap 3: Fuzzy Rules and Fuzzy Reasoning
Deep Neural Networks (DNN)
Ch. 20 Genetic Algorithms Genetic Algorithms ...
Hierarchical Clustering
Backpropagation.
Fuzzy Sets Neuro-Fuzzy and Soft Computing: Fuzzy Sets ...
Backpropagation.
Chap 4: Fuzzy Inference Systems
The Network Approach: Mind as a Web
Presentation transcript:

Chap 8: Adaptive Networks 2019/1/2 Neural Networks Chap 8: Adaptive Networks ... In this talk, we are going to apply two neural network controller design techniques to fuzzy controllers, and construct the so-called on-line adaptive neuro-fuzzy controllers for nonlinear control systems. We are going to use MATLAB, SIMULINK and Handle Graphics to demonstrate the concept. So you can also get a preview of some of the features of the Fuzzy Logic Toolbox, or FLT, version 2.

Neural Networks Supervised Learning Unsupervised Learning Others 2019/1/2 Neural Networks Supervised Learning Multilayer perceptrons Radial basis function networks Modular neural networks LVQ (learning vector quantization) Unsupervised Learning Competitive learning networks Kohonen self-organizing networks ART (adaptive resonant theory) Others Hopfield networks

Adaptive Networks Architecture: Goal: Basic training method: x z y 2019/1/2 Adaptive Networks x z y Architecture: Feedforward networks with diff. node functions Squares: nodes with parameters Circles: nodes without parameters Goal: To achieve an I/O mapping specified by training data Basic training method: Backpropagation or steepest descent

Single-Layer Perceptrons 2019/1/2 Single-Layer Perceptrons Network architecture x1 w1 w0 w2 x2 y = signum(Swi xi + w0) w3 x3 Dwi = k t xi Learning rule

Single-Layer Perceptrons 2019/1/2 Single-Layer Perceptrons Example: Gender classification h v w1 w2 w0 Network Arch. y = signum(hw1+vw2+w0) -1 if female 1 if male = y Training data h (hair length) v (voice freq.)