Introduction to deep learning
1
К чему относится аналогия «ИИ — это новое электричество»?
AI is powering personal devices in our homes and offices, similar to electricity.
AI runs on computers and is thus powered by electricity, but it is letting computers do things not possible before.
Similar to electricity starting about 100 years ago, AI is transforming multiple industries.
Через «умную сеть» ИИ поставляет новую волну электричества.
2
Which of these are reasons for Deep Learning recently taking off? (Check the three options that apply.)
Deep learning has resulted in significant improvements in important applications such as online advertising, speech recognition, and image recognition.
We have access to a lot more computational power.
Neural Networks are a brand new field.
We have access to a lot more data.
3
Recall this diagram of iterating over different ML ideas. Which of the statements below are true? (Check all that apply.)
Being able to try out ideas quickly allows deep learning engineers to iterate more quickly.
Faster computation can help speed up how long a team takes to iterate to a good idea.
It is faster to train on a big dataset than a small dataset.
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
Изображения для распознавания кошек являются примером «структурированных» данных, потому что в компьютере они представляются в виде структурированного массива.
False
7
Набор демографических данных со статистикой о населении разных городов, ВВП на душу населения, экономическом росте является примером «неструктурированных» данных, поскольку он содержит данные, поступающие из разных источников.
False
8
Why is an RNN (Recurrent Neural Network) used for machine translation, say translating English to French? (Check all that apply.)
It can be trained as a supervised learning problem.
It is strictly more powerful than a Convolutional Neural Network (CNN).
It is applicable when the input/output is a sequence (e.g., a sequence of words).
RNNs represent the recurrent process of Idea->Code->Experiment->Idea->....
9
In this diagram which we hand-drew in lecture, what do the horizontal axis (x-axis) and vertical axis (y-axis) represent?
x-axis is the amount of data
y-axis (vertical axis) is the performance of the algorithm.
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.)
Увеличение размера нейронной сети, как правило, не влияет на производительность алгоритма, а может существенно помочь.
Уменьшение размера обучающей выборки, как правило, не ухудшает производительность алгоритма, а может существенно помочь.
Увеличение размера обучающей выборки, как правило, не ухудшает производительность алгоритма, а может существенно помочь.
Уменьшение размера нейронной сети, как правило, не ухудшает производительность алгоритма, а может существенно помочь.