[coursera/dl&nn/week1]Introduction to deep learning(summary&question)

important concept:

1.1neural network

[coursera/dl&nn/week1]Introduction to deep learning(summary&question)
1.2  supervised learning with neural network
 [coursera/dl&nn/week1]Introduction to deep learning(summary&question)


1.3 structured data(num)/unstructured data(image/vedio/text)

1.4traditional method(svm/knn...) standard neural network
 convolutional neural network(image)
 recurrent neural network(sequence)


why is dl taking off?


[coursera/dl&nn/week1]Introduction to deep learning(summary&question)

ReLU function(Rectified Linear Unit)
 
 [coursera/dl&nn/week1]Introduction to deep learning(summary&question)


questions:
wrong answer:
4.images for cat is regarded as "unstructured data", but the images stored in computer may be "structured data"  (images is    numbers of pixels which are stored by structured RBG-num in computer)
8.RNNs represent the recurrent process of Idea->Code->Experiment->Idea-
>....RNNs are a model type.The iterate process is another concept.

1. Question 1

What does the analogy “AI is the new electricity” refer to?

2. Question 2

Which of these are reasons for Deep Learning recently taking off? (Check the three options that apply.)

3. Question 3

Recall this diagram of iterating over different ML ideas. Which of the statements below are true? (Check all that apply.)

[coursera/dl&nn/week1]Introduction to deep learning(summary&question)

4. Question 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?

5. Question 5

Which one of these plots represents a ReLU activation function?

[coursera/dl&nn/week1]Introduction to deep learning(summary&question)

[coursera/dl&nn/week1]Introduction to deep learning(summary&question)

[coursera/dl&nn/week1]Introduction to deep learning(summary&question)

6. Question 6

Images for cat recognition is an example of “structured” data, because it is represented as a structured array in a computer. True/False?

7. Question 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?

8. Question 8

Why is an RNN (Recurrent Neural Network) used for machine translation, say translating English to French? (Check all that apply.)

9. Question 9

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

[coursera/dl&nn/week1]Introduction to deep learning(summary&question)

    y-axis (vertical axis) is the amount of data.
    y-axis is the size of the model you train.
    y-axis is outputs.

10. Question 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.)


[coursera/dl&nn/week1]Introduction to deep learning(summary&question)