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

조회 수: 3 (최근 30일)
Nima
Nima 2015년 1월 26일
댓글: Nima 2015년 1월 27일
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