Research Article

Data Normalization to Accelerate Training for Linear Neural Net to Predict Tropical Cyclone Tracks

Algorithm 2

Experimental process.
(1) begin
(2)  Initialization begin
(3)   Network weights
(4)   Training set
(5)   Testing set
(6)  end
(7)  Pre-training on the initial training set using Algorithm 1
(8)  repeat
(9)   Training on the current training set using Algorithm 1
(10)    Test on the first
(11)   Move the first from to
(12)  until  ;
(13) end