Quiz's Flashcards
Which of the following is NOT an activation function?
Tanh
Softmax
Cross-entropy
Sigmoid
Cross-entopy
Which statement regarding forward and backward propagation is correct?
What is the difference between forward and back propogation?
Forward propagation’s purpose is to obtain the model errors, while backward propagation’s is to update the weights.
Explanation:
Forward propagation is when we run the model with some input data. After that, we obtain the output from which, along with the targets, we can determine the errors of our network and the loss function. Meanwhile, back-propagation is when we compute each weight’s contribution to these errors in order to know how to update it.
What is one way we can deal with overfitting?
Early stopping
What is the best approach to the initialization of weights?
The Xavier initialization