Neural Networks for EMC Modeling of Airplanes Vlastimil Koudelka Department of Radio Electronics FEKT BUT Metz, 3. 7. 2010.

Slides:



Advertisements
Similar presentations
Artificial Neural Networks
Advertisements

Support Vector Machines
Artificial Neural Networks - Introduction -
Machine Learning Neural Networks
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.
Slide 1 EE3J2 Data Mining EE3J2 Data Mining Lecture 15: Introduction to Artificial Neural Networks Martin Russell.
Rutgers CS440, Fall 2003 Neural networks Reading: Ch. 20, Sec. 5, AIMA 2 nd Ed.
Lazy Learning k-Nearest Neighbour Motivation: availability of large amounts of processing power improves our ability to tune k-NN classifiers.
Introduction to Neural Network Justin Jansen December 9 th 2002.
Aula 4 Radial Basis Function Networks
Radial Basis Function (RBF) Networks
Radial-Basis Function Networks
8/10/ RBF NetworksM.W. Mak Radial Basis Function Networks 1. Introduction 2. Finding RBF Parameters 3. Decision Surface of RBF Networks 4. Comparison.
Face Recognition Using Neural Networks Presented By: Hadis Mohseni Leila Taghavi Atefeh Mirsafian.
Radial Basis Function Networks
July 11, 2001Daniel Whiteson Support Vector Machines: Get more Higgs out of your data Daniel Whiteson UC Berkeley.
Soft Computing Colloquium 2 Selection of neural network, Hybrid neural networks.
Functional Brain Signal Processing: EEG & fMRI Lesson 8 Kaushik Majumdar Indian Statistical Institute Bangalore Center M.Tech.
Artificial Neural Networks (ANN). Output Y is 1 if at least two of the three inputs are equal to 1.
Intrusion Detection Using Hybrid Neural Networks Vishal Sevani ( )
Artificial Neural Network Theory and Application Ashish Venugopal Sriram Gollapalli Ulas Bardak.
Using Neural Networks in Database Mining Tino Jimenez CS157B MW 9-10:15 February 19, 2009.
Introduction to Neural Networks Debrup Chakraborty Pattern Recognition and Machine Learning 2006.
11 CSE 4705 Artificial Intelligence Jinbo Bi Department of Computer Science & Engineering
Data Mining Techniques in Stock Market Prediction
Matlab Matlab Sigmoid Sigmoid Perceptron Perceptron Linear Linear Training Training Small, Round Blue-Cell Tumor Classification Example Small, Round Blue-Cell.
Machine Learning Using Support Vector Machines (Paper Review) Presented to: Prof. Dr. Mohamed Batouche Prepared By: Asma B. Al-Saleh Amani A. Al-Ajlan.
Chapter 6: Techniques for Predictive Modeling
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.
Well Log Data Inversion Using Radial Basis Function Network Kou-Yuan Huang, Li-Sheng Weng Department of Computer Science National Chiao Tung University.
Applying Neural Networks Michael J. Watts
EMBC2001 Using Artificial Neural Networks to Predict Malignancy of Ovarian Tumors C. Lu 1, J. De Brabanter 1, S. Van Huffel 1, I. Vergote 2, D. Timmerman.
1 Pattern Recognition: Statistical and Neural Lonnie C. Ludeman Lecture 24 Nov 2, 2005 Nanjing University of Science & Technology.
Artificial Neural Network Building Using WEKA Software
Chapter 6: Artificial Neural Networks for Data Mining
Non-Bayes classifiers. Linear discriminants, neural networks.
Mehdi Ghayoumi MSB rm 132 Ofc hr: Thur, a Machine Learning.
Other NN Models Reinforcement learning (RL)
© SEMINAR ON ARTIFICIAL NEURAL NETWORK AND ITS APPLICATIONS By Mr. Susant Kumar Behera Mrs. I. Vijaya.
Prediction of the Foreign Exchange Market Using Classifying Neural Network Doug Moll Chad Zeman.
Neural Network Basics Anns are analytical systems that address problems whose solutions have not been explicitly formulated Structure in which multiple.
Lecture 5 Neural Control
Neural Networks Presented by M. Abbasi Course lecturer: Dr.Tohidkhah.
Neural Networks Teacher: Elena Marchiori R4.47 Assistant: Kees Jong S2.22
Estimation of car gas consumption in city cycle with ANN Introduction  An ANN based approach to estimation of car fuel consumption  Multi Layer Perceptron.
A field of study that encompasses computational techniques for performing tasks that require intelligence when performed by humans. Simulation of human.
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.
IEEE AI - BASED POWER SYSTEM TRANSIENT SECURITY ASSESSMENT Dr. Hossam Talaat Dept. of Electrical Power & Machines Faculty of Engineering - Ain Shams.
Neural Networks The Elements of Statistical Learning, Chapter 12 Presented by Nick Rizzolo.
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.
Machine Learning Artificial Neural Networks MPλ ∀ Stergiou Theodoros 1.
Neural network based hybrid computing model for wind speed prediction K. Gnana Sheela, S.N. Deepa Neurocomputing Volume 122, 25 December 2013, Pages 425–429.
INTRODUCTION TO NEURAL NETWORKS 2 A new sort of computer What are (everyday) computer systems good at... and not so good at? Good at..Not so good at..
Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 6: Artificial Neural Networks for Data Mining.
به نام خدا هوالعليم.
Learning in Neural Networks
CSC 578 Neural Networks and Deep Learning
Neuro-Computing Lecture 4 Radial Basis Function Network
Intelligent Leaning -- A Brief Introduction to Artificial Neural Networks Chiung-Yao Fang.
network of simple neuron-like computing elements
An Improved Neural Network Algorithm for Classifying the Transmission Line Faults Slavko Vasilic Dr Mladen Kezunovic Texas A&M University.
Advanced finite element method
Department of Electrical Engineering
Robust Full Bayesian Learning for Neural Networks
Multi-Objective Optimization for Finite Element Analysis
Prepared by: Mahmoud Rafeek Al-Farra
Introduction to Radial Basis Function Networks
Presentation transcript:

