https://github.com/0jc1/xor
scikit-learn xor-neural-network
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0jc1/xor
- Owner: 0jc1
- Created: 2025-03-12T16:18:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-12T19:13:48.000Z (over 1 year ago)
- Last Synced: 2025-03-12T19:34:31.602Z (over 1 year ago)
- Topics: scikit-learn, xor-neural-network
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# py-xor
Using a neural net in scikit-learn to predict the output of XOR logic gates with any number of binary inputs.
In ML, XOR is a classification problem and it is solved using a perceptron which is a basic type of ANN.