Question: Problem 3 . Write a Matlab program to create and train a multilayer perceptron using the backpropagation learning algorithm with momentum ( use matlab toolbox
Problem 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 irisclass.mat provided with this homework. Divide your data into a training set and testing set in a : 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.
Use the LevenbergMarquardt variant of backpropagation to train your network and compare its performance with classical backpropagation.
Use the NguyenWidrow technique for weight initialization and compare the network's perfor mance to that using random weight initialization.
Use fold cross validation to test and train your network. Comment on the network's perfor mance.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
