UNIVERSITY OF BOLTON SCHOOL OF ENGINEERING MS SYSTEMS ENGINEERING AND ENGINEERING MANAGEMENT SEMESTER 1 EXAMINATION 2015/2016 INTELLIGENT SYSTEMS

Similar documents
Self Organizing Maps: Fundamentals

Visualization of Breast Cancer Data by SOM Component Planes

USING SELF-ORGANISING MAPS FOR ANOMALOUS BEHAVIOUR DETECTION IN A COMPUTER FORENSIC INVESTIGATION

Data Mining on Sequences with recursive Self-Organizing Maps

Data Mining and Neural Networks in Stata

Comparison of Supervised and Unsupervised Learning Classifiers for Travel Recommendations

Credit Card Fraud Detection Using Self Organised Map

EFFICIENT DATA PRE-PROCESSING FOR DATA MINING

Chapter 12 Discovering New Knowledge Data Mining

Neural Networks algorithms and applications

Role of Neural network in data mining

Chapter 2 The Research on Fault Diagnosis of Building Electrical System Based on RBF Neural Network

Classification of Engineering Consultancy Firms Using Self-Organizing Maps: A Scientific Approach

6.2.8 Neural networks for data mining

Grid e-services for Multi-Layer SOM Neural Network Simulation

An Introduction to Neural Networks

ARTIFICIAL INTELLIGENCE (CSCU9YE) LECTURE 6: MACHINE LEARNING 2: UNSUPERVISED LEARNING (CLUSTERING)

CHAPTER 5 PREDICTIVE MODELING STUDIES TO DETERMINE THE CONVEYING VELOCITY OF PARTS ON VIBRATORY FEEDER

Mobile Phone APP Software Browsing Behavior using Clustering Analysis

Digital image processing

degrees of freedom and are able to adapt to the task they are supposed to do [Gupta].

THREE DIMENSIONAL REPRESENTATION OF AMINO ACID CHARAC- TERISTICS

4.1. Title: data analysis (systems analysis) Annotation of educational discipline: educational discipline includes in itself the mastery of the

THE HUMAN BRAIN. observations and foundations

Visualization of Topology Representing Networks

Lecture 14: Section 3.3

Section 9.5: Equations of Lines and Planes

Neural network software tool development: exploring programming language options

Development of a Network Configuration Management System Using Artificial Neural Networks

Monitoring of Complex Industrial Processes based on Self-Organizing Maps and Watershed Transformations

Artificial Intelligence and Machine Learning Models

USING SELF-ORGANIZING MAPS FOR INFORMATION VISUALIZATION AND KNOWLEDGE DISCOVERY IN COMPLEX GEOSPATIAL DATASETS

NEURAL NETWORK FUNDAMENTALS WITH GRAPHS, ALGORITHMS, AND APPLICATIONS

Java Modules for Time Series Analysis

Predictive Dynamix Inc

The Research of Data Mining Based on Neural Networks

is in plane V. However, it may be more convenient to introduce a plane coordinate system in V.

Feed-Forward mapping networks KAIST 바이오및뇌공학과 정재승

Data Mining using Rule Extraction from Kohonen Self-Organising Maps

Handling of incomplete data sets using ICA and SOM in data mining

/SOLUTIONS/ where a, b, c and d are positive constants. Study the stability of the equilibria of this system based on linearization.

MANAGING QUEUE STABILITY USING ART2 IN ACTIVE QUEUE MANAGEMENT FOR CONGESTION CONTROL

Multi-Agent System for Management and Monitoring of Routes Surveillance

An Introduction to Artificial Neural Networks (ANN) - Methods, Abstraction, and Usage

Visualising Class Distribution on Self-Organising Maps

Design call center management system of e-commerce based on BP neural network and multifractal

PHYA5/1. General Certificate of Education Advanced Level Examination June Unit 5 Nuclear and Thermal Physics Section A

Lecture 2 Linear functions and examples

A Partially Supervised Metric Multidimensional Scaling Algorithm for Textual Data Visualization

MATHEMATICS FOR ENGINEERING BASIC ALGEBRA

Designing a neural network for forecasting financial time series

Data Mining Techniques Chapter 7: Artificial Neural Networks

FURTHER VECTORS (MEI)

Self-Organizing g Maps (SOM) COMP61021 Modelling and Visualization of High Dimensional Data

Customer Data Mining and Visualization by Generative Topographic Mapping Methods

ViSOM A Novel Method for Multivariate Data Projection and Structure Visualization

COMP3420: Advanced Databases and Data Mining. Classification and prediction: Introduction and Decision Tree Induction

Advanced Web Usage Mining Algorithm using Neural Network and Principal Component Analysis

Load balancing in a heterogeneous computer system by self-organizing Kohonen network

