zoukankan      html  css  js  c++  java
  • Andrew Ng 深度学习课后测试记录-01-week1-答案

    1

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

    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.

    Through the “smart grid”, AI is delivering a new wave of electricity.

    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?

    Figure 1:

    Figure 2:

    Figure 3:

    Figure 4:

     

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

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

    Increasing the size of a neural network generally does not hurt an algorithm’s performance, and it may help significantly.

    Decreasing the training set size generally does not hurt an algorithm’s performance, and it may help significantly.

    Increasing the training set size generally does not hurt an algorithm’s performance, and it may help significantly.

    Decreasing the size of a neural network generally does not hurt an algorithm’s performance, and it may help significantly.

    深度学习小小白,欢迎加qq交流
  • 相关阅读:
    线程的资源释放(一)
    iOS开发完整项目
    iOS开发多线程技术方案
    Windows 7 Beta泄漏版存在安全问题 狼人:
    工信部:黑客入侵等是网络安全防护工作的重点 狼人:
    微软下周2将发布13个补丁 修复26个安全漏洞 狼人:
    调查显示互联网14%SSL认证不安全 狼人:
    09年恶意软件放缓 2010年共享最危险 狼人:
    IE曝新安全漏洞 千万网民隐私遭受威胁 狼人:
    安全关注:2009年信息安全八大预测 狼人:
  • 原文地址:https://www.cnblogs.com/bask/p/9301901.html
Copyright © 2011-2022 走看看