Intro to ML: Neural Networks Lecture 2 Part 2

Quiz
•
Mathematics, Computers, Fun
•
University
•
Hard

Josiah Wang
Used 15+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Is the following statement True or False? A neural network’s weights can be randomly initialised as gradient descent will always eventually find the optimal set of parameters, therefore being invariant to the initial set of parameters
True
False
Answer explanation
A neural network's weights are often randomly initialised. What is wrong here is that gradient descent has no theoretical guarantee to find the optimal set of parameters and often does not achieve this. (recall local optima from the lecture slides)
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
L1 regularisation favours few non zero weights where as L2 regularisation favours small values around zero.
True
False
Answer explanation
L1 regularization favours a sparse solution by encouraging a few non-zero weights, while L2 regularization favours small values around zero. This means that L1 regularization tends to select only the most important features, while L2 regularization spreads the importance across all features. In this case, the correct choice is 'True' because L1 regularization does favour a few non-zero weights.
3.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Which of the following statements about dropout are correct?
Dropout prevents complex co-adaptations in which a feature detector is only helpful in the context of several other specific feature detectors.
Dropout is more similar to L2 regularisation than L1 regularisation during training.
Dropout is active during training and testing.
Dropout can be viewed as a form of ensemble learning
The amount of dropout, p, can be optimised through standard stochastic gradient descent (SGD) methods
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
A dense multi layer perceptron layer has 300 input values and 200 output values. Assuming no bias, how many parameters does the layer contain?
500
250
6000
60000
3000
Answer explanation
The given question asks about the number of parameters in a dense multi-layer perceptron layer with 300 input values and 200 output values. Since there is no bias, each input value is connected to each output value, resulting in a total of 300 * 200 = 60000 parameters in the layer. This means that there are 60000 weights to be learned during the training process.
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
If a neural network is overfitting, which of the following would not help
Introducing dropout
Reducing the number of layers in the model
Increasing the learning rate
Increasing the size of the training data
None of the above
Answer explanation
To address overfitting in a neural network, several techniques can be employed. Introducing dropout, reducing the number of layers in the model, and increasing the size of the training data are effective methods. However, increasing the learning rate may not help in reducing overfitting. By adjusting the learning rate, the model may become more prone to overshooting the optimal solution and fail to generalize well. Therefore, increasing the learning rate is not a suitable approach to combat overfitting.
6.
MULTIPLE SELECT QUESTION
2 mins • 1 pt
Which of the following statements are True?
Minibatch Gradient Descent (GD) updates the network based on an expectation of the gradient of the parameter space at that point.
Minibatch GD updates the network based on the exact gradient of the parameter space at that point.
The computational cost of batch GD and minibatch GD is the same.
The computation cost of batch GD is larger than minibatch GD.
Similar Resources on Wayground
6 questions
Intro to ML: Neural Networks Lecture 2 Part 1

Quiz
•
University
10 questions
KanyE WeSt

Quiz
•
KG - Professional Dev...
10 questions
Kpop Clothing

Quiz
•
KG - Professional Dev...
10 questions
Finding the Gradient - given the function and x

Quiz
•
11th Grade - University
10 questions
Equations of Straight Lines

Quiz
•
9th Grade - University
10 questions
Programming in PHP - UNIT V

Quiz
•
University
10 questions
DIFFERENTIATION & INTEGRATION

Quiz
•
University
10 questions
Linear Non-Linear Graph

Quiz
•
8th Grade - University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade