Neural Networks and Deep learning week1 Introduction to deep learning

本文探讨了深度学习近年来崛起的原因,包括强大的计算能力、丰富的数据以及在广告、语音识别和图像识别等领域的显著改进。同时,解释了人工智能如电力般变革多个行业,并分析了快速迭代在深度学习工程师工作中的重要性。此外,讨论了RNN在机器翻译中的应用及其优势。最后,阐述了数据量与模型规模对算法性能的影响,指出在实践中数据和模型大小的重要性。
摘要由CSDN通过智能技术生成

查看别人的见解违法coursera的荣誉准则,里面的测试题都是一些基本概念,看懂和做对是两码事,英文还是多看看吧,

What does the analogy "Al is the new electricity" refer to?

  • Al is powering personal devices in our homes and offices, similar to electricity.
  • Similar to electricity starting about 100 years ago, Al is transforming multiple industries.
  • Al runs on computers and is thus powered by electricity, but it is letting computers do things not possible before.
  • Through the "smart grid", Al is delivering a new wave of electricity.

正如100年前一样,ai对多领域产生了冲击

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

  • We have access to a lot more computational power.
  • We have access to a lot more data.
  • Neural Networks are a brand new field.
  • Deep learning has resulted in significant improvements in important applications such as online advertising, speechrecognition, and image recognition.

为什么深度学习进来发展迅速,算力,数据,算法和应用提升迅猛

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.
  • lt 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 theCPU/GPU hardware).

图提示了什么,想法快速迭代,快速算法加速实现结果

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

对一个新问题,只能重建,(艹,那人类文明怎么发展起来的,我们是站在巨人的肩膀上)

Which one of these plots represents a ReLU activation function?

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

False

非结构化   可否通过excel/数据库获取

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

结构化 可否通过excel/数据库获取

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

RNN递归,变监督,针对序列

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 is the size of the model you train.
  •  
  • x-axis is the input to the algorithm
  • y-axis is outputs.
  •  
  • x-axis is the performance of the algorithm
  • y-axis (vertical axis) is the amount of data.
  •  
  • x-axis is the amount of data
  • y-axis (vertical axis) is the performance of the algorithm.

看图说话,x数据量,y性能,线规模

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

  • Decreasing the size of a neural network 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 training set size generally does not hurt an algorithm’s performance, and it may help significantly.
  • Increasing the size of a neural network generally does not hurt an algorithm’s performance, and it may help significantly.

看图说话,理论上,数据越多越好,规模越大越好  PS实际,看看你的计算机性能

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
### 回答1: 《Neural Networks and Deep Learning》这本书被许多人评价为是关于深度学习的一本非常好的入门书。它以清晰易懂的方式解释了深度学习的核心概念,并且使用大量的图片和代码来帮助读者理解。如果您对深度学习感兴趣,那么这本书是一个不错的选择。 ### 回答2: 《Neural Networks and Deep Learning》是一本非常出色的书籍。它由Michael Nielsen撰写,提供了关于神经网络和深度学习的详细而清晰的介绍。 这本书以易于理解和深入的方式解释了神经网络和深度学习的基本概念和原理。它从基础知识开始,逐步引导读者了解神经元、多层神经网络、反向传播和激活函数等关键概念。通过直观的解释和简单的数学推导,读者可以很好地理解这些复杂的概念。 书中还包含了许多实例和示例,帮助读者将理论应用到实际问题中。例如,它详细介绍了如何使用神经网络解决手写数字识别的问题,并提供了相关的代码实现。这些实例不仅使得理论更加易于理解,也为读者提供了实际操作的经验和技能。 此外,《Neural Networks and Deep Learning》还提供了大量的引用文献和进一步阅读的建议,帮助读者进一步深入学习和探索相关领域的研究。这为读者进一步拓宽知识领域提供了便利。 总体而言,这本书不仅适合对神经网络和深度学习感兴趣的初学者,也适合那些已经有一定了解但希望进一步加深理解的读者。它以简洁明了的方式传递了复杂的概念,提供了大量的实例和引用文献,是一本极具价值的学习资源。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值