How to test neural network with real data after training it ? How to interpret output of ANN?
2 次查看(过去 30 天)
显示 更早的评论
I am currently working with ANN for pattern recognition to determine the type of blood type, I am new to ANN.
I am using ANN tool box (nnstart) pattern recognition tool(nprtool). I trained ANN with input data (24×40 matrix) and target data (2×40 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, like this
My query is how to test the data from the real world after training the network with the above input and target data?
4 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!