How to test neural network with real world data after training it ? How to interpret output of ANN?

조회 수: 3 (최근 30일)
I am currently working with ANN for pattern recognition to identify different geological features.I am new to ANN.I am using Matlab R2011a Version 7.12.0 ANN tool box (nnstart) pattern recognition tool(nprtool).I trained ANN with input data (5x25 matrix) and target data (3x25 matrix).The algorithm itself dividing it into training,validation,test data.I followed the steps in tool box (nnstart) and finally the network was trained.Then it produced confusion plot and other.My query is how to test the data from the real world after training the network with the above input and target data?How to interpret that to which class the given input belongs from the result of ANN.Thank you all. Regards Suresh
  댓글 수: 2
Shoib Sho
Shoib Sho 2018년 3월 23일
Hello, The above sent link has some error can u resent the link again..My query is also same as above..
Greg Heath
Greg Heath 2018년 3월 24일
편집: Greg Heath 2018년 3월 24일
Although the content has been obviously been changed, what is
there is appropriate.
Hope this helps.
Greg

댓글을 달려면 로그인하십시오.

채택된 답변

Shashank Prasanna
Shashank Prasanna 2013년 2월 2일
This link should be helpful to you:
Scroll down where it is demonstrated how to call the trained network with new inputs and how to test its performance as well.
  댓글 수: 5
Pranava Koustubh Boppudi
Pranava Koustubh Boppudi 2017년 11월 8일
Suresh, the targets for training are used to help the neural network understand that these are the outputs you're looking for. They are not used while testing. Testing phase is when your previously trained network is now classifying new unseen data. If you want to validate your neural net for new data, you'll need targets. This is already being done by the neural network tool. It splits the dataset into training, validation and testing. That is how it validates itself. Hope this is clear.
sunil kalyankar
sunil kalyankar 2018년 7월 1일
prassanna sir i am not getting from above the link i also having same problem how to use trained network to new inputs please help me thanks and regards

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

mohamed mohamed
mohamed mohamed 2020년 1월 24일
hei , i had the same problem , my porblem was how to use the inputs and outputs in the NN model in matlab , and i found a way , maybe i am wrong but it worth to try, because at the end i got what i want , you can use timeseries with your data , for every step , the time will be the steps and u can use from work space block as well , and that is the way i used and i go the result from the neural network !11.GIF

카테고리

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