Neural Networks for EMC Modeling of Airplanes Vlastimil Koudelka Department of Radio Electronics FEKT BUT Metz,

2 Outline  Introduction to artificial neural networks (ANNs)  Neural networks abilities  Evaluation of EM immunity of layered str.  Application of neural classifier in EMC  Regression neural network based optimization  Related problems  Conclusion

3 Introduction to ANNs (1)  Highly parallel structures  Basic element: Neuron  Organized to the layers  Adaptive nonlinear mapping (learning)  Nonlinear separable classification  Optimization features  W 1,2 (2) W 2,2 (2) W 3,2 (2) b 2 (2) f(n) n

4 Introduction to ANNs (2) RegressionClassification  Multi layered perceptron (MLP)  Radial basis network (RBF)  General regression network (GRN)  MLP  Probabilistic NN (PNN)  Self organizing map (SOM)

5 Introduction to ANNs (3) Optimization  Self organizing map  Self adopted GRNN  Hopfield neural network

6 NN applications: objectives and motivations  Behavioral modeling: continuous models, computational efficiency  Neural models: composite materials, equipment input impedances, aircraft fuel gauge, field levels  Pre-processing, post-processing and optimization tools  Offline training / Online responses  Suitable for direct parallel implementation  Noise suppression (Bayesian regularization)  Multidimensionality, adaptability, generalization, robustness

7 Evaluation of EM immunity of layered str. (1)  At three virtual probes the electromagnetic fields values are estimated by ANN  Harmonic and pulsed wave excitations (Gaussian pulse)  MLP, RBF, PNN

8 Evaluation of EM immunity of layered str. (2) Harmonic wavesPulsed waves  Dependencies of EM field values on the electrical parameters  Pulsed waves: the electric field intensity is expressed in its effective values to respect the mean stress of a virtual device.  MLP, RBF, PNN

9 Application of neural classifier in EMC Probability density function of exceeding prescribed limit  Classification of structures with various electrical parameters  Probability of EM structure successfulness is estimated by ANN  Probabilistic neural network

10 Optimization example 1) Initial set of trial solutions consisting of n+1 samples 2) Founded minima of the regression surface is taken as a new training pattern 3) After several iterations the GRNN is well adapted to unknown function f (x)

11 Related problems  Black box modeling (interpretation of NN weights and biases)  Validation techniques: cross validation NN error estimation (perturbation analyses)  Training set compilation: preprocessing and initialization  A number of neurons: clustering problem, regularization  Efficiency and performance of training algorithms: Benchmarks  Stability and robustness of dynamical NNs

12 Conclusion  Regression, classification, optimization  Computational efficiency, good generalization abilities  Pre-processing, post-processing and optimization tools  Wide area of applications (neural network adaptation)  Shielding efficiency, EM structure classification, material modeling  Black box modeling, validation, benchmarking

13 Contact Department of Radio Electronics, Brno University of Technology Purkynova 118, Brno, Czech Republic Tel: Fax: Vlastimil Koudelka

page 14 This work was supported by the project CZ.1.07/2.3.00/ Communication Systems for Emerging Frequency Bands