I welcome you all to this presentation On: Neural Network Applications Systems Engineering Dept. KFUPM Imran Nadeem & Naveed R. Butt 220504 & 230353.

Slides:



Advertisements
Similar presentations
Neural Networks in Financial Analysis
Advertisements

A Brief Overview of Neural Networks By Rohit Dua, Samuel A. Mulder, Steve E. Watkins, and Donald C. Wunsch.
Slides from: Doug Gray, David Poole
An introduction to: Deep Learning aka or related to Deep Neural Networks Deep Structural Learning Deep Belief Networks etc,
Decision Support Systems
RBF Neural Networks x x1 Examples inside circles 1 and 2 are of class +, examples outside both circles are of class – What NN does.
Radial Basis-Function Networks. Back-Propagation Stochastic Back-Propagation Algorithm Step by Step Example Radial Basis-Function Networks Gaussian response.
Radial Basis Functions
1 Chapter 11 Neural Networks. 2 Chapter 11 Contents (1) l Biological Neurons l Artificial Neurons l Perceptrons l Multilayer Neural Networks l Backpropagation.
Prediction Networks Prediction –Predict f(t) based on values of f(t – 1), f(t – 2),… –Two NN models: feedforward and recurrent A simple example (section.
Supervised Learning Networks. Linear perceptron networks Multi-layer perceptrons Mixture of experts Decision-based neural networks Hierarchical neural.
Hazırlayan NEURAL NETWORKS Radial Basis Function Networks I PROF. DR. YUSUF OYSAL.
Neural Networks (NN) Ahmad Rawashdieh Sa’ad Haddad.
Aula 4 Radial Basis Function Networks
Radial Basis Function (RBF) Networks
Radial Basis Function G.Anuradha.
Radial-Basis Function Networks
Hazırlayan NEURAL NETWORKS Radial Basis Function Networks II PROF. DR. YUSUF OYSAL.
Radial Basis Function Networks
Neuro-fuzzy Systems Xinbo Gao School of Electronic Engineering Xidian University 2004,10.
Radial Basis Function Networks
Radial Basis Function Networks
Soft Computing Colloquium 2 Selection of neural network, Hybrid neural networks.
MSE 2400 EaLiCaRA Spring 2015 Dr. Tom Way
A Shaft Sensorless Control for PMSM Using Direct Neural Network Adaptive Observer Authors: Guo Qingding Luo Ruifu Wang Limei IEEE IECON 22 nd International.
Classification Part 3: Artificial Neural Networks
Presentation on Neural Networks.. Basics Of Neural Networks Neural networks refers to a connectionist model that simulates the biophysical information.
Chapter 4 Supervised learning: Multilayer Networks II.
Cascade Correlation Architecture and Learning Algorithm for Neural Networks.
Using Neural Networks in Database Mining Tino Jimenez CS157B MW 9-10:15 February 19, 2009.
IE 585 Introduction to Neural Networks. 2 Modeling Continuum Unarticulated Wisdom Articulated Qualitative Models Theoretic (First Principles) Models Empirical.
Artificial Neural Networks An Overview and Analysis.
Introduction to Neural Networks Debrup Chakraborty Pattern Recognition and Machine Learning 2006.
11 CSE 4705 Artificial Intelligence Jinbo Bi Department of Computer Science & Engineering
Appendix B: An Example of Back-propagation algorithm
Using Neural Networks to Predict Claim Duration in the Presence of Right Censoring and Covariates David Speights Senior Research Statistician HNC Insurance.
An Introduction to Artificial Neural Networks Wu Ping.
ECE 8443 – Pattern Recognition ECE 8527 – Introduction to Machine Learning and Pattern Recognition LECTURE 16: NEURAL NETWORKS Objectives: Feedforward.
Classification / Regression Neural Networks 2
LINEAR CLASSIFICATION. Biological inspirations  Some numbers…  The human brain contains about 10 billion nerve cells ( neurons )  Each neuron is connected.
Radial Basis Function Networks:
Artificial Neural Networks. The Brain How do brains work? How do human brains differ from that of other animals? Can we base models of artificial intelligence.
1 Chapter 11 Neural Networks. 2 Chapter 11 Contents (1) l Biological Neurons l Artificial Neurons l Perceptrons l Multilayer Neural Networks l Backpropagation.
Artificial Neural Networks An Introduction. What is a Neural Network? A human Brain A porpoise brain The brain in a living creature A computer program.
1 Introduction to Neural Networks And Their Applications.
1 Adaptive Control Neural Networks 13(2000): Neural net based MRAC for a class of nonlinear plants M.S. Ahmed.
Dünaamiliste süsteemide modelleerimine Identification for control in a non- linear system world Eduard Petlenkov, Automaatikainstituut, 2013.
Akram Bitar and Larry Manevitz Department of Computer Science
Neural Networks Demystified by Louise Francis Francis Analytics and Actuarial Data Mining, Inc.
Neural Networks Presented by M. Abbasi Course lecturer: Dr.Tohidkhah.
Chapter 8: Adaptive Networks
Introduction to Neural Networks Freek Stulp. 2 Overview Biological Background Artificial Neuron Classes of Neural Networks 1. Perceptrons 2. Multi-Layered.
Data Mining: Concepts and Techniques1 Prediction Prediction vs. classification Classification predicts categorical class label Prediction predicts continuous-valued.
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.
Neural Network Architecture Session 2
Chapter 4 Supervised learning: Multilayer Networks II
Artificial neural networks
Learning in Neural Networks
Radial Basis Function G.Anuradha.
Soft Computing Applied to Finite Element Tasks
FUNDAMENTAL CONCEPT OF ARTIFICIAL NETWORKS
Artificial Intelligence Methods
Neuro-Computing Lecture 4 Radial Basis Function Network
Neural Network - 2 Mayank Vatsa
An Introduction To The Backpropagation Algorithm
Introduction to Radial Basis Function Networks
Recursively Adapted Radial Basis Function Networks and its Relationship to Resource Allocating Networks and Online Kernel Learning Weifeng Liu, Puskal.
Prediction Networks Prediction A simple example (section 3.7.3)
Akram Bitar and Larry Manevitz Department of Computer Science
Presentation transcript:

I welcome you all to this presentation On:

Neural Network Applications Systems Engineering Dept. KFUPM Imran Nadeem & Naveed R. Butt &

Part II: LMS & RBFPart I: Introduction to Neural NetworksPart III: Control Applications

Part I: Introduction to Neural Networks Part I: Introduction to NN’s  There is no restriction on the unknown function to be linear. Thus, neural networks provide a logical extension to create nonlinear adaptive control schemes.  Universal Approximation Theorem: neural networks can reproduce any nonlinear function for a limited input set.  Neural networks are parameterized nonlinear functions whose parameters can be adjusted to achieve different shaped nonlinearities.  In essence, we try to adjust the neural network to serve as an approximator for an unknown function that we know only through its inputs and outputs

Human Neuron Part I: Introduction to Neural Networks

Artificial Neuron Part I: Introduction to Neural Networks

Adaptation in NN’s Part I: Introduction to Neural Networks

Single Layer Feedforward NN’s Part I: Introduction to Neural Networks

Multi-Layer Feedforward NN’s

Recurrent (feedback) NN’s Part I: Introduction to Neural Networks A recurrent neural network distinguishes itself from the feed-forward network in that it has at least one feedback loop. For example, a recurrent network may consist of a single layer of neurons with each neuron feeding its output signal back to the input of all input neurons.

Recurrent (feedback) NN’s Part I: Introduction to Neural Networks The presence of feedback loops has a profound impact on the learning capability of the network and on its performance.

Applications of NN’s Part I: Introduction to Neural Networks Neural networks are applicable in virtually every situation in which a relationship between the predictor variables (independents, inputs) and predicted variables (dependents, outputs) exists, even when that relationship is very complex and not easy to articulate in the usual terms of "correlations" or "differences between groups”

Applications of NN’s Part I: Introduction to Neural Networks  Detection of medical phenomena  Stock market prediction  Credit assignment  Condition Monitoring  Signature analysis  Process control  Nonlinear Identification & Adaptive Control

End of Part I

Part II: LMS & RBF Part II: LMS & RBF LMS: The Adaptation Algorithm RBF: Radial Bases Function NN

Part II: LMS & RBF LMS: The Adaptation Algo. Estimation Error Actual Response Estimated Response Cost Function Mean Square Error Weight Updates Adaptation Step Size

Part II: LMS & RBF RBF-NN’s Radial functions are a special class of functions. Their characteristic feature is that their response decreases (or increases) monotonically with distance from a central point and they are radially symmetric.

Part II: LMS & RBF RBF-NN’s Gaussian RBF

Part II: LMS & RBF RBF-NN’s Neural Networks based on radial bases functions are known as RBF Neural Networks and are among the most commonly used Neural Networks

Part II: LMS & RBF RBF-NN’s  Two-layer feed-forward networks.  Hidden nodes: radial basis functions.  Output nodes : linear summation.  Very fast learning  Good for interpolation, estimation & Classification

Part III: Control Applications Part III: Control Applications Nonlinear System Identification Adaptive Tracking of Nonlinear Plants

Nonlinear System Identification Part III: Control Applications

Nonlinear System Identification Part III: Control Applications Continuously Stirred Tank Reactor

Nonlinear System Identification Part III: Control Applications Simulation Results Using SIMULINK

Adaptive Nonlinear Tracking Part III: Control Applications

Adaptive Nonlinear Tracking Part III: Control Applications Hammerstein Model

Adaptive Nonlinear Tracking Part III: Control Applications Simulation Results Using SIMULINK

Adaptive Nonlinear Tracking Part III: Control Applications Simulation Results Using SIMULINK

Thank you