LVQ Plug-In Algorithm for SQL Server

SEQUENCES ARITHMETIC SEQUENCES. Examples

NEURAL NETWORKS A Comprehensive Foundation

Neural Network Add-in

with functions, expressions and equations which follow in units 3 and 4.

Tuesday 20 May 2014 Morning

Factor Analysis. Chapter 420. Introduction

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions.

Biological Neurons and Neural Networks, Artificial Neurons

SMORN-VII REPORT NEURAL NETWORK BENCHMARK ANALYSIS RESULTS & FOLLOW-UP 96. Özer CIFTCIOGLU Istanbul Technical University, ITU. and

Learning Vector Quantization: generalization ability and dynamics of competing prototypes

Module 4 : Propagation Delays in MOS Lecture 22 : Logical Effort Calculation of few Basic Logic Circuits

Methodology for Emulating Self Organizing Maps for Visualization of Large Datasets

3 An Illustrative Example

Preface. C++ Neural Networks and Fuzzy Logic:Preface. Table of Contents

OpenStax-CNX module: m Quadratic Sequences 1; 2; 4; 7; 11;... (1)

WAVES AND FIELDS IN INHOMOGENEOUS MEDIA

Self Organizing Maps for Visualization of Categories

FRICTION, WORK, AND THE INCLINED PLANE

Case Study Competition Be an engineer of the future! Innovating cars using the latest instrumentation!

Forecasting Trade Direction and Size of Future Contracts Using Deep Belief Network

The data set we have taken is about calculating body fat percentage for an individual.

Chapter ML:XI (continued)

ultra fast SOM using CUDA

POLYNOMIAL FUNCTIONS

ANALYSIS OF MOBILE RADIO ACCESS NETWORK USING THE SELF-ORGANIZING MAP

Math 241, Exam 1 Information.

WESTMORELAND COUNTY PUBLIC SCHOOLS Integrated Instructional Pacing Guide and Checklist Computer Math

December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B. KITCHENS

Method of Combining the Degrees of Similarity in Handwritten Signature Authentication Using Neural Networks

5.3 The Cross Product in R 3

α = u v. In other words, Orthogonal Projection

K-Means Clustering Tutorial

Title. Introduction to Data Mining. Dr Arulsivanathan Naidoo Statistics South Africa. OECD Conference Cape Town 8-10 December 2010.

Neural Networks for Intrusion Detection and Its Applications

Paper Reference. Edexcel GCSE Mathematics (Linear) 1380 Paper 3 (Non-Calculator) Monday 6 June 2011 Afternoon Time: 1 hour 45 minutes

An Analysis on Density Based Clustering of Multi Dimensional Spatial Data

Comparing large datasets structures through unsupervised learning

General Framework for an Iterative Solution of Ax b. Jacobi s Method

Spectrophotometry and the Beer-Lambert Law: An Important Analytical Technique in Chemistry

Transcription:

TW72 UNIVERSITY OF BOLTON SCHOOL OF ENGINEERING MS SYSTEMS ENGINEERING AND ENGINEERING MANAGEMENT SEMESTER 1 EXAMINATION 2015/2016 INTELLIGENT SYSTEMS MODULE NO: EEM7010 Date: Monday 11 th January 2016 Time: 10.00 12.00 INSTRUCTIONS TO CANDIDATES: There are 5 questions. Answer any 3 questions. All questions carry equal marks. Individual marks are shown within the question.

Page 2 of 8 Question 1 This question relates to the supervised neural network a) Describe following two supervised learning algorithms and supported by their algorithm formulae: a back propagation (BP) neural network a Hebbian neural network. b) Consider the two prototype patterns shown in Figure Q1(b). i) Check if these two patterns are orthogonal. (3 marks) ii) Normalise the input P1 (2 marks) iii) Use the Hebb rule to design an autoassociator network that will recognise these two patterns and determine the weight matrix. (6 marks) iv) Find the response of the network to the pattern. (4 marks) P1 P2 Pt Figure Q1(b) PLEASE TURN THE PAGE

Page 3 of 8 Question 2 This question relates to the unsupervised learning neural network a) Compare and contrast the Hebbian unsupervised learning algorithm with competition or the winner-takes-all learning algorithm. b) A Kohonen network receives the input pattern P P = 0.5 0.3 0.8 and with three neurons in the network which have weights W1 = 0.1 0.4, W2 = 0.7 0.9 0.3 0.6, W3 = 0.2 0.5 0. 8 Using the winner-takes-all learning algorithm to determine the neuron that will have its weights adjusted (4 marks) the new values of the weights, suppose that the learning coefficient is 0.3. (3 marks) the architecture of the Kohonen Network (with the assistance of a diagram) and explain its working principles. (8 marks) PLEASE TURN THE PAGE

