Question 34
The following line of code create a neural network (assume necessary imports)
The neural network contains 3 hidden layers with 5 neurons in each hidden layer
The neural network contains 5 hidden layers with 3 neurons in each hidden layer
The neural network contains 2 hidden layers with 3 neurons in the second hidden layer
The neural network contains 2 hidden layers with 5 neurons in the first hidden layer
None of the given options are correct