- \begin{itemize}
- \item Numerical integration to compute the nonlinear transient response
- \item[] $\Rightarrow$ computation of matrices $A$ and $B$
- \item Computation of the Readout
- \item Test of the solution (cross validation)
- \end{itemize}
+ \begin{enumerate}
+ \item Pre-processing
+ \begin{itemize}
+ \item Input data formating (1D~vector; sampling period $\rightarrow \delta \tau$)
+ \item $W^I$ initialization (randomly; normalization)
+ \end{itemize}
+ \item Concatenation of 1D~vectors $\rightarrow$ batch processing
+ \item Nonlinear transient computation
+ \begin{itemize}
+ \item Numerical integration using a Runge-Kutta C routine
+ \item Computation of matrices $A$ and $B$
+ \end{itemize}
+ \item Training of the Read-out $\rightarrow$ More-Penrose matrix inversion
+ \item Testing of the solution (cross-validation)
+ \end{enumerate}