Presentation is loading. Please wait.

Presentation is loading. Please wait.

S. Mandayam/ ANN/ECE Dept./Rowan University Artificial Neural Networks ECE.09.454/ECE.09.560 Fall 2006 Shreekanth Mandayam ECE Department Rowan University.

Similar presentations


Presentation on theme: "S. Mandayam/ ANN/ECE Dept./Rowan University Artificial Neural Networks ECE.09.454/ECE.09.560 Fall 2006 Shreekanth Mandayam ECE Department Rowan University."— Presentation transcript:

1 S. Mandayam/ ANN/ECE Dept./Rowan University Artificial Neural Networks ECE.09.454/ECE.09.560 Fall 2006 Shreekanth Mandayam ECE Department Rowan University http://engineering.rowan.edu/~shreek/fall06/ann/ Lecture 6 October 23, 2006

2 S. Mandayam/ ANN/ECE Dept./Rowan UniversityPlan Recall: Radial Basis Function Networks RBF Formulation Network Implementation Matlab Implementation Design Issues Center Selection: K-means Clustering Algorithm Input data processing Selection of training and test data - cross-validation Pre-processing: Feature Extraction Final Project: Discussion Lab 3

3 S. Mandayam/ ANN/ECE Dept./Rowan University RBF Principle Non-linearly separable classes Linearly separable classes Transform to “higher”-dimensional vector space

4 S. Mandayam/ ANN/ECE Dept./Rowan University Example: X-OR Problem x1x1 x2x2 (x)(x) (x)(x) Decision Boundary

5 S. Mandayam/ ANN/ECE Dept./Rowan University RBF Formulation Problem Statement Given a set of N distinct real data vectors (x j ; j=1,2,…,N) and a set of N real numbers (d j ; j=1,2,…,N), find a function that satisfies the interpolating condition F(x j ) = d j ; j=1,2,…,N

6 S. Mandayam/ ANN/ECE Dept./Rowan University RBF Network RBF Network 1 1 1     x1x1 x2x2 x3x3 y1y1 y2y2   1 w ij Input Layer Hidden Layer Output Layer Inputs Outputs -55 0 0.5 1  (t) t

7 S. Mandayam/ ANN/ECE Dept./Rowan University Matlab Implementation %Radial Basis Function Network %S. Mandayam/ECE Dept./Rowan University %Neural Nets/Fall 06 clear;close all; %generate training data (input and target) p = [0:0.25:4]; t = sin(p*pi); %Define and train RBF Network net = newrb(p,t); plot(p,t,'*r');hold; %generate test data p1 = [0:0.1:4]; %test network y = sim(net,p1); plot(p1,y,'ob'); legend('Training','Test'); xlabel('input, p'); ylabel('target, t') Matlab Demos » demorb1 » demorb3 » demorb4

8 S. Mandayam/ ANN/ECE Dept./Rowan University RBF - Center Selection x1x1 x2x2 Data points Centers

9 S. Mandayam/ ANN/ECE Dept./Rowan University K-means Clustering Algorithm N data points, x i ; i = 1, 2, …, N At time-index, n, define K clusters with cluster centers c j (n) ; j = 1, 2, …, K Initialization: At n=0, let c j (n) = x j ; j = 1, 2, …, K (i.e. choose the first K data points as cluster centers) Compute the Euclidean distance of each data point from the cluster center, d(x j, c j (n) ) = d ij Assign x j to cluster c j (n) if d ij = min i,j {d ij }; i = 1, 2, …, N, j = 1, 2, …, K For each cluster j = 1, 2, …, K, update the cluster center c j (n+1) = mean {x j  c j (n) } Repeat until ||c j (n+1) - c j (n) || < 

10 S. Mandayam/ ANN/ECE Dept./Rowan University Selection of Training and Test Data: Method of Cross-Validation Train Test Train TestTrain TestTrain TestTrain Trial 1 Trial 2 Trial 3 Trial 4 Vary network parameters until total mean squared error is minimum for all trials Find network with the least mean squared output error

11 S. Mandayam/ ANN/ECE Dept./Rowan University Feature Extraction Objective: Increase information content Decrease vector length Parametric invariance Invariance by structure Invariance by training Invariance by transformation

12 S. Mandayam/ ANN/ECE Dept./Rowan University Final Project Discussion

13 S. Mandayam/ ANN/ECE Dept./Rowan University Lab 3: RBF Neural Nets http://engineering.rowan.edu/~shreek /fall06/ann/lab3.htmlhttp://engineering.rowan.edu/~shreek /fall06/ann/lab3.html

14 S. Mandayam/ ANN/ECE Dept./Rowan UniversitySummary


Download ppt "S. Mandayam/ ANN/ECE Dept./Rowan University Artificial Neural Networks ECE.09.454/ECE.09.560 Fall 2006 Shreekanth Mandayam ECE Department Rowan University."

Similar presentations


Ads by Google