Consider the nonlinear system
$$\begin{align*}
x_{11}(k+1) &=\frac{x_{11}^2(k)}{1+x_{11}^2(k)}+0.3x_{12}(k), \\
x_{12}(k+1) &=\frac{x_{11}^2(k)}{1+x_{12}^2(k)+x_{21}^2(k)+x_{22}^2(k)}+a(k)u_{1}(k), \\
x_{21}(k+1) &=\frac{x_{21}^2(k)}{1+x_{21}^2(k)}+0.2x_{22}(k), \\
x_{22}(k+1) &=\frac{x_{21}^2(k)}{1+x_{11}^2(k)+x_{12}^2(k)+x_{22}^2(k)}+b(k)u_{2}(k), \\
y_1(k+1) &= x_{11}(k+1)+0.005 \mathrm{rand}(1), \\
y_2(k+1) &=x_{21}(k+1)+0.005 \mathrm{rand}(1),
\end{align*}$$
where $a(k)=1+0.1\sin{(2\pi k/1500)}$, $b(k)=1+0.1\cos{(2\pi k/1500)}$are two time-varying parameters. This example is controlled by using neural network without time-varying parameters $a(k)$, $b(k)$, and the noise.
The initial values are: $x_{1,1}(1)=x_{1,1}(2)=x_{2,1}(1)=x_{2,1}(2)=0.5$, $x_{1,2}(1)=x_{1,2}(2)=x_{2,2}(1)=x_{2,2}(2)=0$, $u(1)=u(2)=[0,0]^{\mathrm T}.$