XXOR Gate

About the project:

This was a project designed to get more comfortable with TensorFlow. The premise was to design a model that could be trained to understand what an XXOR gate is. After 5000 epochs, it could accurate predict the correct outcome of an XXOR gate given the right inputs. You can find the source code here: https://github.com/c-crowder/cs50_ai/tree/main/xxor


Technology used:

Python, Keras