I need to train a neural network for a simulation model in Simulink. My question is how to create dataset for training the NN? And how to represent disturbance ?
The sampled training set has to be well-prepared before passing it into certain machine learning algorithm, i.e., NN, in your case. Aspects like noise can be considered during the preproessing stage.