필터 지우기
필터 지우기

Neural Network data after training

조회 수: 1 (최근 30일)
Arijit
Arijit 2011년 12월 10일
Hi, I am completely new in ANN modeling using Matlab. Currently I am trying to make a feedforward network(using newfit) with 15 inputs and a single output. I am using dividerand to randomly divide my data for training, validation and test.
My question is after training the network, if I want to get the target data and network output, what I have to do?
If possible, can anyone post any sample code for ANN other than those explained in help documentation.
Thanks for your help

채택된 답변

Greg Heath
Greg Heath 2011년 12월 11일
You can find a number of code examples using an older version of MATLAB via searching the Newsgroup using
heath newff clear close
Hope this helps.
Greg
  댓글 수: 1
Arijit
Arijit 2011년 12월 12일
Thanks Greg a lot for your support and suggestion...
Now I have one more doubt. After training I can plot output vs target values. But I want to have this plot (with error bars associated with output values) and target values.
What should be the code to do this?
Thanks

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

추가 답변 (1개)

Greg Heath
Greg Heath 2011년 12월 13일
It is not clear what you want. In general, for an I-H-O MLP, each target and output are O-dimensional. Do you want a plot for each dimension of the output?
For each output variable you can obtain a scatter plot of output vs target. The vertical distance from a 45-deg line is the error. If you want to add error bars indicating uncertainty, you will have to use the same value for each point, i.e., the RMSE.
Hope this helps.
Greg

카테고리

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