开发者:上海品职教育科技有限公司 隐私政策详情

应用版本:4.2.11(IOS)|3.2.5(安卓)APP下载

一只可爱的猪 · 2021年04月25日

这道题目的三个选项可以详细解释一下吗

* 问题详情,请 查看题干

NO.PZ201512020300000510

问题如下:

Regarding neural networks (NNs) that Alef might potentially implement, which of the following statements is least accurate?

选项:

A.

NNs must have at least 10 hidden layers to be considered deep learning nets.

B.

The activation function in a node operates like a light dimmer switch since it decreases or increases the strength of the total net input.

C.

The summation operator receives input values, multiplies each by a weight, sums up the weighted values into the total net input, and passes it to the activation function.

解释:

A is correct. It is the least accurate answer because neural networks with many hidden layers—at least 3, but often more than 20 hidden layers—are known as
deep learning nets.
B is incorrect, because the node’s activation function operates like a light dimmer switch which decreases or increases the strength of the (total net) input.
C is incorrect, because the node’s summation operator multiplies each (input) value by a weight and sums up the weighted values to form the total net input.
The total net input is then passed to the activation function.

三个选项详细解释一下!谢谢!

1 个答案

星星_品职助教 · 2021年04月26日

同学你好,

这道题答案解析对应的就是三个选择的解释。以后提问可以具体说一下是对解释里的哪里不明白,便于助教有针对性的解答。

---------------

A,B,C三个选项都是结论性质的东西,了解含义后记忆一下即可。

A选项。 deep learning nets对应的是至少有3个hidden layer的NN,而不是10个,描述错误。

B,C选项。对应如下结论:

C选项大意为summation operator接到input后,会把这些input做加权平均,得到一个总的input,然后传递给activation function

B选项大意为activation function会对这个传递过来的input做一个调节,可能调高,也可能调低,类似一个灯光调节器。

这两个选项的描述都是原版书上原文的小幅改写,了解这个流程后记一下就可以了。

  • 1

    回答
  • 1

    关注
  • 479

    浏览
相关问题