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

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

梦梦 · 2024年11月10日

b错误是否理解正确

NO.PZ2023091601000112

问题如下:

State whether each of the following statements is true or false and explain why.

a. A neural network with no activation function is a linear regression model.

b. A neural network with no hidden layer is a linear regression model.

c. The bias in a neural network acts like the constant term in a regression.

解释:

a. True. It is the activation function that adds nonlinearity to the network architecture; without it, the model would simply be a linear combination of a linear combination of the features, which would overall result in the output variable being a linear combination of the input variables.

b. False. An activation function might be applied to the inputs to get the outputs. An example of this is logistic regression which applies the sigmoid function to the inputs.

c. True. The bias is analogous to the constant term in a regression and it allows for situations where the weighted inputs to a particular layer do not have the same mean as the output.

线性和非线性因素都在hiden layer 层,b错在如果没有hiden layer层,那么输入变量也不一定是线性?

1 个答案
已采纳答案

pzqa39 · 2024年11月11日

嗨,爱思考的PZer你好:


是的,你的理解是正确的。

----------------------------------------------
加油吧,让我们一起遇见更好的自己!

梦梦 · 2024年11月12日

好的,谢谢

  • 1

    回答
  • 0

    关注
  • 14

    浏览
相关问题