Question 22
Consider the following fixed neural network implemented in PyTorch.
Loss function used: Based on the above data, answer the given subquestions.
Based on the hidden-layer weights and the output-layer weights, which of the following statements are correct?
Hidden neuron 0 produces larger activations when .
Hidden neuron 0 produces larger activations when .
Hidden neuron 1 produces larger activations when .
If the predicted class is 1, then the hidden neuron 0 is highly activated.
If the predicted class is 0, then the hidden neuron 0 is highly activated.
If the predicted class is 0, then the hidden neuron 1 is highly activated.