Comments

You must log in or register to comment.

hjmb t1_irzxltz wrote

No - layers in neural networks are often a linear map followed by component-wise non-linear maps. The resulting operation is non-linear.

4

hjmb t1_irzxtrk wrote

Note that without the non-linear part each layer would just be a single linear map. The composition of multiple layers would then be a linear map again, so there would be no need for multiple layers in a model.

3

hjmb t1_is08irx wrote

Absolutely, but this was the clearest counter-example I could think of.

A Bayesian-updated linear regression system will indeed give you a linear inference step and count as ML in my opinion.

3

IMJorose t1_is0km6y wrote

Is this a homework question?

0

IMJorose t1_is1yhux wrote

It matters, because this sub isn't to answer homework questions.

I asked, because the way you asked somehow gave me the exact vibes I get when my students ask me questions when they are trying to get me to solve the problem for them.

4