1: \begin{abstract}
2: A sequential training method for large-scale feedforward neural networks is presented.
3: Each layer of the neural network is decoupled and trained separately. After the training is completed
4: for each layer, they are combined together. The performance of the network would be sub-optimal compared
5: to the full network training if the optimal solution would be achieved. However, achieving
6: the optimal solution for the full network would be infeasible or require long
7: computing time. The proposed sequential approach
8: reduces the required computer resources significantly and would have better convergences as a single
9: layer is optimised for each optimisation step. The required modifications of existing algorithms to
10: implement the sequential training are minimal. The performance is verified by a simple example.
11: \end{abstract}
12: