Basic neural network implementation to solve binary classification problems using TensorFlow1.
We can also visualize how the model classifies any point of the (O,x,y) plane.
To use this program, you will need pandas, numpy, tensorflow, plotly, matplotlib.