Page 4 of 8 Question 3 This question relates to a self organising map (SOM) neural network a) Using sketches to identify the difference between a pattern space and a feature space and explain the importance to map a pattern space into a feature space in SOM neural network. (7 marks) b) The details of a 1D mathematical model for self organisation in a system of 8 neurons are given in Appendix 1. Plot by hand the output of neuron s activation function versus the input (net) and discuss the mathematical form for the recursive equations. c) The resulting response for the 1D mathematical model of self organisation in Appendix 1, for a system consisting of 8 neurons is shown below, in Table Q3 (c). In Table Q3 (c), the excitations of all the 8 neurons, for 12 time steps, are presented. Sketch a sequence of graphs, on the same axes, showing the spatial response at subsequent times, for time steps t = (0, 4,12). Discuss how this model displays self organisation? (8 marks) Table Q3 (c) Step y1 y2 y3 y4 y5 y6 y7 y8 0 0.21 0.32 0.43 0.49 0.49 0.43 0.32 0.21 1 0.29 0.61 0.83 0.94 0.94 0.83 0.61 0.29 2 0.30 0.81 1.21 1.38 1.38 1.21 0.81 0.30 3 0.24 0.93 1.55 1.85 1.85 1.55 0.93 0.24 4 0.11 0.94 1.87 2.39 2.39 1.87 0.94 0.11 5 0.00 0.83 2.16 3.00 3.00 2.16 0.83 0.00 6 0.00 0.62 2.39 3.00 3.00 2.39 0.62 0.00 7 0.00 0.63 2.36 3.00 3.00 2.36 0.63 0.00 8 0.00 0.62 2.35 3.00 3.00 2.35 0.62 0.00 9 0.00 0.61 2.35 3.00 3.00 2.35 0.61 0.00 10 0.00 0.60 2.34 3.00 3.00 2.34 0.60 0.00 11 0.00 0.60 2.33 3.00 3.00 2.33 0.60 0.00 12 0.00 0.59 2.33 3.00 3.00 2.33 0.59 0.00 PLEASE TURN THE PAGE

Page 5 of 8 Question 4 This question relates to a self organising map (SOM) neural network a) Discuss the following main aspects of the algorithm for the Kohonen self organising map (SOM) i) the best matching node (BMN) m ii) ii) the neighbourhood (Nm) of the BMN and its spatial extent as training progresses the weight update rule for the SOM iv) the Gaussian form for the learning function = (N i, t) b) The following figure (Figure Q5 (b)) shows the final weights of a selforganising feature map that has been trained for the following conditions: twodimensional input vectors have been uniformly distributed over the triangular area and the self organising array consisted of 15 neurons. Lines between points connect topological neighbours only; points indicate weight coordinates. Sketch the diagram of the network that, in your opinion, has undergone self organisation. Label inputs, neurons, and weights for the computational experiment, results of which are reported on the figure. Suggest the initial weight values that may have been used. (15 marks) Figure Q5 (b) PLEASE TURN THE PAGE

Page 6 of 8 Question 5 This question relates to the application of artificial intelligent neural networks a) Give one application example for using supervised learning and one application example for using unsupervised leaning and Explain their learning and training processes. b) Data for a CMOS heart rate monitoring IC has been taken from 17 production lots with 63 process control parameters (PCMs) logged and a 17 22 SOM used to analyse the correlations in the data. The trained SOM is shown in figure below. Discuss the relationships in the PCMs gleaned from the SOM. (a) Device yield (b) NMOS transistor drain current (c )Aluminium sheet resistance, (d) Metal layer 1 to metal layer 2 contact resistance (e) Production lot numbers. Figure: the component planes for the trained 17 22 SOM illustrating the IC yield dependence on CMOS process control parameters. In the SOM dark gray relates to a small parameter value and light gray to a large value. Question 5 continued over the page

Page 7 of 8 Question 5 continued c) Given the fab uses N type wafers, why, is an abnormal value of the NMOS drain current likely to be a more important than a consideration of the PMOS drain current, in determining IC yield. (5 marks) END OF QUESTIONS

Page 8 of 8 APPENDICES Appendix 1 A 1D Mathematical Model of Self Organisation The response of the i th neuron is given by recursive equation: k 0 y ( t 1) f ( x ( t 1) y ( t) ) i i kk 0 The initial excitation is given by: ik 3 ( i 3) x i ( t) 0.5sin [ ], for i = 1, 2,, 8 15 The neuron s activation function is given by: k 0, net 0 f(net) net, 0 net 3 3, net 3 b = 0.5, c = 0.2 The 1D neural network architecture is shown below and a discretised Mexican top hat function form for the feedback coefficients k. Figure Q3 Question b) (a) The 1D array of neurons. (b) The feedback coefficients k are shown as a function of inter neuronal distance.