Practice: Convolutional Neural Networks
1. Given the syntax below, select the option that will best improve a CNN model that you are trying to fit.
1. model.fit(x_train, y_train, batch_size=batch_size, epochs=100, validation_data=(x_test, y_test))
2. Which of the following statements is TRUE about a kernel in a Convolutional Layer applied to an image?
Week 4 Final Quiz
1. What is the main function of backpropagation when training a Neural Network?
2. (True/False) The “vanishing gradient” problem can be solved using a different activation function
3. (True/False) Every node in a neural network has an activation function.
4. These are all activation functions except:
5. Deep Learning uses deep Neural Networks for all these uses, except
6. These are all activation functions except:
7. (True/False) Optimizer approaches for Deep Learning Regularization use gradient descent:
8. Stochastic gradient descent is this type of batching method:
9. (True/False) The main purpose of data shuffling during the training of a Neural Network is to aid convergence and use the data in a different order each epoch.
10. Which of the following IS NOT a benefit of Transfer Learning?
14. Which of the following statements about using a Pooling Layer is TRUE?
No comments:
Post a Comment