How to test a neural network with an unknown input data set?

2 次查看(过去 30 天)
Hi,
I have used fitting tool of the neural network. After training (validation and testing)the network with the related input and target data sets, now all I need is to apply new input to the network and predict the values of corresponding outputs. I do not have target data set for new testing and I do not need to know the performance as well, just need to to know the predicted values. I need a function like PREDICT used in DECISION TREE classifier......

采纳的回答

Greg Heath
Greg Heath 2015-1-26
ynew = net(xnew)
Hope this helps.
Greg

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by