An open API service indexing awesome lists of open source software.

https://github.com/0jc1/xor


https://github.com/0jc1/xor

scikit-learn xor-neural-network

Last synced: 2 months ago
JSON representation

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.