Help for this page
$net->train_set([ [1,1], [0,1], ... [0,1], [0,1], [0,0], [1,0], ], 10000);
$net->train_set([ [1,1] => [0,1], ... [0,1] => [0,1], [0,0] => [1,0], ], 10000);