Now that we have our code created, let's use a few examples to see how it can be used.
Examples
Training to a minimum
In this example, we will use the code we wrote to train a network to a minimum value or threshold. For each step, the network prompts you for the correct data, saving us the process of cluttering up our example code with this. In production, you would probably want to pass in the parameters without any user intervention, in case this is run as a service or microservice:
Training to a maximum
In this example, we are going to train the network to reach...