The typical workflow of training and using neural networks, regardless of the library used, goes like this:
Training Data
Getting the training data: the X variable is the input, and the Y variable is the output. The simplest thing to do is to learn a logic gate, where X is a vector or two number...