10个测验题:

1、What does the analogy “AI is the new electricity” refer to?  (B)

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

B. Similar to electricity starting about 100 years ago, AI is transforming multiple industries.

C. AI is powering personal devices in our homes and offices, similar to 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.)  (A、B、D)

A. We have access to a lot more data.

B. We have access to a lot more computational power.

C. Neural Networks are a brand new field.

D. Deep learning has resulted in significant improvements in important applications such as online advertising, speech recognition, and image recognition.

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?  (B)

A. True

B. False

5、Which one of these plots represents a ReLU activation function? (C)

A. Figure 1:

B. Figure 2:

C. Figure 3:

D.Figure4

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

A. True

B. 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?(B)

A. True

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

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

A.

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

B.

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

C.

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

D.

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

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.) (A、C)

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

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

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

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

--------------------- 
作者:Jenrey 
来源:CSDN 
原文:https://blog.csdn.net/JENREY/article/details/83022934 
版权声明:本文为博主原创文章,转载请附上博文链接!

【Deep Learning 一】课程一(Neural Networks and Deep Learning),第一周(Introduction to Deep Learning)答案相关推荐

  1. 【论文导读】- STFL: A Spatial-Temporal Federated Learning Framework for Graph Neural Networks

    文章目录 论文信息 摘要 Contributions Methodology Graph Generation Graph Neural Network 联邦学习 Experiment 数据集 Nod ...

  2. Machine Learning week 5 quiz: Neural Networks: Learning

    Neural Networks: Learning 5 试题 1. You are training a three layer neural network and would like to us ...

  3. Machine Learning week 4 quiz: Neural Networks: Representation

    Neural Networks: Representation 5 试题 1. Which of the following statements are true? Check all that a ...

  4. 深度学习(Deep Learning)——卷积神经网络 (Convolutional Neural Networks / CNN)

    一.卷积神经网络的概述 1.卷积神经网络与普通神经网络非常相似,它们都由具有可学习的权重w和偏置常量(biases)的神经元组成.每个神经元都接收一些输入,并做一些点积计算,输出是每个分类的分数,普通 ...

  5. 《Discriminative Unsupervised Feature Learning with Exemplar Convolutional Neural Networks》阅读笔记

    <Context Encoders: Feature Learning by Inpainting>阅读笔记 摘要 我们提出了一种基于上下文的像素预测驱动的无监督视觉特征学习算法.类似于自 ...

  6. A remark on the error-backpropagation learning algorithm for spiking neural networks

    关于尖峰神经网络的误差反向传播学习算法的一点评论✩ 摘要 在用于脉冲神经网络的误差反向传播学习算法中,必须将触发时间tαt^\alphatα区分为状态函数x(t)x(t)x(t)的函数.但是这种区分是 ...

  7. 论文阅读——CCN GAC WORKSHOP:ISSUES WITH LEARNING IN BIOLOGICAL RECURRENT NEURAL NETWORKS

    一.介绍 生物中介擅长于涉及到长期短暂从属的学习任务.在学习这样的任务中的关键挑战之一是短暂信誉分配的问题:可靠地分配重要性给过去神经元状态.解决这个问题在于学习短期和长期的联合. 神经网络由周期神经 ...

  8. python 南京大学_南京大学python课程系列笔记之python基础之第一周:走进python

    1.1 python简介: 历史,特点,应用 1.2 第一个python程序: 1.输出: print(字符串) print(变量) 2.输入: varibale = input("mess ...

  9. DL1 - Neural Networks and Deep Learning

    title: DL1 - 什么神经网络和深度网络 date: 2019-08-05 02:40:57 tags: deeplearning categories: deeplearning Welco ...

  10. [译]深度神经网络的多任务学习概览(An Overview of Multi-task Learning in Deep Neural Networks)...

    译自:http://sebastianruder.com/multi-task/ 1. 前言 在机器学习中,我们通常关心优化某一特定指标,不管这个指标是一个标准值,还是企业KPI.为了达到这个目标,我 ...

最新文章

  1. 为什么使用单页应用_为什么我讨厌您的单页应用
  2. MPB:中科院生态环境中心邓晔组-环境样本中原核生物的总量测定
  3. ServiceStack.Redis 请求次数6000次异常
  4. CDI中的事务异常处理
  5. C# 文件操作详解(三)---------Directory类
  6. dfa2.java 原理_DFA编程练习2
  7. intellij idea开发工具
  8. 网络性能测试工具iperf编译记录
  9. LeetCode:每日一题(2020.4.13)
  10. 张量基础学习(四 张量代数运算——下)
  11. c语言读取cmos的原理,电脑主板CMOS电路原理分析
  12. msvcp71.dll、msvcr71.dll丢失解决方法
  13. socket编程到底是什么
  14. 喾哲~ (八月最佳)
  15. vs2015安装使用体验
  16. Ajax传递数组到后台的两种方式
  17. php 多图片/文件上传
  18. L1-039 古风排版
  19. SAP BW/HANA打补丁遇到证书过期问题
  20. pip安装pytorch 0.4.1

热门文章

  1. 出售:IM视频会议办公平台客户端服务端纯商业性质运营源码
  2. [转]把复杂事物简明化
  3. C# 打开文件 保存文件
  4. [Project Euler] 来做欧拉项目练习题吧: 题目012
  5. 自定义控件的构建(10)
  6. JMeter中如何实现参数化(CSV)
  7. 03-12 Android 混合页面测试
  8. 软件测试用例设计方法-等价类划分法
  9. python交互式解释器下载_Python解释器
  10. 分类二级联动 php,学习猿地-php实现二级联动菜单