plotes
(To be removed) Plot error surface of single-input neuron
plotes will be removed in a future release. For more information,
see Transition Legacy Neural Network Code to dlnetwork Workflows.
For advice on updating your code, see Version History.
Syntax
plotes(WV,BV,ES,V)
Description
plotes(WV,BV,ES,V) takes these arguments,
WV |
|
BV |
|
ES |
|
V | View (default = [ |
and plots the error surface with a contour underneath.
Calculate the error surface ES with
errsurf.
Examples
Plot Error Surface of Single-Input Neuron
p = [3 2];
t = [0.4 0.8];
wv = -4:0.4:4;
bv = wv;
ES = errsurf(p,t,wv,bv,'logsig');
plotes(wv,bv,ES,[60 30])
Version History
Introduced before R2006aSee Also
Time Series
Modeler | fitrnet (Statistics and Machine Learning Toolbox) | fitcnet (Statistics and Machine Learning Toolbox) | trainnet | trainingOptions | dlnetwork