How can I get outbounds/uncertainties with Neural Network ?
Ältere Kommentare anzeigen
Hello , I was wondering How can I get the uncertainties bounds from the neural network, I am using simple fitting neural network with (fitnet), I wanted my results to be with sigma and mean rather then just one value. Does anyone know how can I get the results with uncertainties by using Neural Network in Matlab ? I know Baysian Regrassion will proivde that no problem, how to get that sort of reuslts with neural network.
Thanks
Antworten (1)
Greg Heath
am 19 Feb. 2015
Assume that errors are normal with zero mean
output = target +/- sqrt( mse(target-output))
Hope this helps
Thank you for formally accepting my answer
Greg
2 Kommentare
Faisal Khan
am 20 Feb. 2015
Greg Heath
am 23 Feb. 2015
No. I don't.
Unless you just want to obtain error histograms.
Greg
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!