课堂小考 - 深度学习 Deep Learning Q&A(1)

  • Introduction to Machine Learning

Ture and False

  1. Deep Learning is part of machine learning, in which we use artificial neural networks models.

  2. Artificial intelligence is a subfield of machine learning.

  3. A categorical attribute assumes values that are integer or real.

  4. A dataset is a collection of data examples and their attributes.

  5. An unsupervised learning algorithm learns from a training dataset with both input attributes and output levels.

  6. The machine learning stages are training and testing.

Choose exactly ONE answer for each of the following questions.

7.The output attributes of classification are:
(a)categorical values
(b)numeric values
(c)categorical or numeric values
(d)categorical and numeric values

8.Three types of machine learning are:
(a)deep learning, moderate learning, and shallow learning
(b)human learning, animal learning, and robotics learning
(c)supervised learning, unsupervised learning, and reinforcement learning
(d)visual learners, reading learners, and writing learners

9.Supervised learning can be divided into:
(a)classification and clustering
(b)classification and regression
(c)clustering and regression
(d)classification, clustering, and regression

10.What is the goal of clustering?
(a)Group similar instances
(b)Predict numerical values for testing examples
(c)Reduce the number of features
(d)None of the above

Answers: 1. T 2. F 3. F 4. T 5. F 6. T 7. (a) 8. (c) 9. (b) 10. (a)


<<:  用 Python 畅玩 Line bot - 25:权限分享

>>:  课堂小考 - 深度学习 Deep Learning Q&A(2)

WSL2, VM, Dual Boot, Proxmox怎麽选?

更多会员限定文章可以到patreon观看 WSL2, VM, Dual Boot, Proxmox怎...

学会网页制作除了javascript还要会....HTML1

从基本的 HTML、CSS 网页设计开始入门,先学习静态版面设计技巧,再带入动态的 JavaScri...

Day 16 ( 中级 ) 灯光绕圈圈 ( 座标 )

灯光绕圈圈 ( 座标 ) 教学原文参考:灯光绕圈圈 ( 座标 ) 这篇文章会介绍如何使用「重复无限次...

[Lesson24] Kotlin - 条件

if-else Kotlin的条件判断叙述比较特别,它能够用 if-else 赋值给变数 val r...

【Day23】 Transformer 新手包 (三)

Positional Encoding 怎麽做的 书接昨日,我们说 Positional Encod...