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

1 visualización (últimos 30 días)
Nima
Nima el 26 de En. de 2015
Comentada: Nima el 27 de En. de 2015
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......

Respuesta aceptada

Greg Heath
Greg Heath el 26 de En. de 2015
ynew = net(xnew)
Hope this helps.
Greg

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by