XOR 问题可以用 2x2x1 神经网络无偏差解决吗? [英] XOR problem solvable with 2x2x1 neural network without bias?

查看:16
本文介绍了XOR 问题可以用 2x2x1 神经网络无偏差解决吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果没有偏差,具有 2 个输入节点、2 个隐藏节点和一个输出的神经网络是否应该能够解决 XOR 问题?还是会卡住?

Is a Neural network with 2 input nodes, 2 hidden nodes and an output supposed to be able to solve the XOR problem provided there is no bias? Or can it get stuck?

推荐答案

保留偏差.它不会看到您输入的值.

Leave the bias in. It doesn't see the values of your inputs.

就一对一的类比而言,我喜欢将偏差视为直线方程中的偏移 c 值:y = mx + c;它为您的系统增加了一个独立的自由度,不受网络输入的影响.

In terms of a one-to-one analogy, I like to think of the bias as the offsetting c-value in the straight line equation: y = mx + c; it adds an independent degree of freedom to your system that is not influenced by the inputs to your network.

这篇关于XOR 问题可以用 2x2x1 神经网络无偏差解决吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