Question: Consider a binary classification problem where data from class - 1 follows N ( [ 0 1 ] , [ 1 0 ; 0 1
Consider a binary classification problem where data from class follows N; and data from class follows N; :
Generate samples from each class for training and samples for testing.
Solve the classification problem using a neural network. Tune number of nodes in the hidden layer and the learning rate alpha for best accuracy. Try two values of alpha between and two values of nodes between and Pick the values randomly. Use tanh nonlinearity. Use iterations. Plot the ROC curve.
Use minibatch training with a batchsize of Use L regularization with Lambda Use dropout with p Use two hidden layers with tanh in the first hidden layer and relu in the second hidden layer. Use nodes in the first hidden layer. Tune the learning rate alpha and the number of neurons in the second hidden layer for best accuracy in the test set.
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
