We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
感知机不能处理异或问题,但是在spectron.py文件中输入异或运算的真值表,依旧可以打印出正常结果,这是为什么呢?
The text was updated successfully, but these errors were encountered:
感知机的前提是数据是线性可分的,但是异或问题,点是交叉的,无法线性分割。
Sorry, something went wrong.
你给的数据实验的不对把。
No branches or pull requests
感知机不能处理异或问题,但是在spectron.py文件中输入异或运算的真值表,依旧可以打印出正常结果,这是为什么呢?
The text was updated successfully, but these errors were encountered: