How to test neural network with real world data after training it ? How to interpret output of ANN?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Suresh
am 2 Feb. 2013
Beantwortet: mohamed mohamed
am 24 Jan. 2020
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 Kommentare
Shoib Sho
am 23 Mär. 2018
Hello, The above sent link has some error can u resent the link again..My query is also same as above..
Greg Heath
am 24 Mär. 2018
Bearbeitet: Greg Heath
am 24 Mär. 2018
Although the content has been obviously been changed, what is
there is appropriate.
Hope this helps.
Greg
Akzeptierte Antwort
Shashank Prasanna
am 2 Feb. 2013
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 Kommentare
Pranava Koustubh Boppudi
am 8 Nov. 2017
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
am 1 Jul. 2018
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
Weitere Antworten (1)
mohamed mohamed
am 24 Jan. 2020
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 !

0 Kommentare
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!