Inspiration
I'm interested in neural networks that represent boolean expressions and converting from those neural nets to boolean expressions. I don't want to convert neural nets that are too artificial, so I'm generating a neural net from the expression by training it on the full truth table.
What it does
Run nn.py in python, and type in a boolean expression in reverse polish notation. It will then run and create a neural network that represents that boolean expression.
Log in or sign up for Devpost to join the conversation.