Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem 3 . Write a Matlab program to create and train a multilayer perceptron using the backpropagation learning algorithm with momentum ( use matlab toolbox

Problem 3. Write a Matlab program to create and train a multilayer perceptron using the backpropagation learning algorithm with momentum (use matlab toolbox for this problem). Use your network to classify the Iris dataset (iris3class.mat) provided with this homework. Divide your data into a training set and testing set in a 2:1 ratio. Perform the following experiments with your network:
Experiment with the following values of the learning rate () and momentum parameter () and comment on your results. Determine the values of and that yield best classification accuracy.
in[0.001,0.01,0.1,0.25,0.5]
in[0,0.1,0.5,0.8,0.99]
Use the Levenberg-Marquardt variant of backpropagation to train your network and compare its performance with classical backpropagation.
Use the Nguyen-Widrow technique for weight initialization and compare the network's perfor- mance to that using random weight initialization.
Use 3-fold cross validation to test and train your network. Comment on the network's perfor- mance.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Temporal Databases Research And Practice Lncs 1399

Authors: Opher Etzion ,Sushil Jajodia ,Suryanarayana Sripada

1st Edition

3540645195, 978-3540645191

More Books

Students also viewed these Databases questions

Question

2. Give a CFG for the strings of the form 0^n 1^m 0^m 1^n

Answered: 1 week ago

Question

13-1 How does building new systems produce organizational change?

Answered: 1 week ago