I have a trained ANN model with weights and bias. How can I use those weights and bias values to predict the output, if I given set of random input values?
While training ANN, I used normalised data. So if I want to calculate output for real data, how can I proceed?