i have built a two-layers neural network (1000 => 1000) to predict a dynamical system driven by two real-world parameters.
When using the first parameter as input to the first layer, training the model takes 10 epochs, while the second parameters takes 1000 epochs. Does this mean that the first parameters is highly correlated with the dynamical system?