I trained artificial neural network with 11 inputs and one output. There are total 74 data. I need to compare the predicted values with values calculated from equations of design codes. So can someone help me how can I get the predicted output
If you are working in python and using Tensorflow 2.x, then first load the trained/saved model into a variable say (model1). Then you can get NN model predictions using model1.predict() function:
Thanks for your time.. I am working in MATLAB not Python. Actully i used net(input value); One matrix named 'ans' has created in workspace. i hope this is the output values but i am wondering is this correct..