Week 1 Comprehensive >> Introduction to Machine Learning
TOTAL POINTS 10
1.Which of the following are necessary for supervised machine learning? (Choose all that are correct)
1 point
A model
Learning from data
Human to teach the machine
2.What decision boundary can logistic regression provide?
1 point
Smooth curves
Linear
Arbitrarily complex functions
Jagged edges
3.What is the primary advantage of using multiple filters?
1 point
This allows the model to look for subtypes of the classification.
This requires less compute power.
This is simpler to implement.
More complexity is always better.
4.Which one of the following best describes transfer learning in the context of document analysis?
1 point
Parameters at the top of the model are transferable across all people and documents, while the parameters at the bottom are different between individuals.
Parameters at the bottom of the model are transferable across all people and documents, while the parameters at the top are different between individuals.
All parameters of the model are transferable across all people and documents.
All parameters of the model are different between individuals.
5.Given the following image of data classifications, which of the following models would you choose?
1 point
Logistic regression
Multilayer perceptron
6.What new feature did neural networks acquire in 2010?
1 point
A new computational platform: the GPU
A new operation: convolution
A new application: image search
A new name: Deep Learning
7.Which of the following is convolved with layer 2 features, or sub-motifs?
1 point
Layer 1 feature map
Layer 2 feature map
Layer 3 feature map
8.Which of the following gives the best conceptual meaning of convolution?
1 point
Stacking a collection of feature maps.
Surveying a feature map for high-level motif.
Selecting an atomic element from an image.
Shifting a filter to every location in an image.
9.What does transfer learning mean in the context of medical imaging?
1 point
Sufficient labeled radiological images can be used to learn all of the model parameters, so they can be used for ophthalmological or dermatological images.
Weights of convolutional layers learned from ImageNet transfer to medical images, so we only need learn new parameters at the top of the network.
Once the convolutional layers are learned from labeled medical images, the top layers can be inferred from the parameters found with data from ImageNet.
Just as assigning categories to images in ImageNet required millions of images, so too does analyzing medical images require millions of labeled medical images.
10.What is the primary advantage of having a deep architecture?
1 point
The parameters of a deep architecture are less expensive to compute.
A model can learn each top-level motif in isolation.
There is a higher probability that each motif is used in the classifier.
The model shares knowledge between motifs through their shared substructures.
Related Questions & Answers:
Week 2 Comprehensive Week 2 Comprehensive >> Introduction to Machine Learning TOTAL POINTS 10 1.What does the equation for the loss ... Read more...
Week 4 Comprehensive Week 4 Comprehensive >> Introduction to Machine Learning TOTAL POINTS 10 1.What is meant by “word vector”? 1 point ... Read more...
Week 3 Comprehensive Week 3 Comprehensive >> Introduction to Machine Learning TOTAL POINTS 10 1.Which of the following indicates whether a ... Read more...
Module 1 Graded Quiz Module 1 Graded Quiz >> Python for Data Science, AI & Development 1.What is the value of x after the ... Read more...
Peer-graded Assignment: Final Assignment Peer-graded Assignment: Final Assignment >> What is Data Science? In this Assignment, you will demonstrate your understanding of the videos ... Read more...