Hello everybody,
today I want to describe in simple words some training algos of Encog.
Before I'll continue, I want to show general block schema of training algorithms:
Training algorithm
Init NN can look like this:
public BasicNetwork CreateNetwork()
{
var network = n...