Practice: Introduction to Neural Networks
1. Neural networks and Deep Learning are behind many of the AI applications that are part of our daily lives.
2. Which one of the following is true in terms of the difference between grid search and randomized search?
3. This is a characteristic that neural networks and logistic regression have in common:
Practice: Optimization and Gradient Descent
1. Select all the methods that can be used to minimize a cost function:
(B) stochastic gradient descent
(C) batch gradient descent
2. How many sample(s) are used in a stochastic gradient descent?
3. Which method uses all the samples in one iteration to update model parameters?
Week 1 Finall Quiz
1. What is another name for the “neuron” on which all neural networks are based?
2. What is an advantage of using a network of neurons?
3. A dataset with 8 features would have how many nodes in the input layer?
4. For a single data point, the weights between an input layer with 3 nodes and a hidden layer with 4 nodes can be represented by a:
5. Use the following image for reference. How many hidden layers are in this Neural Network?
6. Use the following image for reference. How many hidden units are in this Neural Network?
7. Which statement is TRUE about the relationship between Neural Networks and Logistic Regression?
No comments:
Post a Comment