Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于感知机的异或问题 #35

Open
TommyZihao opened this issue Oct 23, 2018 · 2 comments
Open

关于感知机的异或问题 #35

TommyZihao opened this issue Oct 23, 2018 · 2 comments

Comments

@TommyZihao
Copy link

感知机不能处理异或问题,但是在spectron.py文件中输入异或运算的真值表,依旧可以打印出正常结果,这是为什么呢?

@xinghalo
Copy link

感知机的前提是数据是线性可分的,但是异或问题,点是交叉的,无法线性分割。

@wen-fei
Copy link

wen-fei commented Mar 1, 2019

你给的数据实验的不对把。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants