课程一(Neural Networks and Deep Learning),第一周(Introduction to Deep Learning)—— 2、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.
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.
----------------------------------------中文翻译----------------------------------------------
A. Figure 1:

B. Figure 2:

C. Figure 3:

D.Figure4

7、一个人口统计数据集在不同城市的人口, 人均 GDP, 经济增长是一个 "非结构化" 数据的例子, 因为它包含来自不同来源的数据。真/假? (B)
A、真
B、假
8、为什么 RNN (递归神经网络) 用于机器翻译, 说将英语翻译成法语?(检查所有适用的)(A、C)
A、它可以被训练作为一个被监督的学习问题。
B、它是严格比卷积神经网络 (CNN) 更强大。
C、当输入/输出是一个序列 (例如, 一个单词序列) 时, 它是适用的。
D、RNNs 代表了思想的反复过程->> 代码->> 实验->> 想法...。
9、
A、
B、
C、
D、
课程一(Neural Networks and Deep Learning),第一周(Introduction to Deep Learning)—— 2、10个测验题的更多相关文章
- 【DeepLearning学习笔记】Coursera课程《Neural Networks and Deep Learning》——Week2 Neural Networks Basics课堂笔记
Coursera课程<Neural Networks and Deep Learning> deeplearning.ai Week2 Neural Networks Basics 2.1 ...
- 【DeepLearning学习笔记】Coursera课程《Neural Networks and Deep Learning》——Week1 Introduction to deep learning课堂笔记
Coursera课程<Neural Networks and Deep Learning> deeplearning.ai Week1 Introduction to deep learn ...
- CVPR 2018paper: DeepDefense: Training Deep Neural Networks with Improved Robustness第一讲
前言:好久不见了,最近一直瞎忙活,博客好久都没有更新了,表示道歉.希望大家在新的一年中工作顺利,学业进步,共勉! 今天我们介绍深度神经网络的缺点:无论模型有多深,无论是卷积还是RNN,都有的问题:以图 ...
- 课程一(Neural Networks and Deep Learning),第四周(Deep Neural Networks)—— 1.Practice Questions: Key concepts on Deep Neural Networks
[解释] [解释] 比如算法中的learing rateα(学习率).iterations(梯度下降法循环的数量).L(隐藏层数目).n[l] (隐藏层单元数目).choice of activati ...
- 课程一(Neural Networks and Deep Learning),第二周(Basics of Neural Network programming)—— 1、10个测验题(Neural Network Basics)
--------------------------------------------------中文翻译---------------------------------------------- ...
- 吴恩达 Deep learning 第一周 深度学习概论
知识点 1. Relu(Rectified Liner Uints 整流线性单元)激活函数:max(0,z) 神经网络中常用ReLU激活函数,与机器学习课程里面提到的sigmoid激活函数相比有以下优 ...
- 吴恩达Machine Learning 第一周课堂笔记
1.Introduction 1.1 Example - Database mining Large datasets from growth of automation/ ...
- Java课程课后作业之19学期之第一周博客作业
作为一个大二的学生,自己已经不小了,没有大一那个时候的无忧无虑的可以放纵的时光,只剩下一年,我就该做出我人生的下一个重大决定了,这一次真的是我一个人的决定,从小到大,父母为我做过很多的决定,即使在小的 ...
- 第一周 Introduction
欢迎 欢迎来到这门关于机器学习的免费网络课程,机器学习是近年来最激动人心的技术之一,在这门课中,你不仅可以了解机器学习的原理,更有机会进行实践操作,并且亲自运用所学的算法. 每天你都可能在不知不觉中使 ...
随机推荐
- 2018.09.16 bzoj1086: [SCOI2005]王室联邦(贪心)
传送门 就是给树分块. 对于一个节点. 如果它的几棵子树加起来超过了下限,就把它们分成一块. 这样每次可能会剩下几个节点. 把它们都加入栈中最顶上那一块就行了. 代码: #include<bit ...
- 2018.08.29 NOIP模拟 pmatrix(线性筛)
[问题描述] 根据哥德巴赫猜想(每个不小于 6 的偶数都可以表示为两个奇素数之和),定义 哥德巴赫矩阵 A 如下:对于正整数对(i,j),若 i+j 为偶数且 i,j 均为奇素数,则 Ai,j = 1 ...
- hdu-1171(多重背包+二进制优化)
题目链接: 思路:找每次最多装一半的情况,注意数组范围,前几次dp开小了,一直RE. #include<iostream> #include<cstdio> #include& ...
- 经典的SQL语句面试题(转)
Student(S#,Sname,Sage,Ssex) 学生表Course(C#,Cname,T#) 课程表SC(S#,C#,score) 成绩表Teacher(T#,Tname) 教师表 问题:1. ...
- 31. The New Bread Earners 挣钱养家的新军
31. The New Bread Earners 挣钱养家的新军 ① They call them the new bread earners.They are women,and they are ...
- js限制上传图片类型和大小
<script type="text/javascript"> function checkFile(brandLogo){ var file=brandLogo.va ...
- modelsim读写TXT文件
//open the file Initial Begin step_file = $fopen("F:/Company/Src/txt/step.v","r" ...
- Spring3.x错误----NotFoundException: org.objectweb.asm.codevisitor
Spring3.x错误: 解决办法: 一定要引入cglib-nodep-2.1_3.jar,而不是cglib-2.1.3.jar
- 手动设置3G的wifi迷你无线路由
1.插入中兴的3G无线网卡,终端上显示如下内容: ~ >: usb 1-1.3: new full speed USB device number 11 using s3c2410-ohci u ...
- Spring 配置 事务的几种方式
Spring配置文件中关于事务配置总是由三个组成部分,DataSource.TransactionManager和代理机制这三部分,无论是那种配置方法,一般变化的只是代理机制这块! 首先我创建了两个类 ...