Introduction to deep learning第一周测验

Introduction to deep learning

第一周测验, 10 个问题

第 1 个问题
What does the analogy “AI is the new electricity” refer to? (B)

A. AI is powering personal devices in our homes and offices, similar to electricity.
B. Similar to electricity starting about 100 years ago, AI is transforming multiple industries
C. Through the “smart grid”, AI is delivering a new wave of electricity
D. AI runs on computers and is thus powered by electricity, but it is letting computers do things not possible before.

第 2 个问题
Which of these are reasons for Deep Learning recently taking off? (Check the three options that apply.)(B,C,D)

A. Neural Networks are a brand new field.
B. We have access to a lot more data.
C. Deep learning has resulted in significant improvements in important applications such as online advertising, speech recognition, and image recognition.
D. We have access to a lot more computational power.

第 3 个问题
Recall this diagram of iterating over different ML ideas. Which of the statements below are true? (Check all that apply.)(A,B,D)
这里写图片描述
A. Being able to try out ideas quickly allows deep learning engineers to iterate more quickly.
B. Faster computation can help speed up how long a team takes to iterate to a good idea.
C. It is faster to train on a big dataset than a small dataset.
D. Recent progress in deep learning algorithms has allowed us to train good models faster (even without changing the CPU/GPU hardware).

第 4 个问题
When an experienced deep learning engineer works on a new problem, they can usually use insight from previous problems to train a good model on the first try, without needing to iterate multiple times through different models. True/False? (False)

第 5 个问题
Which one of these plots represents a ReLU activation function?
这里写图片描述

第 6 个问题
Images for cat recognition is an example of “structured” data, because it is represented as a structured array in a computer. True/False?(False)

第 7 个问题
A demographic dataset with statistics on different cities’ population, GDP per capita, economic growth is an example of “unstructured” data because it contains data coming from different sources. True/False?(False)

第 8 个问题
Why is an RNN (Recurrent Neural Network) used for machine translation, say translating English to French? (Check all that apply.)(A,C)

A. It can be trained as a supervised learning problem.
B. It is strictly more powerful than a Convolutional Neural Network (CNN).
C. It is applicable when the input/output is a sequence (e.g., a sequence of words).
D. RNNs represent the recurrent process of Idea->Code->Experiment->Idea->….

扫描二维码关注公众号,回复: 2734063 查看本文章

第 9 个问题
In this diagram which we hand-drew in lecture, what do the horizontal axis (x-axis) and vertical axis (y-axis) represent?(C)

A. x-axis is the input to the algorithm
y-axis is outputs.

B. x-axis is the amount of data
y-axis is the size of the model you train.

C. x-axis is the amount of data
y-axis (vertical axis) is the performance of the algorithm.

D. x-axis is the performance of the algorithm
y-axis (vertical axis) is the amount of data.
这里写图片描述
第 10 个问题
Assuming the trends described in the previous question’s figure are accurate (and hoping you got the axis labels right), which of the following are true? (Check all that apply.)(C,D)

A. Decreasing the size of a neural network generally does not hurt an algorithm’s performance, and it may help significantly
B. Decreasing the training set size generally does not hurt an algorithm’s performance, and it may help significantly.
C. Increasing the size of a neural network generally does not hurt an algorithm’s performance, and it may help significantly.
D. Increasing the training set size generally does not hurt an algorithm’s performance, and it may help significantly.

猜你喜欢

转载自blog.csdn.net/heheSakura/article/details/80302192