Question: Question 1 ( 3 5 pts ) : Answer the following questions: a ) Write a complete MATLAB code for creating and training Multilayer neural

Question 1(35 pts): Answer the following questions:
a) Write a complete MATLAB code for creating and training Multilayer neural network that contains 3 hidden layers for classifying four pattens (P1, P2, P3, P4), such that:
Each pattern is described in 6 binary pixels.
(black pixel is 1),(white pixel is 0)
Patterns, P1 and P2, belong to a class, called A,
Patterns, P3 and P4, belong to another class, called B.
the number of neurons in the first hidden layer is 2,
the number of neurons in the second hidden layer is 4,
the number of neurons in the third hidden layer is 6,
the error threshold is 0.06
the learning rate is 0.4
Solution: (use the keyboard)
b) How many input units that are used in the Multilayer neural network for solving this problem?
Solution: (use the keyboard)
c) How many output units that are used in the Multilayer neural network for solving this problem?
Solution: (use the keyboard)
Please write the code clearly.
Question 1 ( 3 5 pts ) : Answer the following

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!