Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I used the Neural Network Toolbox in Matlab to perform a curve fitting simulation.

What are the best options to check the quality of the outputs. Since I have a large data set its difficult to get a feeling about the performance if I just plot the Output vs Targets.

I am looking for something as an error plot or similar.

Thank you

share|improve this question
Have you tried the plotconfusion function to plot a confusion matrix or the ploterrhist function which plots an error histogram? – Schorsch 4 mins ago

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.