Why is my network showing me a high error?
I need to follow these rules -
multi-layer feedforward (2 inputs, 1 output);
the first input has 262144 values (from 0 to 256) and the second 262144 (from 0 to 1024).
I'm using only one hidden layer. My error is something like this:
Epoch: 1; Error: 2816810148.1;
Epoch: 2; Error: 2814260288.59;
Epoch: 3; Error: 2813602739.7;
Epoch: 4; Error: 2813385229.99;
Epoch: 5; Error: 2813308095.39;