当前位置:网站首页>Introduction to deep learning exercises sorting in the first week of deep learning
Introduction to deep learning exercises sorting in the first week of deep learning
2022-07-19 08:35:00 【l8947943】
Introduction to Deep Learning
- Which of the following best describes the role of AI in the expression “an AI-powered society”?
- 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.
- AI runs on computers and is thus powered by electricity, but it is letting computers do things not possible before.
- AI is powering personal devices in our homes and offices, similar to electricity.
- Which of the following are reasons that didn’t allow Deep Learning to be developed during the '80s?
- The theoretical tools didn’t exist during the 80’s.
- Limited computational power.
- People were afraid of a machine rebellion.
- Interesting applications such as image recognition require large amounts of data that were not available.
- Recall this diagram of iterating over different ML ideas. Which of the statements below are true? (Check all that apply.)

- It is faster to train on a big dataset than a small dataset.
- 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.
- Recent progress in deep learning algorithms has allowed us to train good models faster (even without changing the CPU/GPU hardware).
- Neural networks are good at figuring out functions relating an input xx to an output yy given enough examples. True/False?
- False
- True
- ReLU stands for which of the following?
- Representation Linear Unit
- Rectified Last Unit
- Rectified Linear Unit
- Recognition Linear Unit
- Images for cat recognition is an example of “structured” data, because it is represented as a structured array in a computer. True/False?
- True
- False
- A dataset is composed of age and weight data for several people. This dataset is an example of “structured” data because it is represented as an array in a computer. True/False?
- True
- False
- Why is an RNN (Recurrent Neural Network) used for machine translation, say translating English to French? (Check all that apply.)
- RNNs represent the recurrent process of Idea->Code->Experiment->Idea->…
- It is applicable when the input/output is a sequence (e.g., a sequence of words).
- It can be trained as a supervised learning problem.
- It is strictly more powerful than a Convolutional Neural Network (CNN).
- In this diagram which we hand-drew in the lecture, what do the horizontal axis (x-axis) and vertical axis (y-axis) represent?

answer :
x-axis is the amount of data(x The axis is the amount of data ) y-axis (vertical axis) is the
performance of the algorithm.(y Axis ( Vertical axis ) Is the performance of the algorithm )
- 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.
- 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.
边栏推荐
猜你喜欢

Use of OpenCV polar transformation function warppolar

WVPPRO-ZLM-GB21818-摄像头

Demo collection injection

Great summary! Finally, someone explained all kinds of SQL join connections clearly

Hand in hand practice a DAPP, the road to Web3.0!

Redis6 new data type geospatial

Redis介绍

凸面镜面3D玻璃轮廓扫描

Real case: how to check the soaring usage of CPU after the system goes online?

Gateway new generation gateway
随机推荐
5.1 security vulnerabilities and Prevention
3D激光SLAM:ALOAM---帧间里程计代码解读
With this "programmer code interview guide" from Zuo Chengyun (Zuo Shen), I joined byte
1、决策树
leetcode:287. Find the repetition number [fast and slow pointer board]
Visual studio 2022 (vs 2022) cannot read memory
No module named 'yaml' solution
全志V3s学习记录(13)OV2640的使用
力扣1669合并两个链表笔记
Oi memoirs
Li Kou 43 string multiplication note
Set settings in vscode json
MySQL数据类型
Redis
Gateway new generation gateway
JS学习笔记09-12:原型对象以及Foreach+tostring及回收站
Openpyxl copy sheet pages across workbooks
5.2 数据库安全
JS learning notes 01-03 - Reference of this, global scope, method
60. Initial knowledge of wsgiref handwritten web framework +jinja2 module