Question: * NOTE: The implementation of each exercise should be in different notebooks. The confusion matrix and test accuracy for each of the activation functions should
NOTE: The implementation of each exercise should be in different notebooks. The confusion
matrix and test accuracy for each of the activation functions should be inside each notebook but
in different cells. The same for the learning rate and optimum outputs.
Implementation Using Collab, design and train a Multilayer Perceptron MLP with hidden
layer and using Backpropagation BP algorithm on the Breast Cancer Wisconsin Dataset Use a
splitting of epochs. Show in the code the confusion matrix and test accuracy for each
of the following activation functions:
a Identity Activation Function
b Sigmoid AF
c Step AF
d Tanh AF
e ReLu AF
Implementation In a new notebook, repeat the same process but now with hidden layers.
Implementation In another notebook, using the architecture you built in implementation
and the best performing activation function, retrain the model by adding new parameters,
learning rate and momentum. The range of the values you should try between and trials
is:
Learning rate:
Momentum:
Print on the code, for each combination, the corresponding accuracy. What are the optimum
learning rate and momentum values?
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
